|
|
|
|
@ -290,11 +290,31 @@ span.timetracking {
@@ -290,11 +290,31 @@ span.timetracking {
|
|
|
|
|
display: inline-block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.markdown.editing{ |
|
|
|
|
display: grid; |
|
|
|
|
grid-template-columns: 1fr 1fr; |
|
|
|
|
column-gap: 10px; |
|
|
|
|
} |
|
|
|
|
.markdown .buttons, |
|
|
|
|
.markdown .hint{ |
|
|
|
|
grid-column-end: span 2; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.editable:hover{ |
|
|
|
|
border: 1px dotted; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.timetracks .year, .timetracks .month{ |
|
|
|
|
border: 1px solid; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.timetracks.sum { |
|
|
|
|
position: sticky; |
|
|
|
|
top: 60px; |
|
|
|
|
z-index: 20; |
|
|
|
|
padding: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.timetracks.sum span{ |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
@ -307,23 +327,6 @@ span.timetracking {
@@ -307,23 +327,6 @@ span.timetracking {
|
|
|
|
|
float: right; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.markdown.editing{ |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.markdown.editing > *{ |
|
|
|
|
width: 49%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.markdown.editing > *:nth-child(2){ |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.markdown img{ |
|
|
|
|
max-width: 75%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
table{ |
|
|
|
|
min-width: 30vw; |
|
|
|
|
@ -370,6 +373,7 @@ a.wikilink{
@@ -370,6 +373,7 @@ a.wikilink{
|
|
|
|
|
.grid2{ |
|
|
|
|
display: grid; |
|
|
|
|
grid-template-columns: 230px auto; |
|
|
|
|
margin: 0 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.grid2 > :nth-child(2n-1){ |
|
|
|
|
@ -387,6 +391,17 @@ a.wikilink{
@@ -387,6 +391,17 @@ a.wikilink{
|
|
|
|
|
text-align: initial; |
|
|
|
|
padding-top: 8px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.markdown.editing{ |
|
|
|
|
display: block; |
|
|
|
|
grid-template-columns: 1fr 1fr; |
|
|
|
|
column-gap: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.markdown textarea{ |
|
|
|
|
width: calc(100% - 10px); |
|
|
|
|
min-height: 50px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fieldset.vcard{ |
|
|
|
|
@ -424,3 +439,12 @@ fieldset.vcard{
@@ -424,3 +439,12 @@ fieldset.vcard{
|
|
|
|
|
.vcard td button.symbol{ |
|
|
|
|
float: right; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.cloud .tag{ |
|
|
|
|
border: 1px solid; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
padding: 2px; |
|
|
|
|
margin: 0 6px; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
display: inline flow-root; |
|
|
|
|
} |