Home | History | Annotate | Download | only in help
      1 /* Copyright 2013 The Chromium Authors. All rights reserved.
      2  * Use of this source code is governed by a BSD-style license that can be
      3  * found in the LICENSE file.
      4  */
      5 
      6 #channel-change-page {
      7   min-height: 200px;
      8   width: 500px;
      9 }
     10 
     11 .channel-change-page-channel label {
     12   margin-left: 10px;
     13 }
     14 
     15 .channel-change-page-channel {
     16   display: block;
     17   margin: 15px 25px;
     18 }
     19 
     20 .show-when-selected-channel-requires-powerwash,
     21 .show-when-selected-channel-requires-delayed-update,
     22 .show-when-selected-channel-good,
     23 .show-when-selected-channel-unstable {
     24   display: none !important;
     25 }
     26 
     27 .selected-channel-requires-powerwash
     28 .show-when-selected-channel-requires-powerwash,
     29 .selected-channel-requires-delayed-update
     30 .show-when-selected-channel-requires-delayed-update,
     31 .selected-channel-good .show-when-selected-channel-good,
     32 .selected-channel-unstable .show-when-selected-channel-unstable {
     33   display: block !important;
     34 }
     35