/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Dev */ .dev-open { border-bottom: 1px solid rgb(205, 205, 205); height: 32px; padding-bottom: 7px; padding-top: 13px; -webkit-padding-start: 4px; -webkit-padding-end: 3px; -webkit-transition: padding 300ms, height 300ms, opacity 700ms; } .dev-closed { height: 0; opacity: 0; -webkit-padding-start: 4px; -webkit-padding-end: 3px; -webkit-transition: padding 200ms, height 200ms, opacity 200ms; } .dev-button-visible { display: inherit; opacity: 1; -webkit-transition: opacity 200ms; } .dev-button-hidden { display: none; } #suggest-gallery { -webkit-padding-start: 10px; } #dev-toggle { display: block; text-align: end; margin-top: -28px; -webkit-margin-end: 8px; } #get-more-extensions-container { display: -webkit-box; } #get-more-extensions { padding-top: 5px; font-size: 15px; -webkit-padding-start: 10px; } #dev-table tr { white-space: nowrap; } /* Support full keyboard accessibility without making things ugly for users who click, by hiding some focus outlines when the user clicks anywhere, but showing them when the user presses any key. */ body.hide-some-focus-outlines .extension-zippy-container { outline: none; } /**************************************************************************/ /* TODO(estade): rules above this line are old and should probably be * retired.*/ .extension-list-item-wrapper { margin: 23px 0; } .extension-list-item { background-repeat: no-repeat; display: -webkit-box; min-height: 48px; } html[dir="rtl"] .extension-list-item { background-position: right; } .extension-title { -webkit-padding-end: 20px; color: rgb(48, 57, 66); font-size: 14px; font-weight: 500; } .extension-version { -webkit-padding-end: 7px; font-size: 13px; font-weight: 400; } .extension-description { -webkit-padding-end: 5px; color: rgb(151, 156, 160); font-size: 13px; margin: 5px 0; white-space: normal; } .extension-details { -webkit-box-flex: 1; -webkit-padding-start: 55px; } .enable-checkbox-text { display: inline-block; } .enabled-text { font-weight: bold; } .extension-list-item-wrapper.disabled-extension .enabled-text { display: none; } .extension-list-item-wrapper:not(.disabled-extension) .enable-text { display: none; } .terminated-reload-link { -webkit-margin-end: 2em; } .extension-list-item a { -webkit-margin-start: 0.5em; display: inline-block; } /* Trash */ .trash { -webkit-transition: opacity 200ms; height: 22px; opacity: 0.8; vertical-align: middle; } .extension-list-item:not(:hover) .trash:not(:focus) { opacity: 0; }