Adapt skin to recent changes in master layout
This commit is contained in:
parent
b23453e3ec
commit
33a6631f73
2 changed files with 23 additions and 20 deletions
|
@ -29,7 +29,9 @@ body.calendarmain #mainscreen {
|
||||||
}
|
}
|
||||||
|
|
||||||
#datepicker {
|
#datepicker {
|
||||||
margin-top: 12px;
|
position: absolute;
|
||||||
|
top: 40px;
|
||||||
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 190px;
|
min-height: 190px;
|
||||||
}
|
}
|
||||||
|
@ -89,7 +91,7 @@ body.calendarmain #mainscreen {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 254px;
|
left: 254px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
top: 37px;
|
top: 40px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: url(images/toggle.gif) 0 48% no-repeat transparent;
|
background: url(images/toggle.gif) 0 48% no-repeat transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -241,17 +243,18 @@ pre {
|
||||||
#calendartoolbar {
|
#calendartoolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
right: 0;
|
left: 0;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
z-index: 200;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#calendartoolbar a {
|
#calendartoolbar a {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quicksearchbar {
|
body.calendarmain #quicksearchbar {
|
||||||
right: 4px;
|
top: -7px;
|
||||||
|
right: 2px;
|
||||||
|
z-index: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.calendarmain #searchmenulink {
|
body.calendarmain #searchmenulink {
|
||||||
|
@ -870,7 +873,6 @@ span.edit-alarm-set {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.dropdown-link {
|
a.dropdown-link {
|
||||||
color: #CC0000;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -904,7 +906,6 @@ a.dropdown-link:after {
|
||||||
}
|
}
|
||||||
|
|
||||||
.alarm-item div.alarm-actions a {
|
.alarm-item div.alarm-actions a {
|
||||||
color: #CC0000;
|
|
||||||
margin-right: 0.8em;
|
margin-right: 0.8em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -1019,7 +1020,7 @@ span.spacer {
|
||||||
|
|
||||||
.fc-content {
|
.fc-content {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
top: 38px;
|
top: 40px;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 28px;
|
bottom: 28px;
|
||||||
|
@ -1210,7 +1211,9 @@ div.fc-event-location {
|
||||||
background: -ms-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px ,#d6eaf3 100%);
|
background: -ms-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px ,#d6eaf3 100%);
|
||||||
background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
|
background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 7px;
|
border-bottom: 1px solid #ccc;
|
||||||
|
height: 18px;
|
||||||
|
padding: 8px 7px 3px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendarmain .fc-view-table tr.fc-event td {
|
.calendarmain .fc-view-table tr.fc-event td {
|
||||||
|
|
|
@ -11,10 +11,11 @@
|
||||||
|
|
||||||
<div id="mainscreen">
|
<div id="mainscreen">
|
||||||
<div id="calendarsidebar">
|
<div id="calendarsidebar">
|
||||||
<div id="quicksearchbar">
|
<div id="calendartoolbar" class="toolbar">
|
||||||
<roundcube:object name="plugin.searchform" id="quicksearchbox" />
|
<roundcube:button command="addevent" type="link" class="button addevent disabled" classAct="button addevent" classSel="button addevent pressed" label="calendar.new_event" title="calendar.new_event" />
|
||||||
<a id="searchmenulink" class="iconbutton searchoptions" > </a>
|
<roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="calendar.print" title="calendar.printtitle" />
|
||||||
<roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " />
|
<roundcube:button command="export" type="link" class="button export disabled" classAct="button export" classSel="button export pressed" label="calendar.export" title="calendar.exporttitle" />
|
||||||
|
<roundcube:container name="toolbar" id="calendartoolbar" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="datepicker" class="uibox"></div>
|
<div id="datepicker" class="uibox"></div>
|
||||||
|
@ -30,12 +31,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="calendarsidebartoggle"></div>
|
<div id="calendarsidebartoggle"></div>
|
||||||
|
|
||||||
<div id="calendartoolbar" class="toolbar">
|
<div id="quicksearchbar">
|
||||||
<roundcube:button command="addevent" type="link" class="button addevent disabled" classAct="button addevent" classSel="button addevent pressed" label="calendar.new_event" title="calendar.new_event" />
|
<roundcube:object name="plugin.searchform" id="quicksearchbox" />
|
||||||
<roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="calendar.print" title="calendar.printtitle" />
|
<a id="searchmenulink" class="iconbutton searchoptions" > </a>
|
||||||
<roundcube:button command="export" type="link" class="button export disabled" classAct="button export" classSel="button export pressed" label="calendar.export" title="calendar.exporttitle" />
|
<roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " />
|
||||||
<roundcube:container name="toolbar" id="calendartoolbar" />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="calendar">
|
<div id="calendar">
|
||||||
|
|
Loading…
Add table
Reference in a new issue