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

updated RTL styles to latest mobile changes

parent c55a2a41
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
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