Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / notification_icon.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <meta charset="utf-8">
5   <title>$2</title>
6   <style>
7   body {
8     direction: $5;
9   }
10   #icon {
11     height: 32px;
12     width: 32px;
13     float: $4;
14   }
15   #title {
16     margin-$4: 38px;
17     font-weight: bold;
18     font-size: 13px;
19     font-family: helvetica, arial, sans-serif;
20   }
21   #description {
22     margin-$4: 38px;
23     font-family: helvetica, arial, sans-serif;
24     font-size: 13px;
25   }
26   </style>
27 </head>
28 <body>
29   <div id="icon"><img src="$1" width="32" height="32"></div>
30   <div id="title">$2</div>
31   <div id="description">$3</div>
32 </body>
33 </html>