2012-01-07 19:23:25 +01:00
|
|
|
html { overflow-y: auto !important; }
|
2009-02-02 00:49:53 +01:00
|
|
|
|
2012-01-07 19:23:25 +01:00
|
|
|
body { height: 100%; }
|
2007-10-17 04:29:42 +02:00
|
|
|
|
2014-10-15 23:33:49 +02:00
|
|
|
#ComplexTableField_Popup_DetailForm input.loading { background: #fff url(../images/network-save.gif) left center no-repeat; padding-left: 16px; }
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2012-01-07 19:23:25 +01:00
|
|
|
.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; }
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2012-01-07 19:23:25 +01:00
|
|
|
.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; }
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2012-01-07 19:23:25 +01:00
|
|
|
/* Pagination */
|
|
|
|
#ComplexTableField_Pagination, #ComplexTableField_Pagination * { vertical-align: middle; }
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2012-01-07 19:23:25 +01:00
|
|
|
#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; }
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2012-01-07 19:23:25 +01:00
|
|
|
#ComplexTableField_Pagination_Previous { padding-right: 10px; }
|
2007-09-27 22:56:55 +02:00
|
|
|
|
2012-01-07 19:23:25 +01:00
|
|
|
#ComplexTableField_Pagination_Next { padding-left: 10px; }
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2012-01-07 19:23:25 +01:00
|
|
|
#ComplexTableField_Pagination_Next img, #ComplexTableField_Pagination_Previous img { margin: 0 3px 2px; }
|