template redesign
This commit is contained in:
parent
77d4a15da5
commit
f414dd9577
31 changed files with 1156 additions and 80 deletions
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
ul{
|
||||
float: right;
|
||||
padding: 0; margin: .2rem 0 0 0;
|
||||
padding: 0; margin: .2rem -.2rem 0 0;
|
||||
li{
|
||||
display: inline-block;
|
||||
float: right;
|
||||
|
@ -72,19 +72,19 @@
|
|||
}
|
||||
|
||||
&.user-task{
|
||||
&.noopentasks{
|
||||
border: 1px solid @color-border;
|
||||
border-radius: @border-radius;
|
||||
color: @color-nav;
|
||||
display: inline-block;
|
||||
height: 1rem;
|
||||
min-height: 20px;
|
||||
min-width: 24px;
|
||||
box-sizing: content-box;
|
||||
padding: .3em .25em .15em;
|
||||
margin-top: 2px;
|
||||
position: relative;
|
||||
}
|
||||
border: 1px solid @color-border;
|
||||
border-radius: @border-radius;
|
||||
color: @color-nav;
|
||||
display: inline-block;
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
min-height: 1.2em;
|
||||
min-width: 1.4em;
|
||||
box-sizing: content-box;
|
||||
padding: .3em .25em .15em;
|
||||
margin-top: 2px;
|
||||
position: relative;
|
||||
|
||||
|
||||
a{
|
||||
position: relative;
|
||||
|
@ -133,8 +133,8 @@
|
|||
color: @color-nav;
|
||||
display: inline-block;
|
||||
height: 1rem;
|
||||
min-height: 20px;
|
||||
min-width: 24px;
|
||||
min-height: 1.2em;
|
||||
min-width: 1.4em;
|
||||
box-sizing: content-box;
|
||||
padding: .3em .25em .15em;
|
||||
margin-top: 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue