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

fixed search input issue caused by previous commit

parent 6c31e87a
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@
position: relative;
}
#dokuwiki__sitetools form.search input.edit {
width: 16em;
width: 18em;
padding: .35em 22px .35em .1em;
}
#dokuwiki__sitetools form.search input.button {
......
......@@ -551,10 +551,6 @@ form#subscribe__form fieldset {
float: right;
margin: 0 0 .2em .2em;
}
#dokuwiki__sitetools form.search input.button {
right: auto;
left: .2em;
}
#dokuwiki__header .mobileTools {
float: left;
......
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