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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/help/help_content.css
diff --git a/chrome/browser/resources/help/help_content.css b/chrome/browser/resources/help/help_content.css
index 6084217a37694b0dd461ab339e7c60ae9bb34f3d..b9b7756a350f4ec8ea083528ddeabc460c96e578 100644
--- a/chrome/browser/resources/help/help_content.css
+++ b/chrome/browser/resources/help/help_content.css
@@ -33,6 +33,7 @@
}
#update-status-container {
+ margin-bottom: 12px;
margin-top: 10px;
}
@@ -96,7 +97,24 @@
background-size: 18px;
}
+#eol-status-icon {
+ background-image: url(../../../../ui/webui/resources/images/eol.svg);
+ background-size: 18px;
+}
+
+#eol-status-container {
+ margin-bottom: 12px;
+ margin-top: 10px;
+}
+
+#eol-status-message-container {
+ -webkit-margin-start: 12px;
+ display: inline-block;
+ vertical-align: middle;
+}
+
#update-status-message-container {
+ -webkit-margin-start: 12px;
display: inline-block;
vertical-align: middle;
}
« 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