CSS work
This commit is contained in:
@@ -641,3 +641,13 @@ li.task button.symbol:nth-child(1){
|
||||
position: absolute;
|
||||
right: 210px;
|
||||
}
|
||||
|
||||
.timetracking {
|
||||
position: fixed;
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
padding: 3px;
|
||||
background: rgba(255,255,255,0.49);
|
||||
border: 1px solid white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
@@ -291,3 +291,21 @@ legend{
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
nav > form{
|
||||
display:inline;
|
||||
}
|
||||
|
||||
li > a > p:nth-child(1){
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.timetracks .duration{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.timetracking {
|
||||
background: #800000;
|
||||
border-radius: 5px;
|
||||
padding: 12px 5px 3px 5px;
|
||||
color: yellow;
|
||||
}
|
||||
@@ -295,3 +295,9 @@ li > a > p:nth-child(1){
|
||||
.timetracks .duration{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.timetracking {
|
||||
background: #734a00;
|
||||
border-radius: 5px;
|
||||
padding: 12px 5px 3px 5px;
|
||||
}
|
||||
@@ -284,3 +284,20 @@ legend{
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
nav > form{
|
||||
display:inline;
|
||||
}
|
||||
|
||||
li > a > p:nth-child(1){
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.timetracks .duration{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.timetracking {
|
||||
border: 1px solid blue;
|
||||
border-radius: 5px;
|
||||
padding: 12px 5px 3px 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user