More RTL CSS

This commit is contained in:
Nicholas Mayne
2014-08-18 22:28:37 +01:00
parent 0336870525
commit 4df81f80c3
2 changed files with 8 additions and 2 deletions

View File

@@ -15,4 +15,10 @@
text-align: right;
padding-right: 2em;
width: inherit;
}
/* RTL */
.dir-rtl .content-permissions .role {
padding-right: inherit;
padding-left: 2em;
}

View File

@@ -1554,7 +1554,7 @@ html.dir-rtl {
padding-right: 40px;
}
/* Fields
/* RTL Fields
***************************************************************/
.dir-rtl #orchard-version
{
@@ -1563,7 +1563,7 @@ html.dir-rtl {
left:16px;
}
/* Print
/* RTL Print
***************************************************************/
@media print {
.dir-rtl #main, .dir-rtl #page-title {