forked from I2P_Developers/i2p.i2p
* susimail: Button CSS spacing tweak
This commit is contained in:
@@ -164,60 +164,60 @@ form {
|
||||
|
||||
input.cancel, input.clearselection, input.logout {
|
||||
background: #ddf url('/themes/console/images/cancel.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.delete, input.delete_attachment, input.really_delete {
|
||||
background: #ddf url('/themes/console/images/delete.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.download, input.lastpage {
|
||||
background: #ddf url('/themes/console/images/arrow_down.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.firstpage {
|
||||
background: #ddf url('/themes/console/images/arrow_up.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.forward, input.login, input.nextpage, input.send {
|
||||
background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.invertselection, input.reload, input.refresh {
|
||||
background: #ddf url('/themes/console/images/arrow_refresh.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.markall, input.show {
|
||||
background: #ddf url('/themes/console/images/tick.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.new, input.reply, input.replyall {
|
||||
background: #ddf url('/themes/console/images/email.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.prevpage {
|
||||
background: #ddf url('/themes/console/images/arrow_left.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.send, input.setpagesize {
|
||||
background: #ddf url('/themes/console/images/accept.png') no-repeat 4px center;
|
||||
padding: 2px 3px 2px 19px;
|
||||
padding: 2px 3px 2px 21px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user