diff --git a/css/_edit.css b/css/_edit.css index 2428948..57d701f 100644 --- a/css/_edit.css +++ b/css/_edit.css @@ -27,6 +27,9 @@ #tool__bar { float: left; } +[dir=rtl] #tool__bar { + float: right; +} /* buttons inside of toolbar */ .dokuwiki div.toolbar button.toolbutton { diff --git a/css/_media_fullscreen.css b/css/_media_fullscreen.css index ee99ed4..a5ee0f7 100644 --- a/css/_media_fullscreen.css +++ b/css/_media_fullscreen.css @@ -157,6 +157,10 @@ line-height: 1; padding-left: 3px; } +[dir=rtl] #mediamanager__page .panelHeader ul li { + margin-right: 0; + margin-left: .5em; +} #mediamanager__page .panelHeader ul li.listType { padding-left: 30px; @@ -182,7 +186,7 @@ padding: 0; margin: 0; } -[dir=rtl] #mediamanager__page .filelist ul { +[dir=rtl] #mediamanager__page .filelist ul.tabs { margin-right: 10px; } @@ -221,6 +225,10 @@ position: relative; line-height: 1.2; } +[dir=rtl] #mediamanager__page .filelist .thumbs li { + margin-right: 0; + margin-left: 6px; +} * html #mediamanager__page .filelist .thumbs li, *+html #mediamanager__page .filelist .thumbs li { display: inline; diff --git a/css/_search.css b/css/_search.css index 958907c..07eb7d9 100644 --- a/css/_search.css +++ b/css/_search.css @@ -78,6 +78,7 @@ .dokuwiki form.search div.no { position: relative; + z-index: 1; } /* .JSpopup */ diff --git a/css/_toc.css b/css/_toc.css index 1a74ccc..92daf16 100644 --- a/css/_toc.css +++ b/css/_toc.css @@ -36,6 +36,7 @@ #dw__toc h3 strong /* new */ { float: right; margin: 0 .2em; + line-height: 1; } [dir=rtl] .dokuwiki .toc span.toc_open, /* old */ [dir=rtl] .dokuwiki .toc span.toc_close, /* old */