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

Unified Diff: chrome/browser/resources/new_new_tab.css

Issue 385135: Tweaks for promo messages on NTP (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/browser/dom_ui/new_tab_ui.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 32147)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -690,23 +690,27 @@
/* promotions line */
#bottom-right-promo {
position: absolute;
- display: block;
width: 180px;
height: 131px;
border: 0;
bottom: 0px;
right: 0px;
+ z-index: -1;
}
#footer {
position: fixed;
- bottom: 0px;
+ bottom: 0;
left: 0px;
text-align: center;
width: 100%;
- display: block;
+ -webkit-transition: bottom .15s;
}
+#footer.hide-footer {
+ bottom: -40px;
+}
+
#promo-line {
background-color: hsl(52, 100%, 80%);
border: 1px solid rgb(211, 211, 211);
« no previous file with comments | « chrome/browser/dom_ui/new_tab_ui.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698