diff options
author | thomascube <thomas@roundcube.net> | 2009-05-26 12:28:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-26 12:28:04 +0000 |
commit | b4f7c665bbe31d4ddbdca8c9f89eedb1d6187582 (patch) | |
tree | a4430ed9bc3318cfe0bf6ffa18a2cad94ddddae1 /skins/default/common.css | |
parent | 8234b4c6bc3c9cd9cb639039d3080131098dd966 (diff) |
Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index c5e813363..2e16b01bf 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -85,11 +85,6 @@ input, textarea color: #333333; padding-left: 3px; padding-right: 3px; - /* IE hacks for input elements */ - border-style: expression(this.type=='checkbox' || this.type=='radio' || this.id=='quicksearchbox' ? 'none' : 'solid'); - border-width: expression(this.type=='checkbox' || this.type=='radio' ? '0' : '1px'); - border-color: expression(this.type=='checkbox' || this.type=='radio' ? '' : '#666666'); - background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff'); } input.button @@ -116,7 +111,6 @@ input.mainaction img { - behavior: url('skins/default/pngbehavior.htc'); border: 0; } @@ -164,7 +158,7 @@ img font-size: 11px; color: #666666; text-decoration: none; - padding: 6px 16px 6px 25px; + padding: 6px 14px 6px 27px; background-repeat: no-repeat; } |