Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template

This commit is contained in:
Jana Deutschländer 2017-01-09 14:34:14 +01:00
commit 6d48db2727
10 changed files with 462 additions and 273 deletions

View file

@ -90,21 +90,7 @@
} // label
button[type="submit"] {
background-image: none;
background-color: @button_background;
border: solid 1px @button_background;
color: @button_color;
font-weight: bold;
margin-top: (@grid * 2);
padding: .4em @grid;
transition: @transition background-color, @transition color;
&:hover,
&:focus,
&:active {
background-color: @button_color;
color: @button_background;
}
}
}

View file

@ -11,13 +11,15 @@
top: 0;
left: 0;
width: 100%;
#mm__issueselect_chosen{
#mm__issueselect_chosen {
max-width: 50%;
}
button[name="toggleSuggestions"]{
button[name="toggleSuggestions"] {
position: absolute;
right: 0; top: 0;
right: 0;
top: 0;
border: 0;
border-bottom: 1px solid @color-border;
border-left: 1px solid @color-border;
@ -25,26 +27,28 @@
background: #fff;
border-radius: 0;
border-bottom-left-radius: 5px;
&:hover, &:focus, &:active{
&:hover,
&:focus,
&:active {
border-color: @button_background;
color: @button_background;
}
}
#magicmatcher__context {
box-sizing: border-box;
background-color: __nav_direct_background__;
box-shadow: __box_shadow__;
border-radius: 0 0 __default_border_radius__ __default_border_radius__;
position: relative;
z-index: 100;
width: 100%;
min-height: @height-context-bar;
box-sizing: border-box;
box-shadow: __box_shadow__;
background-color: __nav_direct_background__;
border-radius: 0 0 __default_border_radius__ __default_border_radius__;
font-size: .88rem;
padding: .8em 1em .5em;
margin-bottom: 0;
font-size: .88rem;
.chosen-container-single,
.chosen-container-single *,
#mm_issue_loading,
@ -54,14 +58,15 @@
}
.chosen-container-single {
.chosen-single span {
line-height: @line-height-bigger;
}
}
@media @screen_max-md {
padding-top: 1.8rem;
.chosen-container{
.chosen-container {
display: block;
min-width: 100%;
max-width: 100%;
@ -78,7 +83,7 @@ a.jiralink {
img {
float: left;
display: inline-block;
margin-top: .3em;
margin-top: .13em;
margin-right: 3px;
}
@ -119,10 +124,12 @@ a.jiralink {
@media @screen_max-md {
#dokuwiki_magic-matcher {
position: relative;
.container{
.container {
margin: .8rem 0 -5px;
}
#magicmatcher__context{
#magicmatcher__context {
border-radius: 0;
}
}