diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:00:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:00:52 +0200 |
commit | c40419bdfe866932fecf9fcb1f552312c669c228 (patch) | |
tree | 2c8e21f2f53d3b3b1ca86b743f9159a831424ba9 /plugins/managesieve/skins/classic/managesieve_mail.css | |
parent | baecd8becccd7786632c1cda895123293ceb1408 (diff) |
Rename old 'default' skin folder to 'classic'
Diffstat (limited to 'plugins/managesieve/skins/classic/managesieve_mail.css')
-rw-r--r-- | plugins/managesieve/skins/classic/managesieve_mail.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/plugins/managesieve/skins/classic/managesieve_mail.css b/plugins/managesieve/skins/classic/managesieve_mail.css new file mode 100644 index 000000000..87a11cc92 --- /dev/null +++ b/plugins/managesieve/skins/classic/managesieve_mail.css @@ -0,0 +1,62 @@ +#messagemenu li a.filterlink { + background-image: url(images/filter.png); + background-position: 7px 0; +} + +#sievefilterform { + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: #F2F2F2; + border: 1px solid #999999; + padding: 0; + margin: 5px; +} + +#sievefilterform iframe { + top: 0; + bottom: 0; + left: 0; + right: 0; + width: 100%; + min-height: 100%; /* Chrome 14 bug */ + background-color: #F2F2F2; + border: 0; + padding: 0; + margin: 0; +} + +#sievefilterform ul { + list-style: none; + padding: 0; + margin: 0; + margin-top: 5px; +} + +#sievefilterform fieldset { + margin: 5px; +} + +#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; +} + +span.sieve.error +{ + color: red; +} |