summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-29 19:18:51 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-29 19:18:51 +0000
commit4cae4c316c15a8c583487dc4b519966412b041b1 (patch)
tree46e7490e00b4808ea1303b6858721aec84be113e
parent99bdbaae72368d9ae3274f2ede2741301abca330 (diff)
downloadrpg-4cae4c316c15a8c583487dc4b519966412b041b1.tar.gz
rpg-4cae4c316c15a8c583487dc4b519966412b041b1.tar.bz2
improved some form elements in mobile styles
-rw-r--r--css/mobile.css7
-rwxr-xr-xcss/rtl.css5
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 */