Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
d0b7b017
Commit
d0b7b017
authored
12 years ago
by
Bart Visscher
Browse files
Options
Downloads
Patches
Plain Diff
Tasks: Some styling
parent
a0047592
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/tasks/css/style.css
+5
-3
5 additions, 3 deletions
apps/tasks/css/style.css
with
5 additions
and
3 deletions
apps/tasks/css/style.css
+
5
−
3
View file @
d0b7b017
...
...
@@ -10,9 +10,10 @@
#tasks_list
h1
{
background-color
:
#1D2D44
;
color
:
white
;
font-size
:
120%
;
padding
:
0
0.5em
;}
.task
{
border-radius
:
0.4em
;
position
:
relative
;
padding
:
0.5em
1em
;}
.task
:nth-child
(
odd
)
{
background-color
:
#F4F4F4
;}
.task
:hover
{
background-color
:
#DDDDDD
;}
.task_actions
{
display
:
none
;
position
:
absolute
;
right
:
33.3333%
;
top
:
0.2em
;}
.task_actions
{
display
:
none
;
position
:
absolute
;
left
:
30em
;
top
:
0.2em
;}
.task
:hover
.task_actions
{
display
:
block
}
.task_actions
img
{
vertical-align
:
middle
;}
.task_actions
span
{
cursor
:
pointer
;}
...
...
@@ -36,9 +37,10 @@
.task.done
.summary
{
text-decoration
:
line-through
;}
.task
.tag
{
border-radius
:
0.4em
;
display
:
inline-block
;
opacity
:
0.2
;
margin
:
0
0.2em
;
border
:
1px
solid
transparent
;
padding
:
0
0.4em
;
cursor
:
pointer
;}
.task
.tag
:hover
{
opacity
:
0.5
;}
.task
.tag.active
{
border-color
:
black
;
opacity
:
0.6
;}
.task
.tag.active
:hover
{
opacity
:
0.8
;}
.task
.tag.active
:hover
{
opacity
:
1
;}
.task
:hover
.tag
{
opacity
:
0.5
}
.task
:hover
.tag
:hover
{
opacity
:
0.8
;}
.task
.categories
{
position
:
absolute
;
right
:
12em
;
text-align
:
right
;
top
:
0.4em
}
.task
.categories
a
{
background-color
:
#1d2d44
;
color
:
white
;}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment