silverstripe-framework/css
Ingo Schommer 9152387c92 Fixed GridField button alignment (regression from a9cbea34)
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.
2012-12-06 14:50:27 +01:00
..
AssetUploadField.css ENHANCEMENT: Ntfcatn. image embedding(trac #7438) 2012-08-16 21:03:37 +02:00
CheckboxSetField.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
ComplexTableField_popup.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
ComplexTableField.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
ConfirmedPasswordField.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
DatetimeField.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
debug.css Include in basic Controller view 2012-09-19 21:00:43 +12:00
FileIFrameField.css API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
Form.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
GridField_print.css MINOR:css files regenerating from sass 2012-04-05 15:27:24 +12:00
GridField.css Fixed GridField button alignment (regression from a9cbea34) 2012-12-06 14:50:27 +01:00
GridFieldPaginator.css ENHANCEMENT Release of DataGridPagination 2011-10-28 17:34:15 +13:00
HasManyFileField.css API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
Security_login.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
SelectionGroup.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
SubmittedFormReportField.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
TableListField.css MINOR Using SCSS/Compass for sapphire/css 2012-01-08 19:14:32 +01:00
TreeDropdownField.css Fix TreeDropdownField toggle alignment in FF 2012-08-16 21:13:44 +02:00
UnitTesting.css BUGFIX:Trac#7196 - Fixed styling issues with CMS page settings. 2012-05-02 16:58:08 +12:00
UploadField.css BUG: Force gridfield to wrap on long content 2012-10-17 10:33:18 +13:00