Adapt larry skin to new status message display from 34003c5
This commit is contained in:
parent
084be44d9c
commit
48882b2118
4 changed files with 22 additions and 12 deletions
|
@ -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 {
|
||||
|
|
|
@ -41,11 +41,13 @@
|
|||
|
||||
<div id="calendar">
|
||||
<roundcube:object name="plugin.angenda_options" class="boxfooter" id="agendaoptions" />
|
||||
<roundcube:object name="message" id="message" class="statusbar" />
|
||||
<div class="timezonedisplay"><roundcube:var name="env:timezone" /></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="timezonedisplay"><roundcube:var name="env:timezone" /></div>
|
||||
|
||||
<roundcube:object name="message" id="messagestack" />
|
||||
|
||||
<div id="calendaroptionsmenu" class="popupmenu">
|
||||
<ul class="toolbarmenu">
|
||||
<li><roundcube:button command="calendar-edit" label="calendar.edit" classAct="active" /></li>
|
||||
|
|
|
@ -374,7 +374,7 @@ body.attachmentwin #topnav .topright {
|
|||
left: 0;
|
||||
top: 35px;
|
||||
width: 100%;
|
||||
bottom: 28px;
|
||||
bottom: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -70,13 +70,14 @@
|
|||
<div id="listmessagebox"></div>
|
||||
</div>
|
||||
<div id="rootdroppable"></div>
|
||||
<roundcube:object name="message" id="message" class="statusbar" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<roundcube:object name="message" id="messagestack" />
|
||||
|
||||
<div id="taskitemmenu" class="popupmenu">
|
||||
<ul class="toolbarmenu iconized">
|
||||
<li><roundcube:button name="edit" type="link" onclick="rctasks.edit_task(rctasks.selected_task.id, 'edit'); return false" label="edit" class="icon active" innerclass="icon edit" /></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue