Whitespace fixes to dark susimail theme

This commit is contained in:
str4d
2012-07-16 14:04:58 +00:00
parent 25da127d02
commit 42e6d06559

View File

@@ -23,7 +23,6 @@ hr {
}
li {
color:#ee9;
line-height:12pt;
font-size:10pt;
@@ -109,7 +108,6 @@ a:hover {
}
td {
color:#ee9;
margin: 0 5px;
font-size: 8pt;
@@ -164,7 +162,6 @@ form {
input.cancel, input.clearselection, input.logout {
background: #000 url('/themes/console/images/cancel.png') no-repeat 2px center;
min-height: 22px;
}
@@ -174,55 +171,46 @@ input.cancel {
input.delete, input.delete_attachment, input.really_delete {
background: #000 url('/themes/console/images/delete.png') no-repeat 2px center;
min-height: 22px;
}
input.download, input.lastpage {
background: #000 url('/themes/console/images/arrow_down.png') no-repeat 2px center;
min-height: 22px;
}
input.firstpage {
background: #000 url('/themes/console/images/arrow_up.png') no-repeat 2px center;
min-height: 22px;
}
input.forward, input.login, input.nextpage, input.send {
background: #000 url('/themes/console/images/arrow_right.png') no-repeat 2px center;
min-height: 22px;
}
input.invertselection, input.reload, input.refresh {
background: #000 url('/themes/console/images/arrow_refresh.png') no-repeat 2px center;
min-height: 22px;
}
input.markall, input.show {
background: #000 url('/themes/console/images/tick.png') no-repeat 2px center;
min-height: 22px;
}
input.new, input.reply, input.replyall {
background: #000 url('/themes/console/images/email.png') no-repeat 2px center;
min-height: 22px;
}
input.prevpage {
background: #000 url('/themes/console/images/arrow_left.png') no-repeat 2px center;
min-height: 22px;
}
input.send, input.setpagesize {
background: #000 url('/themes/console/images/accept.png') no-repeat 2px center;
min-height: 22px;
}