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

Unified Diff: chrome/browser/resources/options/content_settings.css

Issue 6093001: Some RTL fixes for tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: alphabet Created 10 years 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
Index: chrome/browser/resources/options/content_settings.css
diff --git a/chrome/browser/resources/options/content_settings.css b/chrome/browser/resources/options/content_settings.css
index be2cc17ba8483dcd752a3ba3ded66521b786dc89..84e1443223eb1d1b15f6c73425b54602b8117941 100644
--- a/chrome/browser/resources/options/content_settings.css
+++ b/chrome/browser/resources/options/content_settings.css
@@ -5,17 +5,19 @@ found in the LICENSE file.
*/
.exceptionPattern {
+ -webkit-box-flex: 1;
+ -webkit-margin-end: 10px;
+ -webkit-margin-start: 14px;
display: -webkit-box;
margin-right: 4px;
overflow: hidden;
- -webkit-box-flex: 1;
white-space: nowrap;
}
.exceptionSetting {
+ -webkit-margin-end: 20px;
display: inline-block;
width: 100px;
- margin-right: 20px;
}
select.exceptionSetting {
@@ -29,9 +31,9 @@ html[toolkit=gtk] select.exceptionSetting {
}
#exceptionColumnHeaders {
+ -webkit-margin-start: 17px;
display: -webkit-box;
margin-top: 17px;
- -webkit-margin-start: 3px;
}
#exceptionColumnHeaders > div {
@@ -46,7 +48,7 @@ html[toolkit=gtk] select.exceptionSetting {
width: 140px;
}
-.otr_explanation {
+.otrExplanation {
James Hawkins 2010/12/23 00:40:45 nit: Class style is the same as ID style = class-n
Evan Stade 2010/12/23 00:48:21 arv suggested this change: http://codereview.chrom
font-style: italic;
}

Powered by Google App Engine
This is Rietveld 408576698