Index: chrome/browser/resources/help/help.css |
diff --git a/chrome/browser/resources/help/help.css b/chrome/browser/resources/help/help.css |
index 6b40922763ac7fff841d10b9c71e96e922c2883b..60a09abe9b2c348721268e044a9f7cc4b5f6b447 100644 |
--- a/chrome/browser/resources/help/help.css |
+++ b/chrome/browser/resources/help/help.css |
@@ -6,140 +6,3 @@ |
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 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: -webkit-box; |
-} |
- |
-.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; |
-} |