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

merge-requests/26/head
webchick 2011-08-24 01:54:06 +01:00
parent 43bd387c40
commit ae64c12900
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
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;
}