OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |