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

Unified Diff: skin/new-options.css

Issue 29373674: Issue 3487 - Add links to the help tab (Closed)
Patch Set: Created Jan. 27, 2017, 5:20 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
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/new-options.css
===================================================================
--- a/skin/new-options.css
+++ b/skin/new-options.css
@@ -1143,6 +1143,18 @@
-webkit-margin-end: 6px;
}
+#share-general,
+#share-chinese:lang(zh)
Thomas Greiner 2017/01/31 14:29:22 I'd prefer using `:not()` instead to avoid having
saroyanm 2017/02/01 13:22:18 Agree, we might want to fix that in firstRun page
+{
+ display: inline;
+}
+
+#share-general:lang(zh),
+#share-chinese
+{
+ display: none;
+}
+
/*
Dialog
*/
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld