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

Unified Diff: chrome/browser/resources/options/browser_options.css

Issue 449623003: Integrate About page into Settings for Chrome OS settings in a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: About in Settings Created 6 years, 4 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/options/browser_options.css
diff --git a/chrome/browser/resources/options/browser_options.css b/chrome/browser/resources/options/browser_options.css
index 24ed45d766d7b8e33b4a3fbe29247dc609e5bda8..c56734efa5aee8e9fb1cc969b4696d8cd4e09d8e 100644
--- a/chrome/browser/resources/options/browser_options.css
+++ b/chrome/browser/resources/options/browser_options.css
@@ -451,3 +451,12 @@ list:not([disabled]) > .network-group[selected] {
/* Same as .controlled-setting-with-label > input + span. */
-webkit-margin-start: 0.6em;
}
+
+footer {
+ display: flex;
+}
+
+footer button:nth-child(2) {
Dan Beam 2014/08/07 22:36:16 what are you actually targeting here?
michaelpg 2014/08/08 01:10:46 #version-button, the "Version [blah]" link which i
+ color: #999;
+ margin-left: auto;
Dan Beam 2014/08/07 22:36:16 -webkit-margin-start: auto; maybe?
michaelpg 2014/08/08 01:10:46 Done.
+}

Powered by Google App Engine
This is Rietveld 408576698