diff options
author | alecpl <alec@alec.pl> | 2009-11-03 20:21:59 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-11-03 20:21:59 +0000 |
commit | 0b53ec758a3ad2be29d802d7973c57d7d754b10a (patch) | |
tree | f641cdd64e0cc6b0ec7c2065f13fb5bfabfc3738 | |
parent | 18153efe21d85414bc720d1fbbf2b191d3325f41 (diff) |
- managesieve: fix rule/action row width on Safari (#1486269)
-rw-r--r-- | plugins/managesieve/skins/default/managesieve.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/managesieve/skins/default/managesieve.css b/plugins/managesieve/skins/default/managesieve.css index d446a3a42..295c3f61f 100644 --- a/plugins/managesieve/skins/default/managesieve.css +++ b/plugins/managesieve/skins/default/managesieve.css @@ -189,47 +189,40 @@ legend, label #rules, #actions { margin-top: 5px; - width: 100%; padding: 0; border-collapse: collapse; } div.rulerow, div.actionrow { - width: 100%; + width: auto; padding: 2px; white-space: nowrap; - float: left; border: 1px solid white; - display: block; } div.rulerow:hover, div.actionrow:hover { padding: 2px; white-space: nowrap; - display: block; - float: left; background: #F2F2F2; border: 1px solid silver; } div.rulerow table, div.actionrow table { - width: 100%; padding: 0px; + width: 100%; } td.rowbuttons { - width: 98%; text-align: right; white-space: nowrap; } td.rowactions, td.rowtargets { - width: 1%; white-space: nowrap; } |