blob: f82eed06251e0280bbb76431df00447ea44c57f3 [file] [log] [blame]
/* 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.
*/
body {
-webkit-user-select: text;
}
#overlay .page:not(.showing) {
display: none;
}
#about-container {
-webkit-box-align: center;
display: -webkit-box;
margin-top: 10px;
}
#product-description {
-webkit-margin-start: 10px;
}
#version-container {
margin-top: 30px;
}
#update-buttons-container {
margin-top: 5px;
}
#update-status-container {
margin-top: 10px;
}
#update-status {
vertical-align: middle;
}
#update-percentage {
font-size: 90%;
}
#get-help,
#promote {
-webkit-margin-end: 4px;
}
#help-container {
margin-top: 16px;
}
#product-container {
line-height: 1.8em;
margin-top: 200px;
}
.help-page-icon,
.help-page-icon-large {
background-repeat: no-repeat;
display: inline-block;
margin-right: 4px;
vertical-align: top;
}
.help-page-icon {
height: 17px;
width: 17px;
}
.help-page-icon-large {
height: 22px;
width: 22px;
}
#update-status-icon.up-to-date {
background-image: url('chrome://theme/IDR_UPDATE_UPTODATE');
background-size: 17px;
}
#update-status-icon.working {
background-image: url('chrome://resources/images/throbber.svg');
}
#update-status-icon.failed {
background-image: url('chrome://theme/IDR_UPDATE_FAILED');
background-size: 17px;
}
#update-status-message-container {
display: inline-block;
vertical-align: top;
}
#more-info-expander {
-webkit-padding-start: 0;
}
#more-info-container.visible {
margin-bottom: 1.5em;
}
#more-info-container {
-webkit-transition: all 500ms linear;
height: 0;
margin-bottom: 0;
overflow: hidden;
}
#build-date-container.empty {
visibility: hidden;
}
#channel-change-confirmation {
margin-top: 5px;
}
#change-channel {
margin-top: 8px;
}
#channel-change-disallowed-icon {
-webkit-margin-start: 4px;
background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY_GRAY');
background-size: 17px;
vertical-align: middle;
}
.channel-change-error-bubble {
display: -webkit-box;
}
.channel-change-error-icon {
-webkit-margin-start: 4px;
background-image:
url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY_LARGE');
background-size: 22px;
vertical-align: top;
}
.channel-change-error-text {
-webkit-margin-start: 4px;
display: block;
vertical-align: top;
width: 240px;
}