From e499a14e13f37aa2031fe7443e5dcd04018aac58 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 28 Apr 2016 06:28:20 -0400
Subject: [PATCH] - Support 'duplicate' extension [RFC 7352] - Improve errors handling in filter form

---
 plugins/managesieve/skins/larry/managesieve.css |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css
index 5193b42..baac489 100644
--- a/plugins/managesieve/skins/larry/managesieve.css
+++ b/plugins/managesieve/skins/larry/managesieve.css
@@ -93,6 +93,7 @@
 #filter-form legend, #filter-form label
 {
   color: #666666;
+  vertical-align: middle;
 }
 
 #rules, #actions
@@ -146,12 +147,12 @@
 
 td.advbutton a.show
 {
-  background: url(images/down_small.gif) center no-repeat;
+  background: url(images/down_small.gif?v=8629.106) center no-repeat;
 }
 
 td.advbutton a.hide
 {
-  background: url(images/up_small.gif) center no-repeat;
+  background: url(images/up_small.gif?v=c56c.106) center no-repeat;
 }
 
 td.rowbuttons
@@ -197,6 +198,11 @@
 
 td.rowtargets div a {
   margin-left: 10px;
+}
+
+td.rowtargets div.adv input
+{
+  margin-bottom: 1px;
 }
 
 input.disabled, input.disabled:hover
@@ -282,7 +288,7 @@
 
 a.button.add
 {
-  background: url(images/add.png) no-repeat;
+  background: url(images/add.png?v=a165.280) no-repeat;
   width: 30px;
   height: 20px;
   margin-right: 4px;
@@ -291,7 +297,7 @@
 
 a.button.del
 {
-  background: url(images/del.png) no-repeat;
+  background: url(images/del.png?v=3c27.247) no-repeat;
   width: 30px;
   height: 20px;
   display: inline-block;
@@ -393,7 +399,7 @@
   display: inline-block;
   width: 16px;
   height: 16px;
-  background: url(images/erase.png) -1px -1px no-repeat #eee;
+  background: url(images/erase.png?v=3052.453) -1px -1px no-repeat #eee;
   cursor: pointer;
 }
 
@@ -414,7 +420,7 @@
 
 /* vacation form */
 #settings-sections .vacation a {
-  background-image: url(images/vacation_icons.png);
+  background-image: url(images/vacation_icons.png?v=e738.767);
 	background-repeat: no-repeat;
 	background-position: 7px 1px;
 }

--
Gitblit v1.9.1