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

# Conflicts:
#	css/plugins/magic-matcher.less
This commit is contained in:
Silke Pisulla 2017-04-28 15:06:27 +02:00
commit cc0073cf46
22 changed files with 345 additions and 184 deletions

View file

@ -37,6 +37,11 @@
border: 0 none;
}
+ .msg-area + a {
clear: right;
margin-top: 20px;
}
.tab-container {
display: table;
@ -124,6 +129,7 @@
* {
cursor: pointer;
color: inherit;
font-size: inherit;
}
.prefix {
@ -294,9 +300,38 @@
}
}
+ .msg-area + a {
clear: right;
margin-top: 20px;
/* + + + + + tab issues + + + + + */
#spr__tab-issues {
ul.mmissuelist {
padding-left: 0;
margin-top: 1rem;
li {
&.noissue {
list-style-type: none;
margin-left: 0;
}
a {
display: inline-block;
}
}
img {
vertical-align: bottom;
margin-right: .3rem;
}
.mm__status {
padding-left: .3rem;
padding-right: .3rem;
}
form {
vertical-align: text-top;
}
}
}