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

Unified Diff: skin/popup.css

Issue 5706591068225536: Issue 2050 - Bubble popup shouldn`t be reusing the logo from the first-run page (Closed)
Patch Set: Created Feb. 26, 2015, 3:21 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 | « metadata.chrome ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/popup.css
===================================================================
--- a/skin/popup.css
+++ b/skin/popup.css
@@ -40,21 +40,21 @@ header
margin-bottom: 40px;
border-bottom: 1px solid #e1ddd8;
background-image: url(background-main.png);
}
#logo
{
position: relative;
- top: 20px;
- width: 55px;
- height: 55px;
+ top: 15px;
+ width: 64px;
+ height: 64px;
margin: 0px auto;
- background-image: url(abp-icon-big.png);
+ background-image: url(../icons/abp-64.png);
background-size: 100%;
}
#wrapper
{
padding: 0px 20px;
}
« no previous file with comments | « metadata.chrome ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld