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

Side by Side Diff: chrome/browser/resources/dom_ui.css

Issue 4245002: Add instant to tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: smorgan review Created 10 years, 1 month 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
OLDNEW
1 body { 1 body {
2 background-color:white; 2 background-color:white;
3 color:black; 3 color:black;
4 margin:10px; 4 margin:10px;
5 } 5 }
6
6 .header { 7 .header {
7 overflow:auto; 8 overflow:auto;
8 clear:both; 9 clear:both;
9 } 10 }
11
10 .header .logo { 12 .header .logo {
11 float:left; 13 float:left;
12 } 14 }
15
13 .header .form { 16 .header .form {
14 float:left; 17 float:left;
15 margin-top:22px; 18 margin-top:22px;
16 margin-left:12px; 19 margin-left:12px;
17 } 20 }
21
18 html[dir='rtl'] .logo { 22 html[dir='rtl'] .logo {
19 float:right; 23 float:right;
20 } 24 }
25
21 html[dir='rtl'] .form { 26 html[dir='rtl'] .form {
22 float:right; 27 float:right;
23 margin-right:12px; 28 margin-right:12px;
24 } 29 }
30
25 .page-navigation { 31 .page-navigation {
26 padding:8px; 32 padding:8px;
27 background-color:#ebeff9; 33 background-color:#ebeff9;
28 margin-right:4px; 34 margin-right:4px;
29 } 35 }
36
30 .footer { 37 .footer {
31 height:24px; 38 height:24px;
32 } 39 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/browser_options_handler.cc ('k') | chrome/browser/resources/new_new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698