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

Unified Diff: chrome/browser/resources/history.html

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/extensions_ui.html ('k') | chrome/browser/resources/imageburner.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history.html
===================================================================
--- chrome/browser/resources/history.html (revision 66526)
+++ chrome/browser/resources/history.html (working copy)
@@ -1116,13 +1116,11 @@
color:#888;
float:left;
min-width:56px;
- margin-right:5px;
+ -webkit-margin-end:5px;
padding-top:1px;
white-space:nowrap;
}
html[dir='rtl'] .time {
- margin-right:0px;
- margin-left:5px;
float:right;
}
.entry .title {
@@ -1138,15 +1136,11 @@
background:url('shared/images/star_small.png');
background-repeat:no-repeat;
display:inline-block;
- margin-left:12px;
- margin-right:0;
+ -webkit-margin-start:12px;
+ -webkit-margin-end:0;
width:11px;
height:11px;
}
-html[dir='rtl'] .title > .starred {
- margin-left:0;
- margin-right:12px;
-}
.entry .title > a {
-webkit-box-sizing: border-box;
background-repeat:no-repeat;
@@ -1164,7 +1158,7 @@
}
#results-pagination {
padding-top:24px;
- margin-left:18px;
+ -webkit-margin-start:18px;
}
</style>
« no previous file with comments | « chrome/browser/resources/extensions_ui.html ('k') | chrome/browser/resources/imageburner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698