mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
40
drupal7/web/modules/overlay/overlay-child-rtl.css
Normal file
40
drupal7/web/modules/overlay/overlay-child-rtl.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* RTL styling for Overlay child pages.
|
||||
*/
|
||||
|
||||
html {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
#overlay-title {
|
||||
float: right;
|
||||
left: auto;
|
||||
}
|
||||
#overlay {
|
||||
padding: 0.2em;
|
||||
padding-left: 26px;
|
||||
}
|
||||
#overlay-close-wrapper {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
#overlay-close,
|
||||
#overlay-close:hover {
|
||||
background: transparent url(images/close-rtl.png) no-repeat;
|
||||
-moz-border-radius-topright: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tabs on the overlay.
|
||||
*/
|
||||
#overlay-tabs {
|
||||
left: 20px;
|
||||
right: auto;
|
||||
}
|
||||
#overlay-tabs li {
|
||||
margin: 0 -3px 0 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue