mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
9152387c92
The text-indent: 9999px was relying on text-align: right to function. Because it was left-aligned, text showed below the icon graphic. The width of the button column was constrainted to 40px, which first of all didn't fit the two icons properly, but also made the big assumption that we never have more than two. The new width: auto setting means that the column might be a bit longer than desired, but at least it doesn't cut off icons or wrap them into multiple lines unnecessarily. Thanks to ARNHOE for starting this patch. |
||
---|---|---|
.. | ||
AssetUploadField.css | ||
CheckboxSetField.css | ||
ComplexTableField_popup.css | ||
ComplexTableField.css | ||
ConfirmedPasswordField.css | ||
DatetimeField.css | ||
debug.css | ||
FileIFrameField.css | ||
Form.css | ||
GridField_print.css | ||
GridField.css | ||
GridFieldPaginator.css | ||
HasManyFileField.css | ||
Security_login.css | ||
SelectionGroup.css | ||
SubmittedFormReportField.css | ||
TableListField.css | ||
TreeDropdownField.css | ||
UnitTesting.css | ||
UploadField.css |