RTL HTML/CSS clean-up with -webkit-foo-{start,end}
With -webkit-{margin,padding}-{start,end}, a lot of dir=rtl pseudo-selectors can be removed. While I'm at it, I fixed one glitch in the history page where 'text-align: right' is hard-coded instead of 'text-align: end' BUG=NONE TEST=extension/download/plugin/history and DOM UI pages are laid out as before both in LTR CHrome and RTL Chrome. Review URL: http://codereview.chromium.org/5217005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68364 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/browser/resources/about_conflicts.html 3 additions, 17 deletionschrome/browser/resources/about_conflicts.html
- chrome/browser/resources/about_sys.html 2 additions, 10 deletionschrome/browser/resources/about_sys.html
- chrome/browser/resources/dom_ui.css 2 additions, 3 deletionschrome/browser/resources/dom_ui.css
- chrome/browser/resources/dom_ui2.css 2 additions, 3 deletionschrome/browser/resources/dom_ui2.css
- chrome/browser/resources/downloads.html 5 additions, 22 deletionschrome/browser/resources/downloads.html
- chrome/browser/resources/extensions_ui.html 5 additions, 28 deletionschrome/browser/resources/extensions_ui.html
- chrome/browser/resources/history.html 5 additions, 11 deletionschrome/browser/resources/history.html
- chrome/browser/resources/imageburner.html 1 addition, 3 deletionschrome/browser/resources/imageburner.html
- chrome/browser/resources/plugins.html 8 additions, 47 deletionschrome/browser/resources/plugins.html
Please register or sign in to comment