From 48882b2118744bdf1c3d67505c93d53b550f7096 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 22 Nov 2013 09:10:44 +0100 Subject: [PATCH] Adapt larry skin to new status message display from 34003c5 --- plugins/calendar/skins/larry/calendar.css | 23 ++++++++++++------- .../skins/larry/templates/calendar.html | 6 +++-- plugins/tasklist/skins/larry/tasklist.css | 2 +- .../skins/larry/templates/mainview.html | 3 ++- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css index ef63d472..58aaa412 100644 --- a/plugins/calendar/skins/larry/calendar.css +++ b/plugins/calendar/skins/larry/calendar.css @@ -117,7 +117,6 @@ div.sidebarclosed { left: 276px; right: 0; bottom: 0; - padding-bottom: 28px; } .calendarmain #message.statusbar { @@ -125,10 +124,10 @@ div.sidebarclosed { border-bottom-color: #ababab; } -#calendar .timezonedisplay { +#timezonedisplay { position: absolute; - bottom: 9px; - right: 8px; + bottom: 5px; + right: 12px; font-size: 0.85em; color: #666; } @@ -991,7 +990,7 @@ a.dropdown-link:after { #agendaoptions { position: absolute; - bottom: 28px; + bottom: 0; left: 0; right: 0; height: auto; @@ -1000,6 +999,7 @@ a.dropdown-link:after { border: 1px solid #c3c3c3; border-top-color: #ddd; border-bottom-color: #bbb; + border-radius: 0 0 4px 4px; 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)); @@ -1039,7 +1039,7 @@ a.dropdown-link:after { .rcube-fc-content { overflow: hidden; border: 0; - border-radius: 4px 4px 0 0; + border-radius: 4px; box-shadow: 0 0 2px #999; -o-box-shadow: 0 0 2px #999; -webkit-box-shadow: 0 0 2px #999; @@ -1051,7 +1051,7 @@ a.dropdown-link:after { top: 40px; left: 0; right: 0; - bottom: 28px; + bottom: 0; background: #fff; } @@ -1309,6 +1309,9 @@ div.fc-event-location { .calendarmain .fc-view-table tr.fc-event td { border-color: #ddd; padding: 4px 7px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .calendarmain .fc-view-table tr.fc-event td.fc-event-handle { @@ -1339,8 +1342,12 @@ div.fc-event-location { box-shadow: inset 0px 0 1px 1px rgba(0, 0, 0, 0.3); } +.calendarmain .fc-view-table col.fc-event-location { + width: 25%; +} + .fc-view-table table.fc-list-smart { - table-layout: auto; +/* table-layout: auto; */ } .fc-listappend { diff --git a/plugins/calendar/skins/larry/templates/calendar.html b/plugins/calendar/skins/larry/templates/calendar.html index 910df17e..453d59a6 100644 --- a/plugins/calendar/skins/larry/templates/calendar.html +++ b/plugins/calendar/skins/larry/templates/calendar.html @@ -41,11 +41,13 @@
- -
+
+ + +
  • diff --git a/plugins/tasklist/skins/larry/tasklist.css b/plugins/tasklist/skins/larry/tasklist.css index b9d10c68..e3adcb22 100644 --- a/plugins/tasklist/skins/larry/tasklist.css +++ b/plugins/tasklist/skins/larry/tasklist.css @@ -374,7 +374,7 @@ body.attachmentwin #topnav .topright { left: 0; top: 35px; width: 100%; - bottom: 28px; + bottom: 0; overflow: auto; } diff --git a/plugins/tasklist/skins/larry/templates/mainview.html b/plugins/tasklist/skins/larry/templates/mainview.html index 52463e04..03557bbe 100644 --- a/plugins/tasklist/skins/larry/templates/mainview.html +++ b/plugins/tasklist/skins/larry/templates/mainview.html @@ -70,13 +70,14 @@
- + +