From 198bab0057cb2043042d7be7cc51e2214f0280bd Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 25 Jul 2011 22:15:12 +0000 Subject: [PATCH] default.css: - move menu to left (instead of centered) - move edit forms to 50px from left instead of centered - various cleanup This commit is part of the huge cleanup patch by Dale Blount (lnxus@SF), https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3370510&group_id=191583 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1125 a1433add-5e2c-0410-b055-b7f2511e0802 --- css/default.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/css/default.css b/css/default.css index 30c710dd..e4a076ce 100644 --- a/css/default.css +++ b/css/default.css @@ -83,7 +83,7 @@ ul.flash-error { text-align: center; } -#login_header, #login, #main_menu, #edit_form, #overview, +#login_header, #login, #main_menu, #overview, #admin_domains, #admin_virtual, .nav_bar, #alias_domain_table, #alias_table, #mailbox_table, #overview_table, #log_table, #admin_table, #footer, .subnav { @@ -133,7 +133,7 @@ ul.flash-error { list-style: none; text-align: center; position:relative; - left:50%; + width:990px; float:left; } @@ -143,7 +143,6 @@ ul.flash-error { margin-right: 3px; border-top: 4px solid #aaaaaa; position:relative; - right:50%; } #menu li:hover, #menu li.sfhover, #tabbar li:hover, #tabbar li.sfhover { @@ -195,7 +194,7 @@ ul.flash-error { } #edit_form table { - margin: 0 auto; + margin: 0 50px; padding-top: 10px; text-align: left; } @@ -218,7 +217,7 @@ ul.flash-error { } #main_menu table { - margin: 0 auto; + margin: 0 0; text-align: left; padding-top: 20px; padding-bottom: 20px; @@ -230,7 +229,6 @@ ul.flash-error { } #main_menu a { - color: #888888; padding-left: 8px; } @@ -242,12 +240,6 @@ ul.flash-error { border-left: 4px solid #333; } -#overview { -/* background: #AFE1A6; /*#9ACD32;*/ -/* border: 1px solid #bbb; -*/ -} - #overview h4, #overview P, #overview FORM, #admin_virtual h4, #admin_virtual P, #admin_virtual FORM { display: inline; padding-right: 10px;