Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6065749
tasklist.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
tasklist.less
View Options
/**
* Kolab core library
*
* This file contains Elastic skin styles for tasklist 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/>.
*/
.
toolbarmenu
.
listing
li
{
a.
tasklistlink
:
before
,
a
.
taskaddlink
:
before
{
content
:
@
fa-var-tasks
;
}
}
.
tasklist-invitebox
{
&
>
i.
icon
:
before
{
content
:
@
fa-var-tasks
!important
;
}
}
.
listing
{
li
{
&
>
div
{
&.tasklist
.
listname
:
before
{
&:
extend
(
.
font
-icon-class
);
content
:
@
fa-var-tasks
;
}
}
}
}
@
tasklist-record-height
:
3
.
8rem
;
#
tasklist
{
li.taskitem
{
border-bottom
:
0
;
div.taskhead
{
position
:
relative
;
display
:
block
;
height
:
@
tasklist-record-height
;
padding-left
:
(
1
*
@
listing-treetoggle-width
);
outline
:
0
;
&.flagged
{
color
:
@
color
-
list-flagged
!important
;
}
&
.
selected
{
background-color
:
@
color
-
list-selected-background
;
}
}
&
>
div
,
&
>
span
{
border-bottom
:
1
px
solid
@
color
-
list-border
;
}
ul
{
padding
:
0
;
border
:
0
;
li
{
padding-left
:
0
;
.taskhead,
.title
{
padding-left
:
(
2
*
@
listing-treetoggle-width
+
.25
rem
);
}
.
childtoggle
{
left
:
@
listing-treetoggle-width
;
}
li
{
.taskhead,
.title
{
padding-left
:
(
3
*
@
listing-treetoggle-width
+
.25
rem
);
}
.
childtoggle
{
left
:
(
2
*
@
listing-treetoggle-width
);
}
li
{
.taskhead,
.title
{
padding-left
:
(
4
*
@
listing-treetoggle-width
+
.25
rem
);
}
.
childtoggle
{
left
:
(
3
*
@
listing-treetoggle-width
);
}
li
{
.taskhead,
.title
{
padding-left
:
(
5
*
@
listing-treetoggle-width
+
.25
rem
);
}
.
childtoggle
{
left
:
(
4
*
@
listing-treetoggle-width
);
}
li
{
.taskhead,
.title
{
padding-left
:
(
6
*
@
listing-treetoggle-width
+
.25
rem
);
}
.
childtoggle
{
left
:
(
5
*
@
listing-treetoggle-width
);
}
}
}
}
}
}
}
}
.
childtoggle
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
@
listing-treetoggle-width
;
padding
:
0
0
0
.25
rem
;
height
:
@
tasklist-record-height
;
cursor
:
pointer
;
z-index
:
1
;
.inner
{
display
:
none
;
}
&
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-angle-right
;
margin
:
0
;
width
:
1
em
;
line-height
:
@
tasklist-record-height
;
}
&
.
expanded
:
before
{
content
:
@
fa-var-angle-down
;
}
&
.
collapsed
:
before
{
content
:
@
fa-var-angle-right
;
}
}
span
.
title
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
line-height
:
2
em
;
padding
:
0
0
0
.2
em
;
padding-left
:
(
1
*
@
listing-treetoggle-width
+
.25
rem
);
margin-right
:
2
em
;
.overflow-ellipsis
;
}
span
.
tags
{
position
:
absolute
;
right
:
2
em
;
top
:
0
;
line-height
:
2
em
;
text-align
:
right
;
}
span
.
date
{
font-size
:
90
%
;
line-height
:
1.8
em
;
color
:
@
color
-
list-secondary
;
padding-left
:
.2
em
;
}
span
.
flagged
{
position
:
absolute
;
right
:
0
;
top
:
0
;
line-height
:
1.8
em
;
cursor
:
pointer
;
}
.
taskhead
:
not
(
.
flagged
)
:
hover
span
.
flagged
:
before
{
&:extend(.font-icon-class)
;
.font-icon-regular(@fa-var-flag)
;
}
.
taskhead
.
flagged
span
.
flagged
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-flag
;
}
.
progressbar
{
position
:
absolute
;
bottom
:
1
px
;
left
:
.2
em
;
right
:
.2
em
;
.progressvalue
{
border-top
:
2
px
solid
@
color
-
warning
;
}
}
.
taskhead
.
complete
.
progressbar
{
display
:
none
;
}
input
+
label
,
input
.
complete
{
position
:
absolute
;
right
:
.25
rem
;
bottom
:
0
;
top
:
auto
;
line-height
:
2
em
;
padding
:
0
.2
em
0
0
;
cursor
:
pointer
;
z-index
:
1
;
line-height
:
1.8
;
}
.
actions
{
display
:
none
;
}
//
Focus
indicator
@
media
screen
and
(
min-width
:
@
screen-width-large
)
{
.
taskhead
{
border-left
:
2
px
solid
transparent
;
}
.
taskhead
.
focused
{
border-left
:
2
px
solid
@
color
-
list-focus-indicator
;
outline
:
0
;
}
}
}
#
taskshow
{
&
+
.
formbuttons
{
button.disabled
{
display
:
none
;
}
}
.
task-parent-title
{
color
:
@
color
-
black
-
shade-text
;
font-size
:
90
%
;
margin-bottom
:
.5
rem
;
}
.
task-title
{
font-size
:
1.5
rem
;
font-weight
:
bold
;
}
.
task-description
{
margin
:
1
rem
0
;
}
}
#
taskedit-attachment-form
{
//
fixes
redundant
scrolling
and
height
issue
on
task
edit
form
position
:
absolute
;
}
.
messagetasklinks
{
&
>
i.
icon
:
before
{
content
:
@
fa-var-tasks
!important
;
}
.
tasklist
{
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
}
input
{
height
:
auto
!important
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 4:42 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
783095
Default Alt Text
tasklist.less (6 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment