diff options
author | thomascube <thomas@roundcube.net> | 2007-03-18 18:46:03 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-18 18:46:03 +0000 |
commit | 86958f70d2970704e9ec6935d65e294c077143ea (patch) | |
tree | 43d9a57ffda90e2ff4f5adbe0ce64e335dc984a9 /skins/default/common.css | |
parent | 43a42dcf405c1667f0f39150ffaa8bbda7d9d1a0 (diff) |
Improved contacts drop down; HTML output improvements; JS code cleanup
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-x | skins/default/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 2e7c169e4..afccc8f8c 100755 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -73,7 +73,8 @@ input, textarea border: 1px solid #666666; } -input[type="checkbox"] +input[type="checkbox"], +input[type="radio"] { border: 0; padding: 0; |