added some padding to inputboxes

This commit is contained in:
real_nowhereman 2008-01-18 20:07:40 +00:00
parent bf553ff723
commit 395ded8f77

View File

@ -506,6 +506,14 @@ li.widget-class {
margin-bottom: .2em;
}
.textinput, .bigtextinput, .smalltextinput {
padding: .5em;
}
.textinput:focus, .bigtextinput:focus, .smalltextinput:focus {
font-weight: bold;
}
#admin-config input.textinput ,
#admin-config select.textinput {
width: 20em;