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

Unified Diff: skin/options.css

Issue 29339192: Issue 3880 - Improve behavior of Safari content blocker option (Closed)
Patch Set: Created March 31, 2016, 12:12 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
« options.js ('K') | « options.js ('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
@@ -617,6 +617,14 @@
padding-bottom: 0px;
}
+#restart-safari
+{
+ color: red;
+ font-weight: bold;
Thomas Greiner 2016/03/31 14:24:57 Detail: We're using numeric values for `font-weigh
Sebastian Noack 2016/03/31 14:45:38 Not sure, if I agree to that practice. But done.
+ -moz-margin-start: 20px;
+ -webkit-margin-start: 20px;
Thomas Greiner 2016/03/31 14:24:57 Detail: According to our coding style, box model s
Sebastian Noack 2016/03/31 14:45:38 Done.
+}
+
#filter-lists > div
{
display: none;
« options.js ('K') | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld