skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Mon Jan 26 15:32:12 CET 2015


 skins/chameleon/images/attendee-status.png |binary
 skins/chameleon/images/freebusy-colors.png |binary
 skins/chameleon/styles.less                |   51 +++++++++++++++++++++++++++--
 3 files changed, 49 insertions(+), 2 deletions(-)

New commits:
commit 25f955147456786fd6b925346297c279d2ca30e4
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Jan 26 15:31:37 2015 +0100

    Fix styles and colors of the availability finder dialog (#4271)

diff --git a/skins/chameleon/images/attendee-status.png b/skins/chameleon/images/attendee-status.png
index c8c04dc..95a7704 100644
Binary files a/skins/chameleon/images/attendee-status.png and b/skins/chameleon/images/attendee-status.png differ
diff --git a/skins/chameleon/images/freebusy-colors.png b/skins/chameleon/images/freebusy-colors.png
new file mode 100644
index 0000000..01f45b8
Binary files /dev/null and b/skins/chameleon/images/freebusy-colors.png differ
diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index c4d6c33..5f7100c 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -770,6 +770,12 @@ input[type="password"]:required {
 	border-color: #e73023;
 }
 
+textates[disabled],
+input[type="text"][disabled],
+input[type="password"][disabled] {
+	color: #999;
+}
+
 .searchbox input,
 #quicksearchbar input {
 	padding-left: 34px;
@@ -1383,6 +1389,7 @@ input.button.delete {
 	color: #fff;
 }
 
+.ui-button.ui-state-hover,
 .ui-dialog .ui-dialog-buttonpane button:focus,
 .ui-dialog .ui-dialog-buttonpane button:hover,
 input.button:hover,
@@ -1599,7 +1606,7 @@ a.button.changeformat.text.selected span.icon {
 }
 
 .ui-dialog .ui-dialog-buttonpane button {
-	padding: 0.2em 0.5em;
+	padding: 8px 18px;
 }
 
 .ui-dialog .ui-dialog-buttonpane {
@@ -1911,6 +1918,10 @@ a.button.changeformat.text.selected span.icon {
 	background: url(images/ui-dialog-close.png) 1px 1px no-repeat;
 }
 
+.ui-button-text-only .ui-button-text {
+	padding: 0;
+}
+
 #messageheader,
 #mailview-right #messageheader,
 #composeheaders {
@@ -2518,8 +2529,35 @@ a.button.changeformat.text.selected span.icon {
 	outline: 2px solid @outline-color;
 }
 
-#schedule-freebusy-times td {
+.availability img.availabilityicon {
+	border-radius: 2px;
+}
+
+#schedule-freebusy-times tr.times td,
+#attendees-freebusy-table div.timesheader {
 	padding: 4px;
+	line-height: 18px;
+}
+
+#schedule-freebusy-times td.free,
+.availability img.availabilityicon.free {
+	background-color: #adce4a;
+}
+
+#schedule-freebusy-times td.busy,
+.availability img.availabilityicon.busy {
+	background-color: #da4340;
+}
+
+#schedule-freebusy-times td.tentative,
+.availability img.availabilityicon.tentative {
+	background-color: #8c699f;
+}
+
+#schedule-freebusy-times td.all-busy,
+#schedule-freebusy-times td.all-tentative,
+#schedule-freebusy-times td.all-out-of-office {
+	background-image: url('images/freebusy-colors.png');
 }
 
 #event-partstat .changersvp,
@@ -2545,6 +2583,7 @@ div.tasklist-invitebox .rsvp-status.needs-action {
 .attendees-list span.attendee {
 	display: inline-block;
 	line-height: 14px;
+	padding-left: 22px;
 }
 
 .attendees-list div.attendee {
@@ -2560,6 +2599,10 @@ div.tasklist-invitebox .rsvp-status.needs-action {
 	line-height: 15px;
 }
 
+.attendees-list a.attendee-role-toggle {
+	width: 18px;
+}
+
 .attendees-list .spacer,
 .attendees-list .total {
 	background: none;
@@ -2590,6 +2633,10 @@ div.tasklist-invitebox .rsvp-status.needs-action {
 	background: url(images/listicons.png) 2px -1294px no-repeat;
 }
 
+#schedule-event-time {
+	border-radius: 0;
+}
+
 #eventresourcesdialog {
 	background: #e7e7e7 !important;
 	padding: 5px;




More information about the commits mailing list