Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117885991
libcal.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None
libcal.css
View Options
/**
* 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.4
em
0
1
em
0
;
}
.
alarm-item
.
event-title
{
font-size
:
14
px
;
margin
:
0.1
em
0
0.3
em
0
;
}
.
alarm-item
div
.
event-section
{
margin-top
:
0.1
em
;
margin-bottom
:
0.3
em
;
}
.
alarm-item
.
alarm-actions
{
margin-top
:
0.4
em
;
}
.
alarm-item
div
.
alarm-actions
a
{
margin-right
:
0.8
em
;
text-decoration
:
none
;
}
a
.
alarm-action-snooze
:
after
{
content
:
' ▼'
;
font-size
:
10
px
;
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
-91
px
;
padding-left
:
24
px
;
}
.
itip-reply-comment
{
padding-left
:
2
px
;
}
a
.
reply-comment-toggle
{
display
:
inline-block
;
color
:
#666
;
}
label
.
noreply-toggle
+
a
.
reply-comment-toggle
{
margin-left
:
1
em
;
}
.
itip-reply-comment
textarea
{
display
:
block
;
width
:
90
%
;
margin-top
:
0.5
em
;
}
.
itip-dialog-confirm-text
{
margin-bottom
:
1
em
;
}
.
popup
textarea
.
itip-comment
{
width
:
98
%
;
}
.
edit-alarm-item
{
position
:
relative
;
padding-right
:
30
px
;
margin-bottom
:
0.2
em
;
}
.
edit-alarm-buttons
{
position
:
absolute
;
top
:
1
px
;
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
:
3
em
;
}
.
recurrence-form
label
.
month
{
min-width
:
5
em
;
}
.
recurrence-form
.
event-section
label
+
div
,
.
recurrence-form
.
form-section
label
+
div
{
display
:
inline-block
;
}
#
edit-recurrence-rdates
{
display
:
block
;
list-style
:
none
;
margin
:
0
0
0.8
em
0
;
padding
:
0
;
max-height
:
300
px
;
overflow
:
auto
;
}
#
edit-recurrence-rdates
:
empty
{
margin
:
0
;
}
#
edit-recurrence-rdates
li
{
display
:
block
;
position
:
relative
;
width
:
12
em
;
padding
:
4
px
0
4
px
0
;
}
#
edit-recurrence-rdates
li
a
.
delete
{
position
:
absolute
;
top
:
5
px
;
right
:
0
;
width
:
8
px
;
height
:
16
px
;
background-position
:
-7
px
-337
px
;
border
:
0
;
}
.
itip-dialog-form
input
.
text
{
width
:
98
%
;
}
.
itip-dialog-form
label
>
input
.
checkbox
{
margin-left
:
0
;
margin-right
:
10
px
;
}
.
edit-attendees-table
td
.
options
a
.
button
{
border
:
0
;
}
.
ui-widget-content
a
.
button
{
color
:
#52525
;
}
#
event-status-badge
{
width
:
100
px
;
height
:
100
px
;
position
:
absolute
;
top
:
0
;
right
:
0
;
overflow
:
hidden
;
}
#
event-status-badge
span
{
display
:
none
;
text-transform
:
uppercase
;
width
:
150
px
;
height
:
20
px
;
line-height
:
20
px
;
position
:
absolute
;
left
:
-20
px
;
top
:
35
px
;
padding-left
:
10
px
;
text-align
:
center
;
font-weight
:
bold
;
font-size
:
12
px
;
color
:
#fff
;
box-shadow
:
1
px
1
px
2
px
#ccc
,
-1
px
-1
px
2
px
#ccc
;
-webkit-
transform
:
rotate
(
45
deg
);
-moz-
transform
:
rotate
(
45
deg
);
-ms-
transform
:
rotate
(
45
deg
);
-o-
transform
:
rotate
(
45
deg
);
transform
:
rotate
(
45
deg
);
}
.
status-cancelled
#
event-status-badge
span
{
background
:
url
(
images/badge.png
)
26
px
-24
px
no-repeat
#cc0000
;
display
:
block
;
}
.
sensitivity-private
#
event-status-badge
span
{
background
:
url
(
images/badge.png
)
40
px
-52
px
no-repeat
#0066ff
;
display
:
block
;
}
.
sensitivity-confidential
#
event-status-badge
span
{
background
:
url
(
images/badge.png
)
20
px
2
px
no-repeat
#cc0000
;
display
:
block
;
}
#
edit-attendees-comment
{
margin-top
:
.5
em
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 2:19 AM (1 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
17/76/1d511b13c643dbab94c5ecaab29c
Default Alt Text
libcal.css (3 KB)
Attached To
Mode
rRPK roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline