I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 2195c2fe authored by zzz's avatar zzz
Browse files

SusiMail: Button styling for prev,next,list

parent 3f35e927
No related branches found
No related tags found
No related merge requests found
...@@ -193,12 +193,12 @@ input.download, input.lastpage { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment