From 157fdb2373c034178dca54fb4bedca6fd38f1468 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 12 Apr 2011 22:03:53 +0200 Subject: [PATCH] - Patch #766624 by aspilicious: dashboard lacks rtl styling. --- modules/dashboard/dashboard.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css index af18ae1a178..db9243c6198 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; }