aboutsummaryrefslogtreecommitdiffstats
path: root/libcalendaring/skins/larry/libcal.css
blob: f679abc3ee91684aa9f4da8c3ccf86200a24b592 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
/**
 * 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-dialog.alarms .ui-dialog-title {
	background-image: url(../../../../skins/larry/images/messages.png);
	background-repeat: no-repeat;
	background-position: 0 -91px;
	padding-left: 24px;
}

.itip-reply-comment {
	padding-left: 2px;
}

a.reply-comment-toggle {
	display: inline-block;
	color: #666;
}

label.noreply-toggle + a.reply-comment-toggle {
	margin-left: 1em;
}

.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.iconbutton {
	display: none;
}

.edit-alarm-item .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;
}

.recurrence-form {
	display: none;
}

.recurrence-form label.weekday,
.recurrence-form label.monthday {
	min-width: 3em;
}

.recurrence-form label.month {
	min-width: 5em;
}

#edit-recurrence-yearly-bymonthblock {
	margin-left: 7.5em;
}

#edit-recurrence-rdates {
	display: block;
	list-style: none;
	margin: 0 0 0.8em 0;
	padding: 0;
	max-height: 300px;
	overflow: auto;
}

#edit-recurrence-rdates li {
	display: block;
	position: relative;
	width: 12em;
	padding: 4px 0 4px 0;
}

#edit-recurrence-rdates li a.delete {
	position: absolute;
	top: 2px;
	right: 0;
	width: 20px;
	height: 18px;
	background-position: -7px -337px;
}

#recurrence-form-until div.line {
	margin-left: 7.5em;
	margin-bottom: 0.3em;
}

#recurrence-form-until div.line.first {
	margin-top: -1.4em;
}

.itip-dialog-form input.text {
	width: 98%;
}

.itip-dialog-form label > input.checkbox {
	margin-left: 0;
	margin-right: 10px;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy