plugins/calendar

Thomas Brüderli bruederli at kolabsys.com
Wed Oct 3 12:40:29 CEST 2012


 plugins/calendar/skins/larry/calendar.css |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

New commits:
commit e30b78a3a1833dbc5840595ea905a8c07b49b822
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Wed Oct 3 12:40:17 2012 +0200

    Align calendar styles with default larry theme

diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css
index d1e5dc4..539377b 100644
--- a/plugins/calendar/skins/larry/calendar.css
+++ b/plugins/calendar/skins/larry/calendar.css
@@ -961,15 +961,20 @@ a.dropdown-link:after {
 	right: 0;
 	height: auto;
 	z-index: 200;
-	background: #d6eaf3;
+	padding: 4px 5px;
 	border: 1px solid #c3c3c3;
 	border-top-color: #ddd;
-	padding: 4px 5px;
+	border-bottom-color: #bbb;
+	background: #ebebeb;
+	background: -moz-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#c6c6c6));
+	background: -o-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
+	background: -ms-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
+	background: linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
 }
 
 #agendaoptions label {
-	color: #69939e;
-	text-shadow: 1px 1px #f2f2f2;
+	text-shadow: 1px 1px #fff;
 	padding-right: 0.5em;
 }
 
@@ -1279,6 +1284,11 @@ div.fc-event-location {
 	padding: 8px 7px 3px 7px;
 }
 
+.calendarmain .fc-view-table td.fc-list-header {
+	color: #004853;
+	font-size: 13px;
+}
+
 .calendarmain .fc-view-table tr.fc-event td {
 	border-color: #ddd;
 	padding: 4px 7px;





More information about the commits mailing list