SusiMail: Button styling for prev,next,list

This commit is contained in:
zzz
2014-04-17 18:48:52 +00:00
parent 3f35e927dd
commit 2195c2fe98
2 changed files with 6 additions and 6 deletions

View File

@@ -193,12 +193,12 @@ input.download, input.lastpage {
min-height: 22px;
}
input.firstpage {
input.firstpage, input.list {
background: #000 url('/themes/console/images/arrow_up.png') no-repeat 2px center;
min-height: 22px;
}
input.forward, input.login, input.nextpage, input.send {
input.forward, input.login, input.nextpage, input.send, input.next {
background: #000 url('/themes/console/images/arrow_right.png') no-repeat 2px center;
min-height: 22px;
}
@@ -218,7 +218,7 @@ input.new, input.reply, input.replyall {
min-height: 22px;
}
input.prevpage {
input.prevpage, input.prev {
background: #000 url('/themes/console/images/arrow_left.png') no-repeat 2px center;
min-height: 22px;
}

View File

@@ -180,13 +180,13 @@ input.download, input.lastpage {
min-height: 22px;
}
input.firstpage {
input.firstpage, input.list {
background: #ddf url('/themes/console/images/arrow_up.png') no-repeat 4px center;
padding: 2px 3px 2px 21px;
min-height: 22px;
}
input.forward, input.login, input.nextpage, input.send {
input.forward, input.login, input.nextpage, input.send, input.next {
background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 4px center;
padding: 2px 3px 2px 21px;
min-height: 22px;
@@ -210,7 +210,7 @@ input.new, input.reply, input.replyall {
min-height: 22px;
}
input.prevpage {
input.prevpage, input.prev {
background: #ddf url('/themes/console/images/arrow_left.png') no-repeat 4px center;
padding: 2px 3px 2px 21px;
min-height: 22px;