blob: ed37aa3477583e4514a98b6bac79175d7cbc2e4e [file] [log] [blame]
/* Copyright 2014 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.
*/
#about-container {
align-items: center;
display: flex;
}
#page-container #about-container {
margin-top: 10px;
}
#product-description {
-webkit-margin-start: 10px;
}
@-webkit-keyframes spin {
to { transform: rotate(-10turn); }
}
#product-logo.spin {
-webkit-animation: spin 500ms cubic-bezier(1, 0, 0, 1) forwards;
}
#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;
}
.overlay #product-container {
margin-top: 30px;
}
.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 200ms;
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');
background-size: 17px;
vertical-align: middle;
}
.channel-change-error-bubble {
display: flex;
}
.channel-change-error-icon {
-webkit-margin-start: 4px;
background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
background-size: 22px;
vertical-align: top;
}
.channel-change-error-text {
-webkit-margin-start: 4px;
display: block;
vertical-align: top;
width: 240px;
}
#product-label-container {
border: 1px solid #d9d9d9;
border-radius: 2px;
margin-top: 4px;
padding: 10px;
}
#product-label {
display: block;
margin: 0 auto;
width: 330px;
}