Browse Source

fixed tabs in RTL mode in media manager

master
Anika Henke 12 years ago
parent
commit
b624a4504a
  1. 9
      css/_media_fullscreen.css

9
css/_media_fullscreen.css

@ -87,6 +87,9 @@
/*____________ namespaces panel ____________*/ /*____________ namespaces panel ____________*/
[dir=rtl] #mediamanager__page .namespaces {
text-align: right;
}
#mediamanager__page .namespaces h2 { #mediamanager__page .namespaces h2 {
font-size: 1em; font-size: 1em;
display: inline-block; display: inline-block;
@ -103,6 +106,9 @@
*+html #mediamanager__page .namespaces h2 { *+html #mediamanager__page .namespaces h2 {
display: inline; display: inline;
} }
[dir=rtl] #mediamanager__page .namespaces h2 {
margin-right: 10px;
}
#mediamanager__page .namespaces ul { #mediamanager__page .namespaces ul {
margin-left: .2em; margin-left: .2em;
@ -176,6 +182,9 @@
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
[dir=rtl] #mediamanager__page .filelist ul {
margin-right: 10px;
}
#mediamanager__page .filelist .panelContent ul li:hover { #mediamanager__page .filelist .panelContent ul li:hover {
background-color: __background_alt__; background-color: __background_alt__;

Loading…
Cancel
Save