diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-21 22:53:37 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-21 22:53:37 +0000 |
| commit | ad5fb8f33aaeb92f27e4d4b29d91a6f8e739f6cf (patch) | |
| tree | 9520d70683fe6d3d8383d6bfa685b92ed8d5c60b /roundcubemail/skins/default/common.css | |
| parent | cc059e8b715516af0dba8b9aa19639b16a021899 (diff) | |
More CSS fixing for IE 7; removed unnecessary garbage
git-svn-id: https://svn.roundcube.net/trunk@492 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rwxr-xr-x | roundcubemail/skins/default/common.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 178b267b1..2e7c169e4 100755 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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; |
