some more RTL fixes

This commit is contained in:
Anika Henke 2012-09-09 14:37:59 +01:00
parent b624a4504a
commit 771faa7b55
4 changed files with 14 additions and 1 deletions

View file

@ -27,6 +27,9 @@
#tool__bar {
float: left;
}
[dir=rtl] #tool__bar {
float: right;
}
/* buttons inside of toolbar */
.dokuwiki div.toolbar button.toolbutton {

View file

@ -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;

View file

@ -78,6 +78,7 @@
.dokuwiki form.search div.no {
position: relative;
z-index: 1;
}
/* .JSpopup */

View file

@ -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 */