diff options
author | alecpl <alec@alec.pl> | 2012-04-05 07:51:20 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-05 07:51:20 +0000 |
commit | 8d8f7a7b8e7ea8464aa807611b3db320fab12156 (patch) | |
tree | e121b8aa834c93696090a469391b2fb7d386ce2f /plugins/managesieve/skins/larry/managesieve_mail.css | |
parent | 07f4fff8aa223fa5efb0ed73bd5889706034d1fd (diff) |
- Larry skin support
Diffstat (limited to 'plugins/managesieve/skins/larry/managesieve_mail.css')
-rw-r--r-- | plugins/managesieve/skins/larry/managesieve_mail.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/plugins/managesieve/skins/larry/managesieve_mail.css b/plugins/managesieve/skins/larry/managesieve_mail.css new file mode 100644 index 000000000..ea417bdb7 --- /dev/null +++ b/plugins/managesieve/skins/larry/managesieve_mail.css @@ -0,0 +1,62 @@ +ul.toolbarmenu li span.filterlink { + background-position: 0 -1924px; +} + +#sievefilterform { + top: 0; + bottom: 0; + left: 0; + right: 0; + padding: 0; + overflow: hidden; +} + +#sievefilterform iframe { + top: 0; + bottom: 0; + left: 0; + right: 0; + width: 100%; + min-height: 100%; /* Chrome 14 bug */ + border: 0; + padding: 0; + margin: 0; +} + +#sievefilterform ul { + list-style: none; + padding: 0; + margin: 0; + margin-top: 5px; +} + +#sievefilterform fieldset { + margin: 5px; + border-radius: 4px; +} + +#sievefilterform ul li { + margin-bottom: 5px; + white-space: nowrap; +} + +#sievefilterform ul li input { + margin-right: 5px; +} + +#sievefilterform label { + font-weight: bold; +} + +#managesieve-tip +{ + z-index: 100000; + padding: 3px; + background-color: #eee; +} + +span.sieve.error +{ + color: red; + white-space: nowrap; +} |