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

Commit

Permalink
popup, rtl tweaks for disco pane
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed May 12, 2011
1 parent 283000e commit 91c1ac0
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions media/css/zamboni/discovery-pane.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ section > section {
width: -moz-calc(24% - 2px);
}

.html-rtl .recs header {
.html-rtl.recs header {
float: left;
}

Expand Down Expand Up @@ -274,10 +274,12 @@ header:after,
.html-rtl #mission,
.html-rtl #my-account {
float: left;
margin-left: 0;
text-align: right;
}

.html-rtl .recs #mission,
.html-rtl .recs #my-account {
.html-rtl.recs #mission,
.html-rtl.recs #my-account {
float: right;
}

Expand Down Expand Up @@ -680,9 +682,13 @@ ul.addons {
float: right;
}

.addons li:nth-child(3n) {
.addons li:nth-child(3n),
.html-rtl .addons li:nth-child(3n + 1) {
margin-right: 0;
}
.html-rtl .addons li:nth-child(3n) {
margin-right: 5%;
}

.addons li > a,
.rec-addons li > a,
Expand Down Expand Up @@ -1321,6 +1327,7 @@ p#back:hover:before {
box-shadow: 0 1px 3px rgba(0,0,0,0.35);
margin-top: 12px;
padding: 10px;
z-index: 10;
}

.install-note {
Expand Down

0 comments on commit 91c1ac0

Please sign in to comment.