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
37
drupal7/web/modules/system/system.menus-rtl.css
Normal file
37
drupal7/web/modules/system/system.menus-rtl.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* RTL styles for menus and navigation markup.
|
||||
*/
|
||||
|
||||
ul.menu {
|
||||
text-align:right;
|
||||
}
|
||||
ul.menu li {
|
||||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
ul li.collapsed {
|
||||
list-style-image: url(../../misc/menu-collapsed-rtl.png);
|
||||
}
|
||||
li.expanded,
|
||||
li.collapsed,
|
||||
li.leaf {
|
||||
padding: 0.2em 0 0 0.5em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Markup generated by theme_menu_local_tasks().
|
||||
*/
|
||||
ul.primary {
|
||||
padding: 0 1em 0 0;
|
||||
}
|
||||
ul.primary li a {
|
||||
margin-right: 5px;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
ul.secondary li {
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: none;
|
||||
display: inline;
|
||||
padding: 0 1em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue