Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Commit

Permalink
Merge pull request #60 from pascalchevrel/bug-851160-rtl-support
Browse files Browse the repository at this point in the history
l10n: rtl support, fix breakage caused by removal of flex rules
  • Loading branch information
lauraxt committed Apr 5, 2013
2 parents a96941c + 4d3db46 commit 408915d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ html[dir=rtl] .panelContainer {
}

html[dir=rtl] .panelContainerArrow {
background-position: 68px bottom;
background-position: 38px bottom;
}

html[dir=rtl] th {
Expand All @@ -708,3 +708,28 @@ html[dir=rtl] .tipBox-header > .icon:first-child {
html[dir=rtl] .statsBoxSection-content li > .statsBoxSection-value {
float: left;
}

html[dir=rtl] .sidebar,
html[dir=rtl] .sidebar_tabs {
float: right;
background-position: left center;
}

html[dir=rtl] .mainContent {
float: right;
}

html[dir=rtl] .activationWidget {
left: 10%;
right: auto;
}

html[dir=rtl] .activationTextContainer {
float: right;
margin-right: auto;
margin-left: 10px;
}

html[dir=rtl] .activationTabContainer {
float: left;
}

0 comments on commit 408915d

Please sign in to comment.