Skip to content

Commit

Permalink
Merge pull request #5730 from atiqueahmedziad/restartrtl
Browse files Browse the repository at this point in the history
update Require Restart label in RTL
  • Loading branch information
EnTeQuAk committed Jun 22, 2017
2 parents 42dd849 + d31d577 commit 0af72c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/impala/addon_details.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
padding-right: 0;
padding-left: 54px;
text-align: right;

span {
float: right;
}
}
.notavail {
padding: 1px 18px 1px 0;
Expand Down Expand Up @@ -507,7 +511,7 @@ div a.is-webextension {
.html-rtl span.requires-restart,
.html-rtl div a.iswebextension,
.html-rtl span.featured {
margin: 4px 4px 0 0;
margin: 11px 4px 0 0;
}

/* Inline Warning */
Expand Down
4 changes: 4 additions & 0 deletions static/css/restyle/restyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,10 @@ h3.author .transfer-ownership {

.version-number {
font-size: 0.39em;

.html-rtl& {
margin: 15px 4px 0 4px;
}
}

.notice h3 {
Expand Down

0 comments on commit 0af72c6

Please sign in to comment.