diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-29 19:18:51 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-29 19:18:51 +0000 |
commit | 4cae4c316c15a8c583487dc4b519966412b041b1 (patch) | |
tree | 46e7490e00b4808ea1303b6858721aec84be113e | |
parent | 99bdbaae72368d9ae3274f2ede2741301abca330 (diff) | |
download | rpg-4cae4c316c15a8c583487dc4b519966412b041b1.tar.gz rpg-4cae4c316c15a8c583487dc4b519966412b041b1.tar.bz2 |
improved some form elements in mobile styles
-rw-r--r-- | css/mobile.css | 7 | ||||
-rwxr-xr-x | css/rtl.css | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/css/mobile.css b/css/mobile.css index c54c28473..f3dcd3af6 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -148,6 +148,13 @@ h1 { margin-right: 0; } +.dokuwiki label.block { + text-align: left; +} +.dokuwiki label.block span { + display: block; +} + /* _edit */ .dokuwiki div.section_highlight { margin: 0; diff --git a/css/rtl.css b/css/rtl.css index e073acba3..d25ba3e3e 100755 --- a/css/rtl.css +++ b/css/rtl.css @@ -566,5 +566,10 @@ form#subscribe__form fieldset { border-right-width: 0; } +.dokuwiki label.block { + text-align: right; +} + + } /* /@media */ |