Index: chrome/browser/resources/notification.html |
=================================================================== |
--- chrome/browser/resources/notification.html (revision 0) |
+++ chrome/browser/resources/notification.html (revision 0) |
@@ -0,0 +1,36 @@ |
+<html> |
+<head> |
+<title>$2</title> |
+<style type="text/css"><!-- |
+#icon { |
+height:48px; |
+width:48px; |
+position:absolute; |
+top:2px; |
+left:2px; |
+display:$4; |
+} |
+#title { |
+font-weight:bold; |
+position:absolute; |
+top:3px; |
+left:$5px; |
+font-family:sans-serif; |
+font-size:11pt; |
+} |
+#body { |
+position:absolute; |
+left:$5px; |
+top:20px; |
+font-family:sans-serif; |
+font-size:9pt; |
+} |
+//--> |
+</style> |
+</head> |
+<body> |
+<div id="icon"><img src="$1" /></div> |
+<div id="title">$2</div> |
+<div id="body">$3</div> |
+</body> |
+</html> |
Property changes on: chrome/browser/resources/notification.html |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |