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

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

Issue 6352004: DOMUI Prefs: Add inline buttons for setting the default search engine (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/options/search_engine_manager.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index e2efea1c7bd23e5d957b8a46793157c128cc1c23..6e3344ca1a013d27e3473bbd7797f53d46177013 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -471,22 +471,6 @@ list > [editing] input:invalid {
background-color: pink;
}
-.left-side-table {
- display: -webkit-box;
-}
-
-.left-side-table > div:first-child {
- -webkit-box-flex: 1;
-}
-
-.left-side-table > :last-child {
- -webkit-padding-start: 20px;
-}
-
-.left-side-table > :last-child button {
- width: 100%;
-}
-
.option-name {
padding-right: 5px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/options/search_engine_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698