mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
6bd7da9d33
Minor syntactical changes, like alphabetical ordering of filters, uppercasing of hex colours. See http://compass-style.org/blog/2014/08/15/omg-compass-1-0/. Shouldn't include any user-visible changes, but helps to avoid confusion with the next person trying to modify the CSS (Luke is currently struggling with that)
36 lines
1.8 KiB
CSS
36 lines
1.8 KiB
CSS
html { overflow-y: auto !important; }
|
|
|
|
body { height: 100%; }
|
|
|
|
#ComplexTableField_Popup_DetailForm input.loading { background: #fff url(../images/network-save.gif) left center no-repeat; padding-left: 16px; }
|
|
|
|
.PageControls { padding: 5px; width: 100%; }
|
|
.PageControls * { vertical-align: middle; }
|
|
.PageControls .Left { width: 33%; }
|
|
.PageControls .Count { width: 33%; text-align: center; }
|
|
.PageControls .Right { width: 33%; text-align: right; }
|
|
|
|
.ComplexTableField_Popup td.hidden { display: none; }
|
|
.ComplexTableField_Popup th.HiddenField { display: none; }
|
|
.ComplexTableField_Popup span.right { float: right; clear: none; }
|
|
.ComplexTableField_Popup span.left { float: left; clear: none; }
|
|
.ComplexTableField_Popup form p.checkbox input { margin: 0pt 1px; }
|
|
.ComplexTableField_Popup form ul.optionset { margin: 0; padding: 0; }
|
|
.ComplexTableField_Popup form ul.optionset li { margin: 4px 0; }
|
|
.ComplexTableField_Popup form div.Actions input { font-size: 11px; margin-top: 10px; }
|
|
|
|
/* Pagination */
|
|
#ComplexTableField_Pagination, #ComplexTableField_Pagination * { vertical-align: middle; }
|
|
|
|
#ComplexTableField_Pagination { margin-top: 10px; margin-left: auto; margin-right: auto; font-size: 11px; }
|
|
#ComplexTableField_Pagination a { /*font-size: 1.2em;*/ font-size: 13px; font-weight: bold; text-decoration: none; width: 1px; height: 1px; margin: 1px; }
|
|
#ComplexTableField_Pagination a:hover { background: none; }
|
|
#ComplexTableField_Pagination span { display: inline; font-weight: bold; font-size: 15px; color: #f00; }
|
|
#ComplexTableField_Pagination div { display: inline; }
|
|
|
|
#ComplexTableField_Pagination_Previous { padding-right: 10px; }
|
|
|
|
#ComplexTableField_Pagination_Next { padding-left: 10px; }
|
|
|
|
#ComplexTableField_Pagination_Next img, #ComplexTableField_Pagination_Previous img { margin: 0 3px 2px; }
|