1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/14976] More conversions

PHPBB3-14976
This commit is contained in:
hanakin
2017-01-09 10:27:55 -05:00
committed by Michael Miday
parent 3b5fa30bb5
commit 3652a9cae6
5 changed files with 41 additions and 32 deletions

View File

@@ -196,8 +196,9 @@
text-align: right;
}
/* Not used anywhere maybe deprecated? */
.rtl table.table1 thead .autocol {
padding-right: 1em;
padding-right: 10px;
padding-left: 0;
}
@@ -295,6 +296,11 @@
margin-left: 5px;
}
.rtl .topic-poster {
float: right;
padding-left: 6px;
}
/* Action Bar styles
---------------------------------------- */
.rtl .action-bar .button {
@@ -513,7 +519,7 @@ li.breadcrumbs span:first-child > a {
---------------------------------------- */
.rtl .content ul,
.rtl .content ol {
margin-right: 3em;
margin-right: 40px;
margin-left: 0;
}
@@ -535,12 +541,12 @@ li.breadcrumbs span:first-child > a {
/* Quote block */
.rtl blockquote {
margin: 0.5em 25px 0 1px;
margin: 5px 25px 0 1px;
}
/* Nested quotes */
.rtl blockquote blockquote {
margin: 0.5em 15px 0 1px;
margin: 5px 15px 0 1px;
}
/* Username/source of quoter */
@@ -697,7 +703,7 @@ li.breadcrumbs span:first-child > a {
}
.rtl .cp-main .panel ol {
margin-right: 2em;
margin-right: 22px;
margin-left: 0;
}
@@ -820,7 +826,7 @@ li.breadcrumbs span:first-child > a {
.rtl option {
padding-right: 0;
padding-left: 1em;
padding-left: 11px;
}
.rtl label {
@@ -849,7 +855,7 @@ li.breadcrumbs span:first-child > a {
.rtl fieldset.fields1 dd {
border-right-width: 0;
border-left-width: 1px;
margin-right: 15em;
margin-right: 165px;
margin-left: 0;
}
@@ -862,7 +868,7 @@ li.breadcrumbs span:first-child > a {
.rtl fieldset.fields2 dd {
border-right-width: 0;
border-left-width: 1px;
margin-right: 16em;
margin-right: 176px;
margin-left: 0;
}
@@ -902,7 +908,7 @@ li.breadcrumbs span:first-child > a {
.rtl fieldset.display-actions {
text-align: left;
padding-right: 0;
padding-left: 1em;
padding-left: 11px;
}
.rtl fieldset.display-actions label {