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

Unified Diff: chrome/browser/resources/new_tab.html

Issue 7623010: Polish the new tab notification code a bit, as per request in last review (style changes). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.css » ('j') | chrome/browser/resources/ntp/apps.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab.html
===================================================================
--- chrome/browser/resources/new_tab.html (revision 96214)
+++ chrome/browser/resources/new_tab.html (working copy)
@@ -170,18 +170,16 @@
</div>
<div id="apps-content"></div>
<div id="app-notification-bubble" class="notification-bubble">
- <img id="app-notification-close" src="chrome://theme/IDR_CLOSE_BAR"
- class="app-notification-close">
+ <img id="app-notification-close" src="chrome://theme/IDR_CLOSE_BAR">
<strong id="app-notification-title"></strong><br>
<span id="app-notification-message"></span><br><br>
<a id="app-notification-link"></a>
</div>
- <div id="arrow-contents"
- class="arrow arrow-contents notification-bubble-closed"></div>
- <div id="arrow-border"
- class="arrow arrow-border notification-bubble-closed"></div>
- <div id="arrow-shadow"
- class="arrow arrow-shadow notification-bubble-closed"></div>
+ <div id="arrow-container" class="notification-bubble-closed">
+ <div id="arrow-contents" class="arrow"></div>
+ <div id="arrow-border" class="arrow"></div>
+ <div id="arrow-shadow" class="arrow"></div>
+ </div>
</div>
<div class="maxiview" id="most-visited-maxiview"></div>
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.css » ('j') | chrome/browser/resources/ntp/apps.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698