some more RTL fixes
This commit is contained in:
parent
b624a4504a
commit
771faa7b55
4 changed files with 14 additions and 1 deletions
|
|
@ -27,6 +27,9 @@
|
||||||
#tool__bar {
|
#tool__bar {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
[dir=rtl] #tool__bar {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
/* buttons inside of toolbar */
|
/* buttons inside of toolbar */
|
||||||
.dokuwiki div.toolbar button.toolbutton {
|
.dokuwiki div.toolbar button.toolbutton {
|
||||||
|
|
|
||||||
|
|
@ -157,6 +157,10 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
[dir=rtl] #mediamanager__page .panelHeader ul li {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
#mediamanager__page .panelHeader ul li.listType {
|
#mediamanager__page .panelHeader ul li.listType {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
|
|
@ -182,7 +186,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] #mediamanager__page .filelist ul {
|
[dir=rtl] #mediamanager__page .filelist ul.tabs {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -221,6 +225,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 1.2;
|
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,
|
||||||
*+html #mediamanager__page .filelist .thumbs li {
|
*+html #mediamanager__page .filelist .thumbs li {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@
|
||||||
|
|
||||||
.dokuwiki form.search div.no {
|
.dokuwiki form.search div.no {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .JSpopup */
|
/* .JSpopup */
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
#dw__toc h3 strong /* new */ {
|
#dw__toc h3 strong /* new */ {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0 .2em;
|
margin: 0 .2em;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
[dir=rtl] .dokuwiki .toc span.toc_open, /* old */
|
[dir=rtl] .dokuwiki .toc span.toc_open, /* old */
|
||||||
[dir=rtl] .dokuwiki .toc span.toc_close, /* old */
|
[dir=rtl] .dokuwiki .toc span.toc_close, /* old */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue