Chromium Code Reviews| 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.loading * { | 5 html.loading * { |
| 6 -webkit-transition-duration: 0 !important; | 6 -webkit-transition-duration: 0 !important; |
| 7 } | 7 } |
| 8 | 8 |
| 9 /* Developer mode */ | 9 /* Developer mode */ |
| 10 | 10 |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 302 } | 302 } |
| 303 | 303 |
| 304 .profile-is-managed-banner .page-banner-text { | 304 .profile-is-managed-banner .page-banner-text { |
| 305 background-image: url('chrome://theme/IDR_WARNING'); | 305 background-image: url('chrome://theme/IDR_WARNING'); |
| 306 } | 306 } |
| 307 | 307 |
| 308 .profile-is-managed .more-extensions-link { | 308 .profile-is-managed .more-extensions-link { |
| 309 display: none; | 309 display: none; |
| 310 } | 310 } |
| 311 | 311 |
| 312 .profile-is-managed .extension-commands-config { | |
|
Bernhard Bauer
2013/02/19 18:19:16
You can combine all of these selectors for display
| |
| 313 display: none; | |
| 314 } | |
| 315 | |
| 316 #managed-user-control-div { | |
| 317 display: inline-block; | |
| 318 padding-left: 7px; | |
| 319 } | |
| 320 | |
| 321 .no-managed-user-controls #managed-user-control-div { | |
| 322 display: none; | |
| 323 } | |
| 324 | |
| 325 .page:not(.profile-is-managed) #unlock-button { | |
| 326 display: none; | |
| 327 } | |
| 328 | |
| 329 .profile-is-managed #lock-button { | |
| 330 display: none; | |
| 331 } | |
| 332 | |
| 312 /* Sideload Wipeout */ | 333 /* Sideload Wipeout */ |
| 313 | 334 |
| 314 .sideload-wipeout-learn-more { | 335 .sideload-wipeout-learn-more { |
| 315 text-decoration: none; | 336 text-decoration: none; |
| 316 } | 337 } |
| 317 | 338 |
| 318 .sideload-wipeout-banner .page-banner-text { | 339 .sideload-wipeout-banner .page-banner-text { |
| 319 -webkit-padding-start: 8px; | 340 -webkit-padding-start: 8px; |
| 320 background-image: none; | 341 background-image: none; |
| 321 } | 342 } |
| OLD | NEW |