equal
deleted
inserted
replaced
|
1 /** |
|
2 * @file |
|
3 * Right-to-left specific stylesheet for the Dashboard module. |
|
4 */ |
|
5 |
|
6 #dashboard div.dashboard-region { |
|
7 float: right; |
|
8 } |
|
9 #dashboard #disabled-blocks .block, #dashboard .block-placeholder { |
|
10 float: right; |
|
11 margin: 3px 0 3px 3px; |
|
12 padding: 6px 8px 6px 4px; |
|
13 } |
|
14 #dashboard .canvas-content a.button { |
|
15 margin: 0 10px 0 0; |
|
16 } |
|
17 #dashboard .ui-sortable .block h2 { |
|
18 background-position: right -39px; |
|
19 padding: 0 19px; |
|
20 } |
|
21 #dashboard.customize-inactive #disabled-blocks .block:hover h2 { |
|
22 background-position: right -39px; |
|
23 } |
|
24 #dashboard.customize-inactive .dashboard-region .ui-sortable .block:hover h2 { |
|
25 background-position: right -36px; |
|
26 } |
|
27 #dashboard div#dashboard_main { |
|
28 margin-left: 1%; |
|
29 margin-right: 0; |
|
30 } |