summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r--themes/admin_wind/css/screen-rtl.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/themes/admin_wind/css/screen-rtl.css b/themes/admin_wind/css/screen-rtl.css
index b645d99b..79afabb3 100644
--- a/themes/admin_wind/css/screen-rtl.css
+++ b/themes/admin_wind/css/screen-rtl.css
@@ -92,7 +92,11 @@ input[type=radio] {
padding-right: 0;
}
-input.checkbox {
+input.checkbox,
+input[type="checkbox"],
+input.radio,
+input[type="radio"] {
+ margin-right: 0;
margin-left: .4em;
}
@@ -109,6 +113,14 @@ input.checkbox {
margin-right: .2em;
}
+.g-group h4 {
+ padding: .5em .5em .5em 0;
+}
+
+.g-group .g-user {
+ padding: .2em .5em 0 0;
+}
+
/* RTL Corner radius ~~~~~~~~~~~~~~~~~~~~~~ */
.g-buttonset .ui-corner-tl {
@@ -290,6 +302,11 @@ li.g-group,
float: right;
}
+#g-site-theme {
+ margin-right: 0;
+ margin-left: 1em;
+}
+
#g-admin-graphics .g-available .g-block {
float: right;
margin-left: 1em;
@@ -321,6 +338,10 @@ li.g-group,
margin: 0 0 1em 1em;
}
+.g-button {
+ margin: 0 0 0 4px;
+}
+
/* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-paginator .g-info {