diff options
author | Anika Henke <anika@selfthinker.org> | 2012-02-02 00:32:08 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-02-02 00:32:08 +0000 |
commit | 6c31e87a91958a9295c89e0d426be118ba59e95d (patch) | |
tree | 817519779ea36f6609b310a3c2fc13c4d2c5f9f3 | |
parent | 1016b7afcf78b81d84a346b7cf2e9bf9d4bcee0d (diff) | |
download | rpg-6c31e87a91958a9295c89e0d426be118ba59e95d.tar.gz rpg-6c31e87a91958a9295c89e0d426be118ba59e95d.tar.bz2 |
improved search box and action dropdown spacing in mobile view
-rwxr-xr-x | css/basic.css | 3 | ||||
-rwxr-xr-x | css/design.css | 1 | ||||
-rw-r--r-- | css/mobile.css | 10 |
3 files changed, 6 insertions, 8 deletions
diff --git a/css/basic.css b/css/basic.css index 34a6d5882..ae9be499e 100755 --- a/css/basic.css +++ b/css/basic.css @@ -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 { diff --git a/css/design.css b/css/design.css index 26b0ed811..22e035d43 100755 --- a/css/design.css +++ b/css/design.css @@ -130,6 +130,7 @@ text-indent: -99999px; margin-left: -20px; box-shadow: none; + padding: 0; } #dokuwiki__sitetools ul { diff --git a/css/mobile.css b/css/mobile.css index 023155766..cbadc70fd 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -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; } |