snark css tweaks

This commit is contained in:
zzz
2010-05-15 14:18:54 +00:00
parent fa5016ab04
commit 39cb51c9eb
2 changed files with 21 additions and 4 deletions

View File

@@ -185,13 +185,30 @@ input {
font-size: 9pt;
font-weight: bold;
text-align: left;
padding: 2px;
padding: 2px 4px;
-moz-border-radius: 4px;
border: 1px;
}
input.r {
text-align: right;
}
select {
background: #ffe;
color: #310;
font: 9pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
font-weight: bold;
padding: 2px 2px 2px 3px;
-moz-border-radius: 4px;
}
textarea {
background: #ffe;
color: #310;
font-weight: bold;
padding: 1px 4px 0px;
-moz-border-radius: 4px;
}
img {