113 lines
1.9 KiB
CSS
113 lines
1.9 KiB
CSS
/**
|
|
* Roundcube libcalendaring plugin styles for skin "Larry"
|
|
*
|
|
* Copyright (c) 2012-2014, Kolab Systems AG <contact@kolabsys.com>
|
|
*
|
|
* The contents are subject to the Creative Commons Attribution-ShareAlike
|
|
* License. It is allowed to copy, distribute, transmit and to adapt the work
|
|
* by keeping credits to the original autors in the README file.
|
|
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
|
|
*/
|
|
|
|
.alarm-item {
|
|
margin: 0.4em 0 1em 0;
|
|
}
|
|
|
|
.alarm-item .event-title {
|
|
font-size: 14px;
|
|
margin: 0.1em 0 0.3em 0;
|
|
}
|
|
|
|
.alarm-item div.event-section {
|
|
margin-top: 0.1em;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
|
|
.alarm-item .alarm-actions {
|
|
margin-top: 0.4em;
|
|
}
|
|
|
|
.alarm-item div.alarm-actions a {
|
|
margin-right: 0.8em;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.alarm-action-snooze:after {
|
|
content: ' ▼';
|
|
font-size: 10px;
|
|
color: #666;
|
|
}
|
|
|
|
#alarm-snooze-dropdown {
|
|
z-index: 5000;
|
|
}
|
|
|
|
span.edit-alarm-set {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ui-widget-header .ui-dialog-title .ui-icon-alarms {
|
|
background-image: url(../../../../skins/larry/images/messages.png);
|
|
background-position: 0 -91px;
|
|
width: 20px;
|
|
height: 16px;
|
|
}
|
|
|
|
.itip-reply-comment {
|
|
padding-left: 2px;
|
|
}
|
|
|
|
a.reply-comment-toggle {
|
|
display: inline-block;
|
|
margin-left: 1em;
|
|
color: #666;
|
|
}
|
|
|
|
.itip-reply-comment textarea {
|
|
display: block;
|
|
width: 90%;
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
.itip-dialog-confirm-text {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.popup textarea.itip-comment {
|
|
width: 98%;
|
|
}
|
|
|
|
.edit-alarm-item {
|
|
position: relative;
|
|
padding-right: 30px;
|
|
margin-bottom: 0.2em;
|
|
}
|
|
|
|
.edit-alarm-buttons {
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 0;
|
|
}
|
|
|
|
.edit-alarm-buttons a.iconlink {
|
|
display: none;
|
|
width: 18px;
|
|
height: 17px;
|
|
padding: 1px;
|
|
text-indent: -5000px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.edit-alarm-buttons a.delete-alarm {
|
|
background-position: -7px -377px;
|
|
}
|
|
|
|
.edit-alarm-buttons a.delete-alarm,
|
|
.edit-alarm-item.first .edit-alarm-buttons a.add-alarm {
|
|
display: inline-block;
|
|
}
|
|
|
|
.edit-alarm-item.first .edit-alarm-buttons a.delete-alarm {
|
|
display: none;
|
|
}
|
|
|