- Patch #766624 by aspilicious: dashboard lacks rtl styling.

merge-requests/26/head
Dries Buytaert 2011-04-12 22:03:53 +02:00
parent 8c7f3cc7f6
commit 157fdb2373
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}