Skip to content
Snippets Groups Projects
Commit 6c31e87a authored by Anika Henke's avatar Anika Henke
Browse files

improved search box and action dropdown spacing in mobile view

parent 1016b7af
No related branches found
No related tags found
No related merge requests found
......@@ -289,6 +289,9 @@ option {
line-height: 1;
margin: 0;
vertical-align: middle;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
optgroup {
......
......@@ -130,6 +130,7 @@
text-indent: -99999px;
margin-left: -20px;
box-shadow: none;
padding: 0;
}
#dokuwiki__sitetools ul {
......
......@@ -79,15 +79,9 @@
float: left;
margin: 0 .2em .2em 0;
width: 49%;
position: relative;
}
#dokuwiki__sitetools form.search input.edit {
width: 90% !important;
}
#dokuwiki__sitetools form.search input.button {
position: absolute;
top: .2em;
right: .2em;
width: 100% !important;
}
.dokuwiki form.search div.ajax_qsearch {
display: none !important;
......@@ -102,7 +96,7 @@
width: 49%;
}
#dokuwiki__header .mobileTools select {
padding: .25em .1em;
padding: .3em .1em;
width: 100% !important;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment