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

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

Issue 9317114: Settings: Clean up browser_options page according to style guide. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 8 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/options2/browser_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/browser_options.css
diff --git a/chrome/browser/resources/options2/browser_options.css b/chrome/browser/resources/options2/browser_options.css
index 75d944122eb9cca0906b528aa1c17b998cba727c..1617f4a044eeca6a2c99db11ec2835a9128456c9 100644
--- a/chrome/browser/resources/options2/browser_options.css
+++ b/chrome/browser/resources/options2/browser_options.css
@@ -1,6 +1,7 @@
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
+ * found in the LICENSE file.
Dan Beam 2012/02/07 09:33:53 Why did you do this? ^
James Hawkins 2012/02/09 04:36:31 Matches style we use everywhere in Chrome. You sh
+ */
/* TODO(csilv): Re-order, rename selectors according to style guide. */
@@ -12,72 +13,52 @@
display: inline;
}
-#customHomePageGroup {
- display: -webkit-box;
- -webkit-box-orient: horizontal;
-}
-
-#homepageURL {
- margin-left: 10px;
-}
-
-#defaultSearchEngineGroup {
- display: -webkit-box;
+#default-search-engine-group {
-webkit-box-orient: vertical;
+ display: -webkit-box;
}
-#defaultSearchEngineGroup > div {
- display: -webkit-box;
+#default-search-engine-group > div {
-webkit-box-orient: horizontal;
+ display: -webkit-box;
}
-#defaultSearchEngine {
- display: block;
+#default-search-engine {
-webkit-box-flex: 1;
+ display: block;
max-width: 100px;
}
-#defaultSearchGroupLabel {
+#default-search-group-label {
margin-bottom: 5px;
}
-#defaultSearchManageEnginesButton {
- margin-top: 0;
+#manage-default-search-engines {
-webkit-margin-start: 10px;
+ margin-top: 0;
}
-#defaultBrowserState {
+#default-browser-state {
margin-top: 6px;
}
-#instantOption {
+#instant-setting {
margin-bottom: 3px;
margin-top: 10px
}
-.overlayText {
- font-family: inherit;
- white-space: pre-wrap;
- width: 500px;
-}
-
-#instantConfirmLearnMore {
- position: absolute;
- bottom: 18px;
-}
-
#account-picture-wrapper {
- border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.3);
+ border-radius: 4px;
display: inline-block;
margin: 5px 10px 5px 2px;
padding: 3px;
}
#account-picture {
- width: 70px;
height: 70px;
vertical-align: middle;
+ width: 70px;
}
#sync-overview p {
@@ -85,8 +66,8 @@
}
#profiles-list {
- min-height: 0;
margin-bottom: 10px;
+ min-height: 0;
}
#profiles-list > * {
« no previous file with comments | « no previous file | chrome/browser/resources/options2/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698