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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « popup.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body 1 body
2 { 2 {
3 min-width: 250px; 3 min-width: 250px;
4 margin: 0px; 4 margin: 0px;
5 font-family: Segoe UI, Arial, sans-serif; 5 font-family: Segoe UI, Arial, sans-serif;
6 font-size: 13px; 6 font-size: 13px;
7 color: #545454; 7 color: #545454;
8 background-color: #f8f6f2; 8 background-color: #f8f6f2;
9 background-image: url(background.png); 9 background-image: url(background.png);
10 } 10 }
(...skipping 26 matching lines...) Expand all
37 header 37 header
38 { 38 {
39 height: 45px; 39 height: 45px;
40 margin-bottom: 40px; 40 margin-bottom: 40px;
41 border-bottom: 1px solid #e1ddd8; 41 border-bottom: 1px solid #e1ddd8;
42 background-image: url(background-main.png); 42 background-image: url(background-main.png);
43 } 43 }
44 44
45 #logo 45 #logo
46 { 46 {
47 display: block;
47 position: relative; 48 position: relative;
48 top: 20px; 49 top: 15px;
49 width: 55px;
50 height: 55px;
51 margin: 0px auto; 50 margin: 0px auto;
52 background-image: url(abp-icon-big.png);
53 background-size: 100%;
54 } 51 }
55 52
56 #wrapper 53 #wrapper
57 { 54 {
58 padding: 0px 20px; 55 padding: 0px 20px;
59 } 56 }
60 57
61 #notification, #menu 58 #notification, #menu
62 { 59 {
63 margin-bottom: 10px; 60 margin-bottom: 10px;
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 334
338 .checkbox[aria-checked="false"]:hover 335 .checkbox[aria-checked="false"]:hover
339 { 336 {
340 background-position: -34px -49px; 337 background-position: -34px -49px;
341 } 338 }
342 339
343 label 340 label
344 { 341 {
345 vertical-align: middle; 342 vertical-align: middle;
346 } 343 }
OLDNEW
« no previous file with comments | « popup.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld