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

Unified Diff: chrome/browser/resources/about_conflicts.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 | « no previous file | chrome/browser/resources/about_sys.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_conflicts.html
===================================================================
--- chrome/browser/resources/about_conflicts.html (revision 66526)
+++ chrome/browser/resources/about_conflicts.html (working copy)
@@ -19,16 +19,12 @@
min-height: 67px;
overflow: hidden;
padding-bottom: 20px;
- padding-left: 0;
+ -webkit-padding-start: 0;
padding-top: 20px;
position: relative;
-webkit-box-sizing: border-box;
}
-html[dir=rtl] #header {
- padding-right: 0;
-}
-
#header h1 {
background: url('../../app/theme/conflicts_section.png') 0px 20px no-repeat;
display: inline;
@@ -66,16 +62,11 @@
border-top: 1px solid #b5c7de;
font-size: 99%;
padding-bottom: 2px;
- padding-left: 5px;
+ -webkit-padding-start: 5px;
padding-top: 3px;
width: 100%;
}
-html[dir=rtl] .section-header {
- padding-right: 5px;
- padding-left: 0;
-}
-
.section-header > table > tr > td:first-child {
width: 100%;
}
@@ -100,14 +91,9 @@
}
#top {
- padding-right: 5px;
+ -webkit-padding-end: 5px;
}
-html[dir=rtl] #top {
- padding-left: 5px;
- padding-right: 0;
-}
-
.module-loaded > td {
padding-bottom: 4px;
padding-top: 5px;
« no previous file with comments | « no previous file | chrome/browser/resources/about_sys.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698