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

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

Issue 9555016: [uber] css hack n slash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 bc83dd5eb0da30f123bc66265302c694db1c7c8e..c9eb29d65de54fbd66fa1260fd639352f6d25b6f 100644
--- a/chrome/browser/resources/options2/browser_options.css
+++ b/chrome/browser/resources/options2/browser_options.css
@@ -2,44 +2,14 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#home-page-select-container {
- margin-top: 5px;
-}
-
-#default-search-engine-group {
- -webkit-box-orient: vertical;
- display: -webkit-box;
-}
-
-#default-search-engine-group > div {
- -webkit-box-orient: horizontal;
- display: -webkit-box;
-}
-
-#default-search-engine {
- -webkit-box-flex: 1;
- display: block;
- max-width: 100px;
-}
-
-#default-search-group-label {
- margin-bottom: 5px;
-}
-
#manage-default-search-engines {
- -webkit-margin-start: 10px;
- margin-top: 0;
+ -webkit-margin-start: 4px;
}
#default-browser-state {
margin-top: 6px;
}
-#instant-setting {
- margin-bottom: 3px;
- margin-top: 10px
-}
-
#sync-overview p {
display: inline;
}
@@ -126,8 +96,7 @@ html[dir=rtl] #account-picture-wrapper {
margin-top: 10px;
}
-#mac-passwords-warning,
-#manage-data-group {
+#mac-passwords-warning {
margin-top: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698