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

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: swap around id 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..f788261015d5eca68062e1f053f971181c2f4cf7 100644
--- a/chrome/browser/resources/options/content_settings.css
+++ b/chrome/browser/resources/options/content_settings.css
@@ -4,53 +4,59 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
*/
-.exceptionPattern {
+.exception-pattern {
+ -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 {
+.exception-setting {
+ -webkit-margin-end: 20px;
display: inline-block;
width: 100px;
- margin-right: 20px;
}
-select.exceptionSetting {
+select.exception-setting {
vertical-align: middle;
}
/* Hacks to make the <select> align better with the <input>. */
-html[toolkit=gtk] select.exceptionSetting {
+html[toolkit=gtk] select.exception-setting {
height: 22px;
margin-top: 1px;
}
-#exceptionColumnHeaders {
+#exception-column-headers {
+ -webkit-margin-start: 17px;
display: -webkit-box;
margin-top: 17px;
- -webkit-margin-start: 3px;
}
-#exceptionColumnHeaders > div {
+#exception-column-headers > div {
font-weight: bold;
}
-#exceptionPatternColumn {
+#exception-pattern-column {
-webkit-box-flex: 1;
}
-#exceptionBehaviorColumn {
+#exception-behavior-column {
width: 140px;
}
-.otr_explanation {
+.otr-explanation {
font-style: italic;
}
-#contentSettingsExceptionsArea list {
+#content-settings-exceptions-area list {
margin-bottom: 10px;
margin-top: 4px;
}
+
+#content-settings-exceptions-area input:invalid {
+ background-color: pink;
+}

Powered by Google App Engine
This is Rietveld 408576698