summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-12 22:04:24 +0200
committerDries Buytaert <dries@buytaert.net>2011-04-12 22:04:24 +0200
commit93ece291924226e797287e6584715918f730a99e (patch)
treee792f56b389e0f8efaab58dc3e203210ae287e66 /modules
parent157fdb2373c034178dca54fb4bedca6fd38f1468 (diff)
downloadbrdo-93ece291924226e797287e6584715918f730a99e.tar.gz
brdo-93ece291924226e797287e6584715918f730a99e.tar.bz2
- Patch #766624 by aspilicious: dashboard lacks rtl styling.
Diffstat (limited to 'modules')
-rw-r--r--modules/dashboard/dashboard-rtl.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/dashboard/dashboard-rtl.css b/modules/dashboard/dashboard-rtl.css
new file mode 100644
index 000000000..2ab538187
--- /dev/null
+++ b/modules/dashboard/dashboard-rtl.css
@@ -0,0 +1,27 @@
+/* $Id */
+
+#dashboard div.dashboard-region {
+ float: right;
+}
+#dashboard #disabled-blocks .block, #dashboard .block-placeholder {
+ float: right;
+ margin: 3px 0 3px 3px;
+ padding: 6px 8px 6px 4px;
+}
+#dashboard .canvas-content a.button {
+ margin: 0 10px 0 0;
+}
+#dashboard .ui-sortable .block h2 {
+ background-position: right -39px;
+ padding: 0 19px;
+}
+#dashboard.customize-inactive #disabled-blocks .block:hover h2 {
+ background-position: right -39px;
+}
+#dashboard.customize-inactive .dashboard-region .ui-sortable .block:hover h2 {
+ background-position: right -36px;
+}
+#dashboard div#dashboard_main {
+ margin-left: 1%;
+ margin-right: 0;
+}