Skip to content
Snippets Groups Projects
Commit 1866b96e authored by Angie Byron's avatar Angie Byron
Browse files

Issue #766170 follow-up by tim.plunkett: Committing CSS file for Overlay RTL styling.

parent dc0818dc
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
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 O;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment