diff options
author | thomascube <thomas@roundcube.net> | 2007-02-21 22:53:37 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-02-21 22:53:37 +0000 |
commit | f1a16f1c47913c5ae4145d2e7967347bf0adee19 (patch) | |
tree | 7d7616cbea127504a8f0ebf75c258af9b6222653 /skins/default/common.css | |
parent | e6a406d0bb5958d6380741ad91f1a72f2ecdba44 (diff) |
More CSS fixing for IE 7; removed unnecessary garbage
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-x | skins/default/common.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 178b267b1..2e7c169e4 100755 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -73,6 +73,12 @@ input, textarea border: 1px solid #666666; } +input[type="checkbox"] +{ + border: 0; + padding: 0; +} + input.button { height: 20px; |