diff options
author | Anika Henke <anika@selfthinker.org> | 2012-02-23 03:22:32 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-02-23 03:22:32 +0000 |
commit | 4c3ecbf1c41f3608f8fec22cf30ada73662bdf12 (patch) | |
tree | 741cf0fc70d0126bc1d7b68517d7d30a3759557a /lib/tpl | |
parent | c55a2a4155c1ec0a13bcd2394086b7a65293d082 (diff) | |
download | rpg-4c3ecbf1c41f3608f8fec22cf30ada73662bdf12.tar.gz rpg-4c3ecbf1c41f3608f8fec22cf30ada73662bdf12.tar.bz2 |
updated RTL styles to latest mobile changes
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/css/rtl.css | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/lib/tpl/dokuwiki/css/rtl.css b/lib/tpl/dokuwiki/css/rtl.css index e3bb7e27b..851f70850 100644 --- a/lib/tpl/dokuwiki/css/rtl.css +++ b/lib/tpl/dokuwiki/css/rtl.css @@ -519,7 +519,7 @@ form#subscribe__form fieldset { /*____________ mobile ____________*/ -@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { +@media only screen and (max-width: 768px), only screen and (max-device-width: 960px) { .hasSidebar #dokuwiki__content, @@ -527,6 +527,18 @@ form#subscribe__form fieldset { margin-right: 0; } +.dokuwiki div.toc { + float: none; + margin: 0 0 1em 0; + border-right-width: 0; +} + + +} /* /@media */ + +@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { + + #dokuwiki__header ul.a11y.skip { left: auto !important; right: 0 !important; @@ -556,12 +568,6 @@ form#subscribe__form fieldset { float: left; } -.dokuwiki div.toc { - float: none; - margin: 0 0 1em 0; - border-right-width: 0; -} - .dokuwiki label.block { text-align: right; } |