skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Tue Jan 13 16:20:39 CET 2015


 skins/chameleon/styles.less |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 10d523c1ebc58ea09c56b42460609b2da7933383
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Jan 13 16:20:27 2015 +0100

    Fix icon on shared contact folders (#4172)

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 83a1350..ac19fd0 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -90,6 +90,10 @@ body.login #header {
 	font-size: 14px;
 }
 
+#login-form td.input select {
+	width: 100%;
+}
+
 #login-form td.title {
 	color: @text-color;
 	text-shadow: none;
@@ -2048,7 +2052,6 @@ input.button.delete:hover {
 #calendars .treelist li span.calname,
 #directorylist li.addressbook.readonly,
 #directorylist li.addressbook.shared,
-#directorylist li.addressbook.other,
 .notesview #notebooks div.folder span.handle,
 .notesview #notebooks li .listname {
 	background-image: url(images/listicons.png);
@@ -2075,7 +2078,6 @@ input.button.delete:hover {
 	background-position: right -2128px;
 }
 
-#directorylist li.addressbook.other,
 #directorylist li.addressbook.virtual.user {
 	background-position: 98% -2147px;
 }
@@ -2088,7 +2090,7 @@ input.button.delete:hover {
 }
 
 #directorylist li.addressbook.other.readonly {
-	background-position: 98% -2172px;
+	background-position: 97% -2170px;
 }
 #tasklists li.other.readonly span.listname,
 #calendars .treelist div.other.readonly span.calname {
@@ -2096,7 +2098,7 @@ input.button.delete:hover {
 }
 
 #directorylist li.addressbook.shared {
-	background-position: 98% -2196px;
+	background-position: 97% -2196px;
 }
 #tasklists li.shared span.listname,
 #calendars .treelist div.shared span.calname {
@@ -2104,7 +2106,7 @@ input.button.delete:hover {
 }
 
 #directorylist li.addressbook.shared.readonly {
-	background-position: 98% -2220px;
+	background-position: 97% -2220px;
 }
 #tasklists li.shared.readonly span.listname,
 #calendars .treelist div.shared.readonly span.calname {




More information about the commits mailing list