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

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

Issue 11854012: Rename options.OptionsBubble to cr.ui.AutoCloseBubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove obsoleted CSS declaration. Created 7 years, 11 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 | 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 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 /* If the Flash plug-in supports the NPP_ClearSiteData API, we don't need to 445 /* If the Flash plug-in supports the NPP_ClearSiteData API, we don't need to
446 * show the link to the Flash storage settings manager: 446 * show the link to the Flash storage settings manager:
447 */ 447 */
448 html[flashPluginSupportsClearSiteData] .flash-plugin-area, 448 html[flashPluginSupportsClearSiteData] .flash-plugin-area,
449 html:not([flashPluginSupportsClearSiteData]) .clear-plugin-lso-data-enabled, 449 html:not([flashPluginSupportsClearSiteData]) .clear-plugin-lso-data-enabled,
450 html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled, 450 html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled,
451 html:not([enablePepperFlashSettings]) .pepper-flash-settings { 451 html:not([enablePepperFlashSettings]) .pepper-flash-settings {
452 display: none; 452 display: none;
453 } 453 }
454 454
455 /* Bubble. */
456
457 .options-bubble {
458 position: fixed;
459 }
460
461 /* Controlled setting indicator and bubble. */ 455 /* Controlled setting indicator and bubble. */
462 456
463 .controlled-setting-with-label { 457 .controlled-setting-with-label {
464 -webkit-box-align: center; 458 -webkit-box-align: center;
465 display: -webkit-box; 459 display: -webkit-box;
466 padding-bottom: 7px; 460 padding-bottom: 7px;
467 padding-top: 7px; 461 padding-top: 7px;
468 } 462 }
469 463
470 .controlled-setting-with-label > input + span { 464 .controlled-setting-with-label > input + span {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 url('chrome://theme/IDR_CONTROLLED_SETTING_RECOMMENDED_LARGE'); 560 url('chrome://theme/IDR_CONTROLLED_SETTING_RECOMMENDED_LARGE');
567 } 561 }
568 562
569 html[dir='rtl'] .controlled-setting-bubble-content { 563 html[dir='rtl'] .controlled-setting-bubble-content {
570 background-position: right top; 564 background-position: right top;
571 } 565 }
572 566
573 .controlled-setting-bubble-action { 567 .controlled-setting-bubble-action {
574 padding: 0 !important; 568 padding: 0 !important;
575 } 569 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options_bundle.js ('k') | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698