SPR-950 changes for mobile header,
Bugfix edit Mode of document
This commit is contained in:
parent
98cf1895ef
commit
4f626e3342
9 changed files with 57 additions and 1 deletions
|
@ -161,6 +161,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* + + + mobile select for doku wiki tools + + + */
|
||||
.menu-tool-select {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
display: none;
|
||||
@media @screen_max-xxs {
|
||||
display: block;
|
||||
}
|
||||
|
||||
select {
|
||||
display: block;
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* + + + + + with magic matcher + + + + + */
|
||||
&.has-magicmatcher {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue