template redesign

This commit is contained in:
Jana Deutschländer 2017-01-02 08:58:59 +01:00
commit f414dd9577
31 changed files with 1156 additions and 80 deletions

View file

@ -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;