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

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 UI review: Changed vector icons and UI strings. 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..fe253a698f205ce3e5c91b736fd59c79855e5619 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,8 +97,25 @@
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 {
+ display: inline-block;
+ margin-left: 12px;
xiyuan 2016/06/29 22:29:37 margin-left is not RTL friendly. Let's use "-webki
xiaoyinh(OOO Sep 11-29) 2016/06/29 23:25:56 Done.
+ vertical-align: middle;
+}
+
#update-status-message-container {
display: inline-block;
+ margin-left: 12px;
xiyuan 2016/06/29 22:29:37 ditto
xiaoyinh(OOO Sep 11-29) 2016/06/29 23:25:56 Done.
vertical-align: middle;
}

Powered by Google App Engine
This is Rietveld 408576698