Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1693)

Side by Side Diff: chrome/browser/resources/help/help_content.css

Issue 2081873002: Incorporate comments in Dbus code and add Eol icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate comments from isherman@ Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 #about-container { 6 #about-container {
7 align-items: center; 7 align-items: center;
8 display: flex; 8 display: flex;
9 } 9 }
10 10
(...skipping 15 matching lines...) Expand all
26 26
27 #version-container { 27 #version-container {
28 margin-top: 30px; 28 margin-top: 30px;
29 } 29 }
30 30
31 #update-buttons-container { 31 #update-buttons-container {
32 margin-top: 5px; 32 margin-top: 5px;
33 } 33 }
34 34
35 #update-status-container { 35 #update-status-container {
36 margin-bottom: 12px;
36 margin-top: 10px; 37 margin-top: 10px;
37 } 38 }
38 39
39 #update-status { 40 #update-status {
40 vertical-align: middle; 41 vertical-align: middle;
41 } 42 }
42 43
43 #update-percentage { 44 #update-percentage {
44 font-size: 90%; 45 font-size: 90%;
45 } 46 }
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 #update-status-icon.disabled-by-admin { 90 #update-status-icon.disabled-by-admin {
90 background-image: url(../../../../ui/webui/resources/images/business.svg); 91 background-image: url(../../../../ui/webui/resources/images/business.svg);
91 background-size: 18px; 92 background-size: 18px;
92 } 93 }
93 94
94 #controlled-feature-icon { 95 #controlled-feature-icon {
95 background-image: url(../../../../ui/webui/resources/images/business.svg); 96 background-image: url(../../../../ui/webui/resources/images/business.svg);
96 background-size: 18px; 97 background-size: 18px;
97 } 98 }
98 99
99 #update-status-message-container { 100 #eol-status-icon {
101 background-image: url(../../../../ui/webui/resources/images/eol.svg);
102 background-size: 18px;
103 }
104
105 #eol-status-container {
106 margin-bottom: 12px;
107 margin-top: 10px;
108 }
109
110 #eol-status-message-container {
111 -webkit-margin-start: 12px;
100 display: inline-block; 112 display: inline-block;
101 vertical-align: middle; 113 vertical-align: middle;
102 } 114 }
115
116 #update-status-message-container {
117 -webkit-margin-start: 12px;
118 display: inline-block;
119 vertical-align: middle;
120 }
103 121
104 #more-info-expander { 122 #more-info-expander {
105 -webkit-padding-start: 0; 123 -webkit-padding-start: 0;
106 margin-top: 10px; 124 margin-top: 10px;
107 } 125 }
108 126
109 #more-info-container.visible { 127 #more-info-container.visible {
110 margin-bottom: 10px; 128 margin-bottom: 10px;
111 } 129 }
112 130
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 } 170 }
153 171
154 #regulatory-label-container { 172 #regulatory-label-container {
155 padding-top: 32px; 173 padding-top: 32px;
156 } 174 }
157 175
158 #regulatory-label { 176 #regulatory-label {
159 display: block; 177 display: block;
160 width: 330px; 178 width: 330px;
161 } 179 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | chrome/browser/resources/help/help_content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698