summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-12 22:03:53 +0200
committerDries Buytaert <dries@buytaert.net>2011-04-12 22:03:53 +0200
commit157fdb2373c034178dca54fb4bedca6fd38f1468 (patch)
treec63680ef34b2ddadd7a005887f25432f288086f3 /modules
parent8c7f3cc7f6b3fd8f45d8323cdb076990a67601d4 (diff)
downloadbrdo-157fdb2373c034178dca54fb4bedca6fd38f1468.tar.gz
brdo-157fdb2373c034178dca54fb4bedca6fd38f1468.tar.bz2
- Patch #766624 by aspilicious: dashboard lacks rtl styling.
Diffstat (limited to 'modules')
-rw-r--r--modules/dashboard/dashboard.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css
index af18ae1a1..db9243c61 100644
--- a/modules/dashboard/dashboard.css
+++ b/modules/dashboard/dashboard.css
@@ -6,7 +6,7 @@
#dashboard div#dashboard_main {
width: 65%;
- margin-right: 1%;
+ margin-right: 1%; /* LTR */
}
#dashboard div#dashboard_sidebar {
@@ -28,9 +28,9 @@
#dashboard #disabled-blocks .block,
#dashboard .block-placeholder {
background: #e2e1dc;
- padding: 6px 4px 6px 8px;
- margin: 3px 3px 3px 0;
- float: left;
+ padding: 6px 4px 6px 8px; /* LTR */
+ margin: 3px 3px 3px 0; /* LTR */
+ float: left; /* LTR */
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
@@ -56,7 +56,7 @@
}
#dashboard .canvas-content a.button {
- margin: 0 0 0 10px;
+ margin: 0 0 0 10px; /* LTR */
color: #5a5a5a;
text-decoration: none;
}