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

Unified Diff: skin/options.css

Issue 29321336: Issue 2381 - Added share overlay to options page (Closed)
Patch Set: Rebased to 4a68f2a456d6 and set strict mode in common.js Created Sept. 23, 2015, 1:54 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 | « skin/firstRun.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/options.css
===================================================================
--- a/skin/options.css
+++ b/skin/options.css
@@ -257,6 +257,18 @@
background-position: -31px -18px;
}
+#tab-share:lang(zh),
+#tab-share[hidden]
+{
+ display: none;
+}
+
+#tab-share:lang(zh) + li,
+#tab-share[hidden] + li
+{
+ border-top: none;
+}
+
#tab-content
{
background-color: #FFFFFF;
« no previous file with comments | « skin/firstRun.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld