forked from I2P_Developers/i2p.i2p
SusiMail: Button styling for prev,next,list
This commit is contained in:
@@ -193,12 +193,12 @@ input.download, input.lastpage {
|
|||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.firstpage {
|
input.firstpage, input.list {
|
||||||
background: #000 url('/themes/console/images/arrow_up.png') no-repeat 2px center;
|
background: #000 url('/themes/console/images/arrow_up.png') no-repeat 2px center;
|
||||||
min-height: 22px;
|
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;
|
background: #000 url('/themes/console/images/arrow_right.png') no-repeat 2px center;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
@@ -218,7 +218,7 @@ input.new, input.reply, input.replyall {
|
|||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.prevpage {
|
input.prevpage, input.prev {
|
||||||
background: #000 url('/themes/console/images/arrow_left.png') no-repeat 2px center;
|
background: #000 url('/themes/console/images/arrow_left.png') no-repeat 2px center;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
@@ -180,13 +180,13 @@ input.download, input.lastpage {
|
|||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.firstpage {
|
input.firstpage, input.list {
|
||||||
background: #ddf url('/themes/console/images/arrow_up.png') no-repeat 4px center;
|
background: #ddf url('/themes/console/images/arrow_up.png') no-repeat 4px center;
|
||||||
padding: 2px 3px 2px 21px;
|
padding: 2px 3px 2px 21px;
|
||||||
min-height: 22px;
|
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;
|
background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 4px center;
|
||||||
padding: 2px 3px 2px 21px;
|
padding: 2px 3px 2px 21px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
@@ -210,7 +210,7 @@ input.new, input.reply, input.replyall {
|
|||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.prevpage {
|
input.prevpage, input.prev {
|
||||||
background: #ddf url('/themes/console/images/arrow_left.png') no-repeat 4px center;
|
background: #ddf url('/themes/console/images/arrow_left.png') no-repeat 4px center;
|
||||||
padding: 2px 3px 2px 21px;
|
padding: 2px 3px 2px 21px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
|
Reference in New Issue
Block a user