From de14ec6aa0dd41f6d414da93bf83b52783e48632 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 04 May 2016 02:53:12 -0400
Subject: [PATCH] Merge branch 'for-1.3'

---
 plugins/managesieve/skins/classic/managesieve.css |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/plugins/managesieve/skins/classic/managesieve.css b/plugins/managesieve/skins/classic/managesieve.css
index 7419cd3..84e24f8 100644
--- a/plugins/managesieve/skins/classic/managesieve.css
+++ b/plugins/managesieve/skins/classic/managesieve.css
@@ -172,12 +172,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
@@ -225,6 +225,11 @@
   margin-left: 10px;
 }
 
+td.rowtargets div.adv input
+{
+  margin-bottom: 1px;
+}
+
 html.mozilla #filter-form select
 {
   padding-top: 3px;
@@ -255,6 +260,7 @@
 }
 
 td.rowtargets span,
+td.rowtargets label,
 span.label
 {
   color: #666666;
@@ -305,7 +311,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;
@@ -314,7 +320,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;
@@ -400,7 +406,7 @@
   display: inline-block;
   width: 16px;
   height: 16px;
-  background: url(images/erase.png) -1px 0 no-repeat #eee;
+  background: url(images/erase.png?v=3052.453) -1px 0 no-repeat #eee;
   cursor: pointer;
 }
 

--
Gitblit v1.9.1