|
|
|
|
@ -36,6 +36,15 @@ button{
@@ -36,6 +36,15 @@ button{
|
|
|
|
|
border-style: solid; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fieldset[tabindex="0"]{ |
|
|
|
|
max-height: 55px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fieldset[tabindex="0"]:focus-within{ |
|
|
|
|
max-height: unset; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
footer { |
|
|
|
|
position: fixed; |
|
|
|
|
bottom: 0; |
|
|
|
|
@ -53,6 +62,22 @@ nav {
@@ -53,6 +62,22 @@ nav {
|
|
|
|
|
border-bottom: 1px solid; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
td, tr{ |
|
|
|
|
vertical-align: baseline; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.archive { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 10px; |
|
|
|
|
right: 10px; |
|
|
|
|
width: 200px; |
|
|
|
|
height: 30px; |
|
|
|
|
z-index: 100; |
|
|
|
|
border-radius: 5px; |
|
|
|
|
text-align: center; |
|
|
|
|
border: 1px solid; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.error { |
|
|
|
|
padding: 5px; |
|
|
|
|
border-radius: 6px; |
|
|
|
|
@ -63,17 +88,6 @@ nav {
@@ -63,17 +88,6 @@ nav {
|
|
|
|
|
border-radius: 6px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fieldset[tabindex="0"]{ |
|
|
|
|
max-height: 55px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fieldset[tabindex="0"]:focus-within{ |
|
|
|
|
max-height: unset; |
|
|
|
|
} |
|
|
|
|
td, tr{ |
|
|
|
|
vertical-align: baseline; |
|
|
|
|
} |
|
|
|
|
.customer, |
|
|
|
|
.sender, |
|
|
|
|
.invoice_meta{ |
|
|
|
|
@ -193,6 +207,15 @@ textarea{
@@ -193,6 +207,15 @@ textarea{
|
|
|
|
|
right: 20px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.kanban.description{ |
|
|
|
|
max-height: 50px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.kanban.description.active{ |
|
|
|
|
max-height: unset; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.project th, |
|
|
|
|
.task th{ |
|
|
|
|
text-align: right; |
|
|
|
|
@ -362,7 +385,7 @@ a.wikilink{
@@ -362,7 +385,7 @@ a.wikilink{
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.grid2 > :nth-child(2n-1){ |
|
|
|
|
text-align: initial ; |
|
|
|
|
text-align: initial; |
|
|
|
|
padding-top: 8px; |
|
|
|
|
} |
|
|
|
|
} |