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

Side by Side Diff: chrome/browser/resources/options/browser_options_page.css

Issue 5521001: DOMUI prefs: Widen sidebar and content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #startupPages { 1 #startupPages {
2 border: solid 1px #999999; 2 border: solid 1px #999999;
3 height: 100px; 3 height: 100px;
4 } 4 }
5 5
6 #customHomePageGroup { 6 #customHomePageGroup {
7 display: -webkit-box; 7 display: -webkit-box;
8 -webkit-box-orient: horizontal; 8 -webkit-box-orient: horizontal;
9 } 9 }
10 10
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 26
27 #defaultSearchEngineGroup > div { 27 #defaultSearchEngineGroup > div {
28 display: -webkit-box; 28 display: -webkit-box;
29 -webkit-box-orient: horizontal; 29 -webkit-box-orient: horizontal;
30 } 30 }
31 31
32 #defaultSearchEngine { 32 #defaultSearchEngine {
33 display: block; 33 display: block;
34 -webkit-box-flex: 1; 34 -webkit-box-flex: 1;
35 max-width: 300px;
35 } 36 }
36 37
37 #defaultSearchManageEnginesButton { 38 #defaultSearchManageEnginesButton {
38 margin-top: 0px; 39 margin-top: 0px;
39 -webkit-margin-start: 10px; 40 -webkit-margin-start: 10px;
40 } 41 }
41 42
42 #defaultBrowserState { 43 #defaultBrowserState {
43 margin-top: 6px; 44 margin-top: 6px;
44 } 45 }
45 46
46 #instantOption { 47 #instantOption {
47 margin-bottom: 0px; 48 margin-bottom: 0px;
48 } 49 }
49 50
50 #instantConfirmText { 51 #instantConfirmText {
51 font-family: inherit; 52 font-family: inherit;
52 white-space: pre-wrap; 53 white-space: pre-wrap;
53 width: 500px; 54 width: 500px;
54 } 55 }
55 56
56 #instantConfirmLearnMore { 57 #instantConfirmLearnMore {
57 position: absolute; 58 position: absolute;
58 bottom: 18px; 59 bottom: 18px;
59 } 60 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698