SPR-768: Anpassungen - SprintMeeting 10.1.2017 - breadcrumb padding
This commit is contained in:
parent
cef85c91a1
commit
bbf124abb2
1 changed files with 23 additions and 18 deletions
|
@ -4,22 +4,26 @@
|
||||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
.content .row {
|
.content .row {
|
||||||
> .col-xs-12 {
|
> .col-xs-12 {
|
||||||
box-shadow: @box-shadow;
|
box-shadow: @box-shadow;
|
||||||
|
|
||||||
#dokuwiki__content {
|
#dokuwiki__content {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: -1;
|
||||||
|
height: 2.45rem;
|
||||||
|
width: 100%;
|
||||||
background-color: @background_page-header;
|
background-color: @background_page-header;
|
||||||
border-bottom: 1px solid @color-border;
|
border-bottom: 1px solid @color-border;
|
||||||
position: absolute;
|
|
||||||
top: 0; left: 0;
|
|
||||||
height: 3rem; width: 100%;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#meta-box {
|
#meta-box {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-height: 1.95rem;
|
min-height: 1.95rem;
|
||||||
|
@ -53,6 +57,7 @@
|
||||||
font-size: .88rem;
|
font-size: .88rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dokuwiki .structaggregation a.export {
|
.dokuwiki .structaggregation a.export {
|
||||||
padding-top: .3em;
|
padding-top: .3em;
|
||||||
font-size: .88rem;
|
font-size: .88rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue