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

Side by Side Diff: notification.html

Issue 29317001: Relocated icon and redesigned icon popup (Closed)
Patch Set: Merged setBadgeNumber and setBadgeBackgroundColor Created Dec. 13, 2013, 10:36 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body 5 body
6 { 6 {
7 background-color: #f8f6f2; 7 background-color: #f8f6f2;
8 font-family: Arial, sans; 8 font-family: Arial, sans;
9 font-size: 12px; 9 font-size: 12px;
10 } 10 }
(...skipping 13 matching lines...) Expand all
24 #notification>* 24 #notification>*
25 { 25 {
26 margin: 5px; 26 margin: 5px;
27 } 27 }
28 </style> 28 </style>
29 <script src="notification.js"></script> 29 <script src="notification.js"></script>
30 </head> 30 </head>
31 <body> 31 <body>
32 <img src="icons/abp-48.png"> 32 <img src="icons/abp-48.png">
33 <div id="notification"> 33 <div id="notification">
34 <h1 id="title"></h1> 34 <h1 id="notification-title"></h1>
35 <p id="message"></p> 35 <p id="notification-message"></p>
36 </div> 36 </div>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld