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

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

Issue 776423002: The Apps ntp page should not display an avatar menu when clicking on the username. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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/ui/browser_window.h » ('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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 -webkit-padding-end: 37px; 257 -webkit-padding-end: 37px;
258 background-position: right center; 258 background-position: right center;
259 background-repeat: no-repeat; 259 background-repeat: no-repeat;
260 min-height: 27px; 260 min-height: 27px;
261 } 261 }
262 262
263 html[dir='rtl'] .login-status-icon { 263 html[dir='rtl'] .login-status-icon {
264 background-position-x: left; 264 background-position-x: left;
265 } 265 }
266 266
267 .profile-name:hover,
268 .link-span { 267 .link-span {
269 text-decoration: underline; 268 text-decoration: underline;
270 } 269 }
271 270
272 #login-status-bubble-contents { 271 #login-status-bubble-contents {
273 font-size: 1.1em; 272 font-size: 1.1em;
274 } 273 }
275 274
276 #login-status-message-container { 275 #login-status-message-container {
277 margin-bottom: 13px; 276 margin-bottom: 13px;
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 padding: 0; 462 padding: 0;
464 } 463 }
465 464
466 .other-sessions-promo-message:only-child { 465 .other-sessions-promo-message:only-child {
467 display: block; 466 display: block;
468 } 467 }
469 468
470 .other-sessions-promo-message p { 469 .other-sessions-promo-message p {
471 margin: 0; 470 margin: 0;
472 } 471 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698