From: quix0r Date: Thu, 26 Aug 2010 10:29:32 +0000 (+0000) Subject: CSS cleaned up X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2663fdf2a690fe4581749e94f0c876c73f0580a5;p=mailer.git CSS cleaned up --- diff --git a/theme/business/css/general.css b/theme/business/css/general.css index 62b088b289..817907f67b 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -199,7 +199,8 @@ a.logout_box { color: #000000; vertical-align: middle; background-color: #eeeeff; - height: 28px; + padding-bottom: 5px; + padding-top: 5px; } .guest_login_header { @@ -249,11 +250,6 @@ a.logout_box { margin-top: 10px; } -.table_footer { - height: 30px; - background-color: #eeeeff; -} - #master { width: 100%; height: 100%; @@ -345,20 +341,14 @@ ul.copyright_box { font-size: 1px; } -.table_footer, .member_refbanner, .member_update, .admin_del_link { +.member_refbanner, .member_update, .admin_del_link { background-color: #eeeeff; } .table_footer { - height: 30px; background-color: #eeeeff; -} - -.table_footer { text-align: center; - height: 30px; - padding-left: 5px; - padding-right: 5px; + padding: 5px; } .admin_task_header { @@ -456,7 +446,6 @@ ul.copyright_box { white-space: nowrap; font-size: 14px; text-align: left; - margin-bottom: 12px; } .tiny { diff --git a/theme/default/css/general.css b/theme/default/css/general.css index 86e0fe4987..6a469225b0 100644 --- a/theme/default/css/general.css +++ b/theme/default/css/general.css @@ -218,7 +218,8 @@ a.logout_box { color: #009900; vertical-align: middle; background-color: #ddeedd; - height: 28px; + padding-bottom: 5px; + padding-top: 5px; } .guest_login_header { @@ -369,20 +370,14 @@ ul.copyright_box { font-size: 1px; } -.table_footer, .member_refbanner, .member_update, .admin_del_link { +.member_refbanner, .member_update, .admin_del_link { background-color: #ddeedd; } .table_footer { - height: 30px; background-color: #ddeedd; -} - -.table_footer { text-align: center; - height: 30px; - padding-left: 5px; - padding-right: 5px; + padding: 5px; } .admin_task_header { @@ -492,7 +487,6 @@ ul.copyright_box { white-space: nowrap; font-size: 14px; text-align: left; - margin-bottom: 12px; } .tiny { @@ -544,11 +538,6 @@ ul.copyright_box { background-color: #deefac; } -.table_footer { - height: 30px; - background-color: #ddeedd; -} - .disabled { border-style: groove; background-color: #aaaaaa; diff --git a/theme/desert/css/general.css b/theme/desert/css/general.css index 70db252ed4..451ec52ccb 100644 --- a/theme/desert/css/general.css +++ b/theme/desert/css/general.css @@ -188,7 +188,8 @@ a.logout_box { color: #880000; vertical-align: middle; background-color: #ddddaa; - height: 28px; + padding-bottom: 5px; + padding-top: 5px; } .guest_login_header { @@ -321,20 +322,14 @@ ul.copyright_box { font-size: 1px; } -.table_footer, .member_refbanner, .member_update, .admin_del_link { +.member_refbanner, .member_update, .admin_del_link { background-color: #ddddaa; } .table_footer { - height: 30px; background-color: #ddddaa; -} - -.table_footer { text-align: center; - height: 30px; - padding-left: 5px; - padding-right: 5px; + padding: 5px; } .admin_task_header { @@ -428,7 +423,6 @@ ul.copyright_box { white-space: nowrap; font-size: 14px; text-align: left; - margin-bottom: 12px; } .tiny { @@ -481,11 +475,6 @@ ul.copyright_box { background-color: #ddddaa; } -.table_footer { - height: 30px; - background-color: #ddddaa; -} - .admin_alpha { text-align: center; height: 40px; diff --git a/theme/org/css/general.css b/theme/org/css/general.css index d3e18c115e..3e68a0a08a 100644 --- a/theme/org/css/general.css +++ b/theme/org/css/general.css @@ -179,10 +179,11 @@ ul, ol { } .table_header { - color : #000000; + color : #000000; vertical-align : middle; background-color : #DDEEDD; - height : 60px; + padding-bottom : 5px; + padding-top : 5px; } .guest_login_header { @@ -335,17 +336,14 @@ ul, ol { font-size : 1px; } -.table_footer, .member_refbanner, .member_update, .admin_del_link, .table_footer { - background-color : #DDEEDD; -} - -.table_footer { - height : 30px; +.member_refbanner, .member_update, .admin_del_link { background-color : #DDEEDD; } .table_footer { - height : 30px + padding: 5px; + text-align: center; + background-color: #DDEEDD; } .admin_task_header { @@ -440,7 +438,6 @@ ul, ol { .you_are_here { white-space : nowrap; font-size : 14px; - margin-bottom : 12px; } .tiny { font-size : 10px; } diff --git a/theme/org/css/nickname.css b/theme/org/css/nickname.css index bd725163ef..e69de29bb2 100644 --- a/theme/org/css/nickname.css +++ b/theme/org/css/nickname.css @@ -1,4 +0,0 @@ -.table_footer { - height : 30px; - background-color : #DDEEDD; -} diff --git a/theme/org/css/task.css b/theme/org/css/task.css index 6ca9846c41..e69de29bb2 100644 --- a/theme/org/css/task.css +++ b/theme/org/css/task.css @@ -1,8 +0,0 @@ -.table_header { - background-color : #e9f9e9; - color : #009900; - text-align : center; - align : center; - height : 25px; - font-size : 14px; -} diff --git a/theme/schleuder/css/general.css b/theme/schleuder/css/general.css index 222f3dd6e9..5b5a6ac726 100644 --- a/theme/schleuder/css/general.css +++ b/theme/schleuder/css/general.css @@ -131,6 +131,8 @@ ul, ol { align : center; height : 25px; font-size : 14px; + padding-bottom: 5px; + padding-top: 5px; } .admin_menu { @@ -301,11 +303,6 @@ ul, ol { margin-top : 10px; } -.table_footer { - height : 30px; - background-color : #69b2ff; -} - #master, .masterbox { width : 100%; height : 100%; @@ -382,19 +379,16 @@ ul, ol { font-size : 1px; } -.table_footer, .member_refbanner, .member_update, .admin_del_link { +.member_refbanner, .member_update, .admin_del_link { background-color : #69b2ff; } .table_footer { - height : 30px; + text-align: center; + padding: 5px; background-color : #69b2ff; } -.table_footer { - height : 30px -} - .admin_task_header { background-color : #69b2ff; color : #FFFFFF; @@ -491,7 +485,7 @@ ul, ol { text-align : left; align : left; white-space : nowrap; - font-size : 14px; + font-size : 14px; } .tiny { font-size : 12px; } diff --git a/theme/ship-simu/css/general.css b/theme/ship-simu/css/general.css index 3a34147753..e19c0e25e3 100644 --- a/theme/ship-simu/css/general.css +++ b/theme/ship-simu/css/general.css @@ -126,8 +126,9 @@ ul, ol { color : #000000; text-align : center; align : center; - height : 25px; font-size : 14px; + padding-bottom: 5px; + padding-top: 5px; } .admin_menu { @@ -233,11 +234,6 @@ ul, ol { margin-top : 10px; } -.table_footer { - height : 30px; - background-color : #EEEEFF; -} - .master { width : 100%; height : 100%; @@ -312,17 +308,14 @@ ul, ol { font-size : 1px; } -.table_footer, .member_refbanner, .member_update, .admin_del_link { - background-color : #EEEEFF; -} - -.table_footer { - height : 30px; +.member_refbanner, .member_update, .admin_del_link { background-color : #EEEEFF; } .table_footer { - height : 30px + padding: 5px; + text-align: center; + background-color: #EEEEFF; } .admin_task_header { @@ -419,7 +412,7 @@ ul, ol { .you_are_here { white-space : nowrap; - font-size : 14px; + font-size : 14px; } .tiny { font-size : 12px; }