mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-05 16:51:21 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
30
drupal7/web/modules/dashboard/dashboard-rtl.css
Normal file
30
drupal7/web/modules/dashboard/dashboard-rtl.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
/**
|
||||
* @file
|
||||
* Right-to-left specific stylesheet for the Dashboard module.
|
||||
*/
|
||||
|
||||
#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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue