Merge branch 'module/timetracking' into dev
This commit is contained in:
@@ -160,15 +160,21 @@ tr:hover{
|
|||||||
color: yellow;
|
color: yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timetracks .year, .month{
|
|
||||||
border-color: 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.timetracks .selected td:not(.year):not(.month){
|
.timetracks .selected td:not(.year):not(.month){
|
||||||
background-color: darkred;
|
background-color: darkred;
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timetracks.sum {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timetracks .year, .month{
|
||||||
|
border-color: 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.warn {
|
.warn {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@@ -290,11 +290,31 @@ span.timetracking {
|
|||||||
display: inline-block;
|
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{
|
.timetracks .year, .timetracks .month{
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timetracks.sum {
|
||||||
|
position: sticky;
|
||||||
|
top: 60px;
|
||||||
|
z-index: 20;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.timetracks.sum span{
|
.timetracks.sum span{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@@ -307,23 +327,6 @@ span.timetracking {
|
|||||||
float: right;
|
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{
|
table{
|
||||||
min-width: 30vw;
|
min-width: 30vw;
|
||||||
@@ -370,6 +373,7 @@ a.wikilink{
|
|||||||
.grid2{
|
.grid2{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 230px auto;
|
grid-template-columns: 230px auto;
|
||||||
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid2 > :nth-child(2n-1){
|
.grid2 > :nth-child(2n-1){
|
||||||
@@ -399,6 +403,17 @@ a.wikilink{
|
|||||||
text-align: initial;
|
text-align: initial;
|
||||||
padding-top: 8px;
|
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{
|
fieldset.vcard{
|
||||||
|
|||||||
@@ -155,6 +155,11 @@ tr:hover{
|
|||||||
background-color: navy;
|
background-color: navy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timetracks.sum {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.version a.selected{
|
.version a.selected{
|
||||||
border-color: orange;
|
border-color: orange;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -308,6 +308,13 @@ span.timetracking {
|
|||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timetracks.sum {
|
||||||
|
position: sticky;
|
||||||
|
top: 60px;
|
||||||
|
z-index: 20;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.timetracks.sum span{
|
.timetracks.sum span{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -144,6 +144,11 @@ tr:hover{
|
|||||||
background-color: aquamarine;
|
background-color: aquamarine;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timetracks.sum {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.version a.selected{
|
.version a.selected{
|
||||||
border-color: orange;
|
border-color: orange;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -290,11 +290,31 @@ span.timetracking {
|
|||||||
display: inline-block;
|
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{
|
.timetracks .year, .timetracks .month{
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timetracks.sum {
|
||||||
|
position: sticky;
|
||||||
|
top: 60px;
|
||||||
|
z-index: 20;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.timetracks.sum span{
|
.timetracks.sum span{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@@ -307,23 +327,6 @@ span.timetracking {
|
|||||||
float: right;
|
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{
|
table{
|
||||||
min-width: 30vw;
|
min-width: 30vw;
|
||||||
@@ -370,6 +373,7 @@ a.wikilink{
|
|||||||
.grid2{
|
.grid2{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 230px auto;
|
grid-template-columns: 230px auto;
|
||||||
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid2 > :nth-child(2n-1){
|
.grid2 > :nth-child(2n-1){
|
||||||
@@ -399,6 +403,17 @@ a.wikilink{
|
|||||||
text-align: initial;
|
text-align: initial;
|
||||||
padding-top: 8px;
|
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{
|
fieldset.vcard{
|
||||||
|
|||||||
Reference in New Issue
Block a user