Skip to content

Commit

Permalink
Bug 583901, 583848 gave reviews some RTL love
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Aug 18, 2010
1 parent 5de5ab7 commit 9005b1c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions media/css/zamboni/zamboni.css
Expand Up @@ -2173,13 +2173,21 @@ ul.review-options > li:not(:first-child) {
margin-right: .8em;
font-size: 120%;
}
.html-rtl .review h5 {
float: right;
margin-right: inherit;
margin-left: .8em;
}
.review p {
margin: 1em 0 0 0;
}
.review .reviewed-on {
clear: left;
font-size: .9em;
}
.html-rtl .review .reviewed-on {
clear: right;
}
.review.deleted {
display: none;
}
Expand Down Expand Up @@ -2244,6 +2252,25 @@ h6.author, .author a {
width: 1px;
}

.html-rtl .grouped_ratings .rating_bar {
border-left: 0;
border-right: 1px solid black;
margin-left: 0;
margin-right: 72px;
padding-right: 0;
padding-left: 4em;
}

.html-rtl .grouped_ratings .rating_bar span.bar {
float: right;
margin: .4em 0 0 .5em;
}

.html-rtl .grouped_ratings .rating_bar span.num_ratings {
right: inherit;
left: -.5em;
}


/* stacking the stars to the right for the grouped ratings */

Expand Down

0 comments on commit 9005b1c

Please sign in to comment.