SPR-908: configmanager responsive
This commit is contained in:
parent
3a5352134f
commit
4cc1b403ef
1 changed files with 76 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
||||||
#dokuwiki__content {
|
#dokuwiki__content {
|
||||||
#config__manager {
|
#config__manager {
|
||||||
fieldset {
|
fieldset {
|
||||||
|
min-width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: @background_darker;
|
background-color: @background_darker;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -67,11 +69,84 @@
|
||||||
@media @screen_max-md {
|
@media @screen_max-md {
|
||||||
#dokuwiki__content {
|
#dokuwiki__content {
|
||||||
#config__manager {
|
#config__manager {
|
||||||
td.label {
|
td {
|
||||||
|
&.label {
|
||||||
|
label,
|
||||||
|
span {
|
||||||
|
font-size: @font-size-small;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.label + td {
|
||||||
|
font-size: @font-size-small;
|
||||||
|
|
||||||
|
span {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
select,
|
||||||
|
input.edit {
|
||||||
|
font-size: @font-size-small;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.selectiondefault {
|
||||||
label {
|
label {
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* max-width: 768px */
|
||||||
|
|
||||||
|
@media @screen_max-sm {
|
||||||
|
#dokuwiki__content {
|
||||||
|
#config__manager {
|
||||||
|
table {
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
padding-top: 0;
|
||||||
|
|
||||||
|
&.label {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
border: 0 none;
|
||||||
|
border-top: 1px solid @ini_border;
|
||||||
|
border-bottom: 0 none;
|
||||||
|
padding: .8em .5em .3em;
|
||||||
|
|
||||||
|
|
||||||
|
span.outkey {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
&.value,
|
||||||
|
&.label + td {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
border: 0 none;
|
||||||
|
margin-bottom: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
select,
|
||||||
|
input.edit {
|
||||||
|
width: 100%;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.selectiondefault {
|
.selectiondefault {
|
||||||
float: none;
|
float: none;
|
||||||
|
@ -80,7 +155,6 @@
|
||||||
|
|
||||||
label {
|
label {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
font-size: @font-size-small;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue