Index: branches/unlabeled/unlabeled-1.2.2/core/admin_templates/incs/style.css =================================================================== diff -u -r6924 -r6927 --- branches/unlabeled/unlabeled-1.2.2/core/admin_templates/incs/style.css (.../style.css) (revision 6924) +++ branches/unlabeled/unlabeled-1.2.2/core/admin_templates/incs/style.css (.../style.css) (revision 6927) @@ -62,6 +62,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 +75,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 +95,16 @@ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; border: 1px solid #000000; + border-bottom-width: 0px; + border-collapse: collapse; } +.search-cell { + padding-right: 0px; + white-space: nowrap; +} + .button { font-family: arial, verdana; font-size: 12px; @@ -142,6 +150,7 @@ .table_border_notop, .table_border_nobottom { background-color: #F0F1EB; border: 1px solid #000000; + border-collapse: collapse; } .table_border_notop { @@ -156,6 +165,7 @@ background-color: #D7D7D7; border: 1px solid #000000; border-top-width: 0px; + border-collapse: collapse; } .totals-row td { @@ -267,6 +277,7 @@ border: 1px solid #000000; border-width: 0 1 1 1; background-color: #F0F1EB; + border-collapse: collapse; } .current_page { @@ -596,5 +607,4 @@ .flat-input { border: 1px solid grey; -} - +} \ No newline at end of file