default.css:

- apply the same font family and size to input, textarea and select
  https://sourceforge.net/p/postfixadmin/bugs/40/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1618 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 12 years ago
parent 861dfc084d
commit 7236333587

@ -35,8 +35,12 @@ table {
input, .button, textarea {
padding: 6px;
}
input, .button, textarea, select {
font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
}
.readonly {
background:#eee;
@ -377,4 +381,4 @@ z-index:100;
.quota_low { background: url(images/quota-colors.png) repeat-x 0 0px #05f905; }
.quota_text_high { color: white; }
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }
.quota_text_low { color: #666; }

Loading…
Cancel
Save