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

Unified Diff: skin/desktop-options.css

Issue 29587711: Issue 5632 - New label next to the Privacy Friendly Acceptable Ads (Closed)
Patch Set: Created Oct. 24, 2017, 4:55 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 | « desktop-options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/desktop-options.css
===================================================================
--- a/skin/desktop-options.css
+++ b/skin/desktop-options.css
@@ -661,6 +661,19 @@
border: 1px solid #099CD0;
}
+.new
+{
+ display: inline-block;
+ margin: 0rem 0.5rem;
+ padding: 0.3rem 0.6rem;
+ border-radius: 0.2rem;
+ background-color: #099CD0;
+ color: #FFF;
+ line-height: 100%;
+ font-size: 1rem;
+ text-transform: uppercase;
+}
+
/*
Tables
*/
« no previous file with comments | « desktop-options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld