Chromium Code Reviews

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

Issue 5217005: RTL HTML/CSS clean-up with -webkit-foo-{start,end}... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/dom_ui.css ('k') | chrome/browser/resources/downloads.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 .header { 6 .header {
7 overflow:auto; 7 overflow:auto;
8 clear:both; 8 clear:both;
9 } 9 }
10 .header .logo { 10 .header .logo {
11 float:left; 11 float:left;
12 } 12 }
13 .header .form { 13 .header .form {
14 float:left; 14 float:left;
15 margin-top:22px; 15 margin-top:22px;
16 margin-left:12px; 16 -webkit-margin-start:12px;
17 } 17 }
18 html[dir='rtl'] .logo { 18 html[dir='rtl'] .logo {
19 float:right; 19 float:right;
20 } 20 }
21 html[dir='rtl'] .form { 21 html[dir='rtl'] .form {
22 float:right; 22 float:right;
23 margin-right:12px;
24 } 23 }
25 .page-navigation { 24 .page-navigation {
26 padding:8px; 25 padding:8px;
27 background-color:#ebeff9; 26 background-color:#ebeff9;
28 margin-right:4px; 27 margin-right:4px;
29 } 28 }
30 .footer { 29 .footer {
31 height:24px; 30 height:24px;
32 } 31 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/dom_ui.css ('k') | chrome/browser/resources/downloads.html » ('j') | no next file with comments »

Powered by Google App Engine