Index: trunk/kernel/admin_templates/incs/style.css =================================================================== diff -u -r3344 -r3620 --- trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 3344) +++ trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 3620) @@ -11,15 +11,15 @@ } body { - font-family: Verdana, Arial, Helvetica, Sans-serif; - font-size: 12px; - color: #000000; - scrollbar-3dlight-color: #333333; - scrollbar-arrow-color: #ffffff; - scrollbar-track-color: #88d2f8; + font-family: Verdana, Arial, Helvetica, Sans-serif; + font-size: 12px; + color: #000000; + scrollbar-3dlight-color: #333333; + scrollbar-arrow-color: #ffffff; + scrollbar-track-color: #88d2f8; scrollbar-darkshadow-color: #333333; - scrollbar-highlight-color: #009ffd; - scrollbar-shadow-color: #009ffd; + scrollbar-highlight-color: #009ffd; + scrollbar-shadow-color: #009ffd; scrollbar-face-color: #009ffd; overflow-x: auto; overflow-y: auto; } @@ -52,11 +52,11 @@ } .tablenav { - font-family: verdana, arial; + font-family: verdana, arial; font-size: 14px; font-weight: bold; color: #FFFFFF; - + text-decoration: none; background-color: #73C4F5; background: url(../img/tabnav_back.gif) repeat-x; @@ -84,9 +84,10 @@ .tableborder { font-family: arial, helvetica, sans-serif; - font-size: 10pt; + font-size: 10pt; border: 1px solid #000000; border-top-width: 0px; + border-collapse: collapse; } .tableborder_full, .tableborder_full_kernel { @@ -139,8 +140,8 @@ } .table_border_notop, .table_border_nobottom { - background-color: #F0F1EB; - border: 1px solid #000000; + background-color: #F0F1EB; + border: 1px solid #000000; } .table_border_notop { @@ -152,7 +153,7 @@ } .pagination_bar { - background-color: #D7D7D7; + background-color: #D7D7D7; border: 1px solid #000000; border-top-width: 0px; } @@ -195,7 +196,7 @@ .cats_stats { font-size: 11px; color: #707070; -} +} /* Links */ @@ -253,8 +254,8 @@ } .toolbar { - font-family: Arial, Helvetica, sans-serif; - font-size: 10pt; + font-family: Arial, Helvetica, sans-serif; + font-size: 10pt; border: 1px solid #000000; border-width: 0 1 1 1; background-color: #F0F1EB; @@ -307,7 +308,7 @@ font-weight: normal; color: #000000; text-decoration: none; -} +} .table_color1 { background-color: #F6F6F6; } .table_color2 { background-color: #EBEBEB; } @@ -328,18 +329,19 @@ } .table_white_selected { - background-color: #C6D6EF; + background-color: #C6D6EF; } .subsectiontitle { font-family: verdana, arial; - font-size: 14px; - font-weight: bold; - color: #FFFFFF; - background-color: #999999; - text-decoration: none; + font-size: 14px; + font-weight: bold; + color: #FFFFFF; + background-color: #999999; + text-decoration: none; height: 24px; } + .subsectiontitle:hover { font-family: verdana, arial; font-size: 14px; @@ -390,11 +392,11 @@ .itemtab_active { - background: url("../img/itemtabs/tab_active.gif") #eee repeat-x; + background: url("../img/itemtabs/tab_active.gif") #eee repeat-x; } .itemtab_inactive { - background: url("../img/itemtabs/tab_inactive.gif") #F9EEAE repeat-x; + background: url("../img/itemtabs/tab_inactive.gif") #F9EEAE repeat-x; } @@ -437,7 +439,7 @@ .order_print_defaults TD, .order_preview_header, -.order_preview_header TD, +.order_preview_header TD, .order_print_preview_header TD, .order_preview_field_name, .order-totals-name, @@ -458,13 +460,14 @@ .order_preview_field_name { font-weight: bold; + padding: 2px 4px 2px 4px; } .order-totals-name { - font-style: italic; + font-style: normal; } -.border1 { +.border1 { border: 1px solid #111111; } @@ -475,12 +478,12 @@ .orders_flat_table, .orders_print_flat_table { border-collapse: collapse; + margin: 5px; } .orders_flat_table TD { - border: 1px solid #000000; - padding-left: 2px; - padding-right: 2px; + padding: 2px 5px 2px 5px; + border: 1px solid #444444; } .orders_print_flat_table TD {