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

Unified Diff: skin/options.css

Issue 29339552: Issue 3895 - Fix size of dialog close buttons on the options page (Closed)
Patch Set: Addressed comments Created April 8, 2016, 3: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 | « no previous file | 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
@@ -1200,11 +1200,11 @@
#dialog-close::before
{
- background-position: -9px -32px;
+ background-position: -10px -33px;
content: "";
cursor: pointer;
- height: 12px;
- width: 12px;
+ height: 8px;
+ width: 8px;
vertical-align: middle;
-moz-margin-end: 6px;
-webkit-margin-end: 6px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld