Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Side by Side Diff: chrome/browser/resources/notification_icon.html

Issue 2078019: For notifications, use the same shadow border that the autocomplete dropdown ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/views/notifications/balloon_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>$2</title> 4 <title>$2</title>
5 <style> 5 <style>
6 body { 6 body {
7 margin: 6px; 7 margin: 6px;
8 height: 52px; 8 height: 50px;
9 } 9 }
10 #icon { 10 #icon {
11 height: 48px; 11 height: 48px;
12 width: 48px; 12 width: 48px;
13 float: left; 13 float: left;
14 } 14 }
15 #title { 15 #title {
16 margin-left: 54px; 16 margin-left: 54px;
17 font-weight: bold; 17 font-weight: bold;
18 font-size: 13px; 18 font-size: 13px;
19 font-family: helvetica, arial, sans-serif; 19 font-family: helvetica, arial, sans-serif;
20 } 20 }
21 #description { 21 #description {
22 margin-left: 54px; 22 margin-left: 54px;
23 font-family: helvetica, arial, sans-serif; 23 font-family: helvetica, arial, sans-serif;
24 font-size: 13px; 24 font-size: 13px;
25 } 25 }
26 </style> 26 </style>
27 </head> 27 </head>
28 <body> 28 <body>
29 <div id="icon"><img src="$1" width="48" height="48" /></div> 29 <div id="icon"><img src="$1" width="48" height="48" /></div>
30 <div id="title">$2</div> 30 <div id="title">$2</div>
31 <div id="description">$3</div> 31 <div id="description">$3</div>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/views/notifications/balloon_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698