Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Require Restart label in RTL #5730

Merged
merged 1 commit into from Jun 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion static/css/impala/addon_details.less
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
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