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

Side by Side Diff: chrome/browser/resources/dom_ui.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/about_sys.html ('k') | chrome/browser/resources/dom_ui2.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 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
7 .header { 7 .header {
8 overflow:auto; 8 overflow:auto;
9 clear:both; 9 clear:both;
10 } 10 }
11 11
12 .header .logo { 12 .header .logo {
13 float:left; 13 float:left;
14 } 14 }
15 15
16 .header .form { 16 .header .form {
17 float:left; 17 float:left;
18 margin-top:22px; 18 margin-top:22px;
19 margin-left:12px; 19 -webkit-margin-start:12px;
20 } 20 }
21 21
22 html[dir='rtl'] .logo { 22 html[dir='rtl'] .logo {
23 float:right; 23 float:right;
24 } 24 }
25 25
26 html[dir='rtl'] .form { 26 html[dir='rtl'] .form {
27 float:right; 27 float:right;
28 margin-right:12px;
29 } 28 }
30 29
31 .page-navigation { 30 .page-navigation {
32 padding:8px; 31 padding:8px;
33 background-color:#ebeff9; 32 background-color:#ebeff9;
34 margin-right:4px; 33 -webkit-margin-end:4px;
35 } 34 }
36 35
37 .footer { 36 .footer {
38 height:24px; 37 height:24px;
39 } 38 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_sys.html ('k') | chrome/browser/resources/dom_ui2.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698