Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6064243
libcalendaring.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
13 KB
Referenced Files
None
Subscribers
None
libcalendaring.less
View Options
/**
* Kolab core library
*
* This file contains Elastic skin styles for libcalendaring plugin.
*
* @author Aleksander Machniak <machniak@kolabsys.com>
*
* Copyright (C) 2012-2018, Kolab Systems AG <contact@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
.
invitebox
{
&
>
i.icon
{
position
:
absolute
;
top
:
0
;
padding-top
:
.5
em
;
}
&
>
span
{
padding-left
:
2.5
em
;
}
td
{
padding
:
2
px
;
vertical-align
:
top
;
&.ititle
{
font-weight
:
bold
;
padding-right
:
0.5
em
;
}
&
.
label
{
color
:
#666
;
padding-right
:
1
em
;
}
&
.
sensitivity
{
font-weight
:
bold
;
}
&
.
recurrence-id
{
text-transform
:
uppercase
;
font-style
:
italic
;
}
&
.
date
.
modified
{
font-weight
:
bold
;
color
:
@
color
-
error
;
}
em
{
font-weight
:
bold
;
}
}
.
itip-buttons
{
display
:
flex
;
flex-wrap
:
wrap
;
input.button
{
margin
:
0
.25
rem
.25
rem
0
;
}
}
.
rsvp-buttons
{
width
:
100
%
;
padding-top
:
.25
rem
;
}
.
itip-reply-controls
{
margin-top
:
.25
rem
;
width
:
100
%
;
&
>
label
{
display
:
inline
;
label
{
line-height
:
1
;
margin-right
:
.25
rem
;
}
}
a
{
margin-left
:
1
em
;
white-space
:
nowrap
;
}
}
.
rsvp-status
{
margin
:
.5
rem
0
;
width
:
100
%
;
&.hint
{
color
:
#666
;
font-style
:
italic
;
}
}
.
folder-select
{
white-space
:
nowrap
;
select
{
display
:
initial
;
width
:
auto
;
}
}
}
.
rsvp-status
{
&:before
{
line-height
:
1.1
;
color
:
lighten
(
@
color
-black
,
25
%
);
float
:
none
;
display
:
inline
;
}
&
.
loading
:
before
{
&:extend(.font-icon-class)
;
.animated-icon-class
;
content
:
@
fa-var-circle-notch
;
line-height
:
1
;
}
&
.
declined
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-ban
;
color
:
@
color
-
error
;
}
&
.
tentative
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-check-circle
;
color
:
@
color
-
warning
;
}
&
.
accepted
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-check-circle
;
color
:
@
color
-
success
;
}
&
.
delegated
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-share
;
}
&
.
needs-action
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-question-circle
;
}
}
.
attendee
{
&:before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-question-circle
;
display
:
inline
;
float
:
none
;
font-size
:
1
em
;
color
:
@
color
-
black
-
shade-text
;
}
&
.
req-participant
:
before
{
content
:
@
fa-var-user
;
}
&
.
opt-participant
:
before
{
.font-icon-regular(@fa-var-user)
;
}
&
.
non-participant
:
before
{
content
:
@
fa-var-user
;
color
:
#ccc
;
}
&
.
chair
:
before
{
content
:
@
fa-var-user
;
//
todo
color
:
@
color
-
warning
;
}
&
.
completed
:
before
,
&
.
accepted
:
before
{
content
:
@
fa-var-check-circle
;
color
:
@
color
-
success
;
}
&
.
declined
:
before
{
content
:
@
fa-var-ban
;
color
:
@
color
-
error
;
}
&
.
tentative
:
before
{
content
:
@
fa-var-check-circle
;
color
:
@
color
-
warning
;
}
&
.
delegated
:
before
{
content
:
@
fa-var-share
;
}
&
.
organizer
:
before
{
content
:
@
fa-var-briefcase
;
//
TODO
:
better
icon
}
&
.
in-process
:
before
{
content
:
@
fa-var-cog
;
}
}
.
attendees-comentbox
{
label
{
display
:
inline
;
}
}
.
edit-attendees-table
{
width
:
100
%
;
th,
td
{
width
:
1
%
;
text-align
:
center
;
}
td
{
border
:
0
;
padding
:
0
.3
rem
;
}
th
{
border-bottom
:
1
px
solid
#eee
!important
;
}
th
.
name
,
td
.
name
,
th
.
role
,
td
.
role
{
width
:
auto
;
text-align
:
left
;
}
th
.
invite
{
input
{
display
:
none
;
}
label
{
cursor
:
pointer
;
}
label
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-envelope
;
display
:
inline
;
float
:
none
;
margin-left
:
.25
rem
;
}
}
td
.
invite
{
label
:
before
{
line-height
:
1.6
;
height
:
1.5
em
;
}
}
td
.
name
{
span
{
line-height
:
2.5
;
display
:
flex
;
&
>
:first-child
{
.overflow-ellipsis
;
//
width
and
flex
is
required
to
make
overflow
working
flex
:
1
;
width
:
1
px
;
white-space
:
nowrap
;
}
}
}
td
.
availability
,
td
.
confirmstate
{
span
{
margin
:
0
;
}
span
:
after
,
span
:
before
{
line-height
:
2
;
margin
:
0
;
font-size
:
1.2
em
;
height
:
2
em
;
width
:
2
em
;
}
}
td
.
options
{
a
{
display
:
inline-block
;
height
:
2
em
;
&:before
{
line-height
:
1.8
;
margin
:
0
;
}
}
}
a
.
expandlink
{
&:before
{
content
:
@
fa-var-plus-square
;
line-height
:
2
;
}
}
.
inner
{
display
:
none
;
}
html
.
layout-phone
&
{
th.availability,
th.confirmstate
{
text-indent
:
-5000
px
;
}
td
.
role
{
max-width
:
7
em
;
}
select
{
padding
:
0
.5
rem
;
}
}
}
html
.
touch
{
.edit-attendees-table
{
td.invite
{
label
:
before
{
line-height
:
1.2
;
height
:
1.2
em
;
}
}
}
}
.
form-searchbar
{
display
:
flex
;
margin-bottom
:
.5
rem
;
input[type=text]
{
flex
:
1
;
html.layout-phone
&
{
max-width
:
50
%
;
}
}
input
[
type
=
button
]
{
margin-left
:
.5
em
;
.overflow-ellipsis
;
}
}
.
attachmentslist
li
.
link
{
&.message.
eml
:
before
{
content
:
@
fa-var-envelope
;
}
a
.
messagelink
{
.overflow-ellipsis
;
margin-right
:
.25
rem
;
}
a
.
delete
.
inner
{
display
:
none
;
}
}
.
attachmentslist
li
.
ics
:
before
,
.
attachmentslist
li
.
text
.
calendar
:
before
,
.
messagelist
tbody
.
attachment
span
.
ical
:
before
{
.font-icon-regular(@fa-var-calendar-alt)
;
}
.
alarms-input
{
.edit-alarm-item
{
display
:
flex
;
&
+
.edit-alarm-item
{
margin-top
:
.25
rem
;
}
}
.
edit-alarm-buttons
{
a
{
line-height
:
1
;
padding
:
.375
em
.25
em
;
margin
:
0
.25
rem
;
&:before
{
margin
:
0
;
width
:
1
em
;
}
}
.
inner
{
display
:
none
;
}
}
.
edit-alarm-item
.
first
.
delete-alarm
{
display
:
none
;
}
.
edit-alarm-item
:
not
(
.
first
)
.
add-alarm
{
display
:
none
;
}
.
edit-alarm-type
{
flex
:
1
;
}
.
edit-alarm-set
{
display
:
flex
;
flex
:
1
;
}
.
edit-alarm-values
{
margin-left
:
.25
rem
;
flex
:
5
;
}
.
edit-alarm-offset
{
flex
:
5
;
}
.
edit-alarm-date
,
.
edit-alarm-time
,
.
edit-alarm-related
{
flex
:
3
;
}
}
.
recurrence-form
{
.recurrence-rdates
{
width
:
100
%
;
padding
:
0
;
list-style-type
:
none
;
&:empty
{
margin
:
0
;
}
a
.
delete
{
margin-left
:
2
em
;
&:before
{
display
:
inline-block
;
float
:
none
;
}
}
.
inner
{
display
:
none
;
}
}
.
recurrence-onevery
{
select
{
width
:
40
%
;
display
:
inline
;
}
}
.
inputform
{
display
:
flex
;
input.button
{
margin-left
:
.25
rem
;
}
}
div
.
line
{
width
:
100
%
;
display
:
flex
;
margin-bottom
:
.25
rem
;
label
{
margin-left
:
.5
em
;
min-width
:
4
em
;
line-height
:
2.5
;
}
}
.
month
,
.
monthday
,
.
weekday
{
display
:
inline-block
;
width
:
3.5
em
;
margin-right
:
.5
rem
;
input
{
margin-right
:
.25
rem
;
}
}
.
monthday
{
width
:
2.75
em
;
}
.
table
td
{
border
:
0
;
padding
:
0
;
&.label
{
white-space
:
nowrap
;
}
&
:
first-child
label
{
line-height
:
2.5
;
}
&
label
.
monthday
:
first-child
{
margin-top
:
.5
rem
;
}
}
.
input-group-append
,
.
input-group-prepend
{
display
:
initial
;
//
fixes
buggy
height
of
the
element
}
}
#
event-status-badge
{
width
:
7
rem
;
height
:
7
rem
;
position
:
absolute
;
top
:
0
;
right
:
0
;
overflow
:
hidden
;
span
{
display
:
none
;
text-transform
:
uppercase
;
line-height
:
20
px
;
position
:
absolute
;
left
:
-2.4
rem
;
top
:
2.4
rem
;
width
:
13.2
rem
;
text-align
:
center
;
font-weight
:
bold
;
font-size
:
.85
rem
;
color
:
#fff
;
-webkit-
transform
:
rotate
(
45
deg
);
transform
:
rotate
(
45
deg
);
&:before
{
&:extend(.font-icon-class)
;
display
:
inline
;
float
:
none
;
}
.
status-cancelled
&
{
background-color
:
darken
(
@
color
-error
,
10
%
);
display
:
block
;
&:before
{
content
:
@
fa-var-times-circle
;
}
}
.
sensitivity-private
&
{
background-color
:
darken
(
@
color
-warning
,
10
%
);
display
:
block
;
&:before
{
content
:
@
fa-var-lock
;
}
}
.
sensitivity-confidential
&
{
background-color
:
darken
(
@
color
-error
,
10
%
);
display
:
block
;
&:before
{
content
:
@
fa-var-user-secret
;
}
}
}
}
#
alarm-display
{
h3
{
font-size
:
1.2
rem
;
margin-bottom
:
.25
rem
;
&:before
{
&:extend(.font-icon-class)
;
.font-icon-regular(@fa-var-calendar-alt)
;
font-size
:
1
em
;
}
&
.
type-task
:
before
{
.font-icon-regular(@fa-var-calendar-check)
;
}
}
.
event-section
{
font-size
:
.9
rem
;
color
:
@
color
-
black
-
shade-text
;
white-space
:
nowrap
;
.overflow-ellipsis
;
}
.
alarm-actions
{
text-align
:
right
;
margin-bottom
:
.25
rem
;
a
{
&:first-child
{
margin-right
:
1
em
;
}
&
:
before
{
&:extend(.font-icon-class)
;
display
:
inline
;
float
:
none
;
}
}
}
a
.
alarm-action-snooze
:
before
{
content
:
@
fa-var-bell-slash
;
}
a
.
alarm-action-dismiss
:
before
{
content
:
@
fa-var-trash-alt
;
}
}
#
alarm-snooze-dropdown
a
:
before
{
.font-icon-regular(@fa-var-clock)
;
}
.
dialog-message
{
margin
:
0
;
opacity
:
.95
;
width
:
100
%
;
padding
:
.75
em
;
margin-top
:
.25
em
;
color
:
@
color
-
message
;
background-color
:
@
color
-
message-warning-background
;
&
>
label
{
margin
:
0
;
display
:
block
;
label
:
before
{
line-height
:
1.25
;
margin-right
:
.25
rem
;
}
}
.
message
{
display
:
flex
;
}
&
+
.
savemode
{
margin-top
:
1
rem
;
a.btn
{
margin-right
:
.5
rem
;
}
}
&
>
.
savemode
{
margin-top
:
.5
rem
;
label
{
margin-right
:
1
rem
;
}
input
{
margin-right
:
.25
rem
;
}
}
}
@
media
screen
and
(
max-width
:
420px
)
{
.
nav-link
.
nav-icon
{
width
:
3
em
;
margin-right
:
5
px
;
padding
:
.5
rem
.5
rem
.5
rem
.65
rem
;
&:before
{
.font-icon-class
;
margin
:
0
1
rem
0
0
;
width
:
1
em
;
line-height
:
1.2
;
}
&
.
resources
:
before
{
content
:
@
fa-var-cube
;
margin-left
:
.1
rem
;
}
&
.
attachments
:
before
{
content
:
@
fa-var-paperclip
;
}
&
.
attendees
:
before
{
content
:
@
fa-var-users
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 4:19 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
781633
Default Alt Text
libcalendaring.less (13 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment