diff --git a/css/default.css b/css/default.css index 274c9c5a..5a86c492 100644 --- a/css/default.css +++ b/css/default.css @@ -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; } \ No newline at end of file +.quota_text_low { color: #666; }