|
|
|
@ -54,12 +54,12 @@ footer { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
nav { |
|
|
|
nav { |
|
|
|
position: sticky; |
|
|
|
position: sticky; |
|
|
|
z-index: 100; |
|
|
|
z-index: 100; |
|
|
|
top: 0; |
|
|
|
top: 0; |
|
|
|
padding: 5px; |
|
|
|
padding: 5px; |
|
|
|
margin: 0 0 10px 0; |
|
|
|
margin: 0 0 10px 0; |
|
|
|
border-bottom: 1px solid; |
|
|
|
border-bottom: 1px solid; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
td, tr{ |
|
|
|
td, tr{ |
|
|
|
@ -299,6 +299,11 @@ span.timetracking { |
|
|
|
grid-template-columns: 1fr 1fr; |
|
|
|
grid-template-columns: 1fr 1fr; |
|
|
|
column-gap: 10px; |
|
|
|
column-gap: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.markdown .editable{ |
|
|
|
|
|
|
|
min-height: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.markdown .buttons, |
|
|
|
.markdown .buttons, |
|
|
|
.markdown .hint{ |
|
|
|
.markdown .hint{ |
|
|
|
grid-column-end: span 2; |
|
|
|
grid-column-end: span 2; |
|
|
|
|