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

Skip to content
Snippets Groups Projects
Commit 0756306e authored by zzz's avatar zzz
Browse files

SusiMail: CSS fixes (ticket #2242)

parent 5e24daaf
No related branches found
No related tags found
No related merge requests found
......@@ -1033,10 +1033,10 @@ div#prefsave {
#pagenav input[type="submit"] {
font-size: 0;
/*width: 24px !important;*/
width: 24px !important;
min-width: 24px !important;
/*height: 24px;*/
margin: 3px !important;
height: 24px;
margin: 3px;
}
#pagenav input[type="submit"]::-moz-focus-inner {
......@@ -1128,6 +1128,23 @@ div#prefsave {
background-size: 12px 12px !important;
}
input.switchto {
background: #000 url(/themes/susimail/images/folder.png) center center no-repeat !important;
background-size: 12px 12px !important;
margin: -34px 3px 5px 3px !important;
}
input.switchto:hover,
input.switchto:focus {
background: #000 url(/themes/susimail/images/folder-open.png) center center no-repeat !important;
background-size: 12px 12px !important;
border: 1px solid #f60;
}
select {
margin: 11px 3px 3px 5px;
}
/* end pagenav */
/* responsive layout */
......@@ -1156,7 +1173,7 @@ body, td, textarea, input, div, p.mailbody, select, button, input[type="submit"]
}
#pagenav input {
/*font-size: 0 !important;*/
font-size: 0 !important;
}
.topbuttons input[type="submit"], .topbuttons input[type="reset"] {
......
......@@ -1082,6 +1082,10 @@ input.list, input.moveto, #pagenav input.switchto {
padding: 5px 7px 5px 23px !important;
}
#pagenav input.switchto {
margin: -31px 3px 5px 3px !important;
}
input.list:hover, input.moveto:hover, input.switchto:hover,
input.list:focus, input.moveto:focus, input.switchto:focus {
background: #000 url(/themes/susimail/images/folder-open.png) no-repeat 6px center !important;
......
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