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: Using larger image for Retina displays Created Feb. 26, 2015, 4:16 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 | « popup.html ('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
@@ -39,23 +39,20 @@ header
height: 45px;
margin-bottom: 40px;
border-bottom: 1px solid #e1ddd8;
background-image: url(background-main.png);
}
#logo
{
+ display: block;
position: relative;
- top: 20px;
- width: 55px;
- height: 55px;
+ top: 15px;
margin: 0px auto;
- background-image: url(abp-icon-big.png);
- background-size: 100%;
}
#wrapper
{
padding: 0px 20px;
}
#notification, #menu
« no previous file with comments | « popup.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld