Index: trunk/core/admin_templates/incs/style.css =================================================================== diff -u -r6703 -r7391 --- trunk/core/admin_templates/incs/style.css (.../style.css) (revision 6703) +++ trunk/core/admin_templates/incs/style.css (.../style.css) (revision 7391) @@ -1,5 +1,8 @@ /* --- In-Portal --- */ +html { + height: 100%; +} .head_version { font-family: verdana, arial; @@ -22,6 +25,7 @@ scrollbar-shadow-color: #009ffd; scrollbar-face-color: #009ffd; overflow-x: auto; overflow-y: auto; + height: 100%; } A { @@ -62,6 +66,11 @@ background: url(../img/tabnav_back.gif) repeat-x; } + +.header_left_bg { + background: url(../img/tabnav_left.gif) no-repeat; +} + .tablenav_link { font-family: verdana, arial; font-size: 14px; @@ -70,17 +79,13 @@ text-decoration: none; } -.header_left_bg { - background: url(../img/tabnav_left.gif) no-repeat; -} - -.tablenav_link:hover { +/*.tablenav_link:hover { font-family: verdana, arial; font-size: 14px; font-weight: bold; color: #ffcc00; text-decoration: none; -} +}*/ .tableborder { font-family: arial, helvetica, sans-serif; @@ -94,9 +99,19 @@ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; border: 1px solid #000000; + border-collapse: collapse; } +.tableborder_full { + border-bottom-width: 0px; +} +.search-cell { + padding-right: 0px; + white-space: nowrap; +} + + .button { font-family: arial, verdana; font-size: 12px; @@ -142,6 +157,7 @@ .table_border_notop, .table_border_nobottom { background-color: #F0F1EB; border: 1px solid #000000; + border-collapse: collapse; } .table_border_notop { @@ -156,8 +172,17 @@ background-color: #D7D7D7; border: 1px solid #000000; border-top-width: 0px; + border-collapse: collapse; } +.totals-row td { + background-color: #D7D7D7; + border-bottom: 1px solid #000000; + border-top: 1px solid #000000; + font-weight: bold; +} + + /* Categories */ .priority { @@ -259,6 +284,7 @@ border: 1px solid #000000; border-width: 0 1 1 1; background-color: #F0F1EB; + border-collapse: collapse; } .current_page { @@ -343,15 +369,15 @@ } -.subsectiontitle:hover { +/*.subsectiontitle:hover { font-family: verdana, arial; font-size: 14px; font-weight: bold; background-color: #999999; text-decoration: none; color: #FFCC00; -} +}*/ .error { font-family: arial, helvetica, sans-serif; @@ -584,4 +610,25 @@ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #414141; +} + +.flat-input { + border: 1px solid grey; +} + + +/* Toolbar */ + +.toolbar-button, .toolbar-button-disabled, .toolbar-button-over { + float: left; + clear: none !important; + border: none; + text-align: center; + font-size: 10px; + padding: 2px 2px 2px 2px; + vertical-align: middle; +} + +.toolbar-button-over { + } \ No newline at end of file