You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2026-01-03 17:02:30 +03:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user