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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 1754853002: NTP4: erase bubble promo UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-promo-ui
Patch Set: todo Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html { 5 html {
6 /* It's necessary to put this here instead of in body in order to get the 6 /* It's necessary to put this here instead of in body in order to get the
7 background-size of 100% to work properly */ 7 background-size of 100% to work properly */
8 height: 100%; 8 height: 100%;
9 overflow: hidden; 9 overflow: hidden;
10 } 10 }
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 margin: 0 9px; 125 margin: 0 9px;
126 } 126 }
127 127
128 #logo-img { 128 #logo-img {
129 display: inline-block; 129 display: inline-block;
130 margin-top: 4px; 130 margin-top: 4px;
131 overflow: hidden; 131 overflow: hidden;
132 position: relative; 132 position: relative;
133 } 133 }
134 134
135 #promo-bubble-anchor {
136 height: 1px;
137 left: 0;
138 position: absolute;
139 top: 4px;
140 visibility: hidden;
141 width: 32px;
142 }
143
144 .starting-up * { 135 .starting-up * {
145 -webkit-transition: none !important; 136 -webkit-transition: none !important;
146 } 137 }
147 138
148 /* Login Status. **************************************************************/ 139 /* Login Status. **************************************************************/
149 140
150 #login-container { 141 #login-container {
151 background: transparent none; 142 background: transparent none;
152 border: none; 143 border: none;
153 box-shadow: none; 144 box-shadow: none;
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 padding: 0; 353 padding: 0;
363 } 354 }
364 355
365 .other-sessions-promo-message:only-child { 356 .other-sessions-promo-message:only-child {
366 display: block; 357 display: block;
367 } 358 }
368 359
369 .other-sessions-promo-message p { 360 .other-sessions-promo-message p {
370 margin: 0; 361 margin: 0;
371 } 362 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698