SPR-742: configure configmanager
This commit is contained in:
parent
86e59cb304
commit
63bb23ddb6
1 changed files with 59 additions and 0 deletions
|
@ -7,8 +7,16 @@
|
||||||
|
|
||||||
#dokuwiki__content {
|
#dokuwiki__content {
|
||||||
#config__manager {
|
#config__manager {
|
||||||
|
fieldset {
|
||||||
|
box-sizing: border-box;
|
||||||
|
background-color: @background_darker;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.selectiondefault {
|
.selectiondefault {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
|
@ -16,6 +24,12 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
td {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.default {
|
tr.default {
|
||||||
|
@ -23,5 +37,50 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.label {
|
||||||
|
padding: .8em 0 1em 1em;
|
||||||
|
|
||||||
|
span.outkey {
|
||||||
|
background-color: @ini_background_content;
|
||||||
|
color: inherit;
|
||||||
|
font-size: 90%;
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
line-height: @line-height-big;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* max-width: 1024px */
|
||||||
|
|
||||||
|
@media @screen_max-md {
|
||||||
|
#dokuwiki__content {
|
||||||
|
#config__manager {
|
||||||
|
td.label {
|
||||||
|
label {
|
||||||
|
font-size: @font-size-small;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.selectiondefault {
|
||||||
|
float: none;
|
||||||
|
max-width: 100%;
|
||||||
|
width: auto;
|
||||||
|
|
||||||
|
label {
|
||||||
|
width: 90%;
|
||||||
|
font-size: @font-size-small;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue