Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/firstRun.css

Issue 5137457368530944: Issue 1668 - Fixed direction on add-on pages for right-to-left scripts (Closed)
Patch Set: Use browser APIs do determine direction Created Dec. 9, 2014, 5:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/ui/i18n.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/firstRun.css
===================================================================
--- a/chrome/skin/firstRun.css
+++ b/chrome/skin/firstRun.css
@@ -296,19 +296,21 @@
display: inline-block;
vertical-align: top;
padding: 5px 0 5px 0;
+ border: 1px dashed #37506d;
+ border-style: none dashed;
}
#donate-block
{
- border: 1px dashed #37506d;
- border-style: none dashed;
width: 50%;
}
#share-block
{
- border-right: 1px dashed #37506d;
width: 49%;
+
+ -webkit-border-start-style: none;
+ -moz-border-start-style: none;
}
.share-buttons
« no previous file with comments | « chrome/content/ui/i18n.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld