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

Side by Side Diff: chrome/browser/resources/extensions/extensions.css

Issue 11272026: Remove the managed banner from the Chrome settings UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 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 unified diff | Download patch | Annotate | Revision Log
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.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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 .extension-list-item-wrapper.may-not-disable .trash { 273 .extension-list-item-wrapper.may-not-disable .trash {
274 visibility: hidden; 274 visibility: hidden;
275 } 275 }
276 276
277 .may-not-disable .optional-controls { 277 .may-not-disable .optional-controls {
278 display: none; 278 display: none;
279 } 279 }
280 280
281 /* Managed mode */ 281 /* Managed mode */
282 282
283 .page:not(.managed-mode) #managed-mode-banner { 283 .page:not(.managed-mode) .managed-mode-banner {
284 display: none; 284 display: none;
285 } 285 }
286 286
287 .managed-mode .more-extensions-link { 287 .managed-mode .more-extensions-link {
288 display: none; 288 display: none;
289 } 289 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/policy_prefs_browsertest.cc ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698