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

Side by Side Diff: chrome/browser/resources/options/options_page.css

Issue 2075023002: UI Changes to support clearing EME/CDM data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Media licenses everywhere Created 4 years, 6 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
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 body { 5 body {
6 position: relative; 6 position: relative;
7 } 7 }
8 8
9 #main-content { 9 #main-content {
10 bottom: 0; 10 bottom: 0;
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 border-color: rgba(0, 0, 0, 0.25); 431 border-color: rgba(0, 0, 0, 0.25);
432 } 432 }
433 433
434 html:not([hasFlashPlugin]) .flash-plugin-area, 434 html:not([hasFlashPlugin]) .flash-plugin-area,
435 /* If the Flash plug-in supports the NPP_ClearSiteData API, we don't need to 435 /* If the Flash plug-in supports the NPP_ClearSiteData API, we don't need to
436 * show the link to the Flash storage settings manager: 436 * show the link to the Flash storage settings manager:
437 */ 437 */
438 html[flashPluginSupportsClearSiteData] .flash-plugin-area, 438 html[flashPluginSupportsClearSiteData] .flash-plugin-area,
439 html:not([flashPluginSupportsClearSiteData]) .clear-plugin-lso-data-enabled, 439 html:not([flashPluginSupportsClearSiteData]) .clear-plugin-lso-data-enabled,
440 html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled, 440 html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled,
441 html:not([enablePepperFlashSettings]) .pepper-flash-settings {
442 display: none;
443 }
444 441
445 .standalone-action-link { 442 .standalone-action-link {
446 padding: 0; 443 padding: 0;
447 } 444 }
448 445
449 :-webkit-any(.checkbox, .radio) label ~ a { 446 :-webkit-any(.checkbox, .radio) label ~ a {
450 display: inline-block; 447 display: inline-block;
451 /* Matches padding of -webkit-any(.checkbox, .radio) */ 448 /* Matches padding of -webkit-any(.checkbox, .radio) */
452 padding-bottom: 7px; 449 padding-bottom: 7px;
453 vertical-align: bottom; 450 vertical-align: bottom;
454 } 451 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698