css/default.css:

- removed superfluous white background in some elements (body already 
  has white background)

images/mail_bg.gif:
- made background transparent instead of white


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1164 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent 1695f1a7b2
commit cd260cbba7

@ -108,13 +108,12 @@ ul.flash-error {
#login {
width: 990px;
margin: 0 auto;
background:#fff url(../images/mail_bg.gif) right 50% no-repeat;
background: url(../images/mail_bg.gif) right 50% no-repeat;
}
#login_table {
border-left: none;
border-right: 1px solid #999;
background: #fff;
width: 400px;
margin: 0 0 0 200px;
border-collapse: separate;
@ -286,7 +285,6 @@ th {
text-align: center;
padding:7px 0;
margin: 0 0 14px 0;
background: #fff;
border-bottom: 1px solid #bbb;
color: #555555;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save