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

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

Issue 12594029: Create interface to manage manual exceptions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor fix Created 7 years, 9 months 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/managed_user_settings.css
diff --git a/chrome/browser/resources/options/managed_user_settings.css b/chrome/browser/resources/options/managed_user_settings.css
index db9f14127f7bd72bd39b1282f5ecec737d5f0833..0855790ca43c06053417aa155d89958068fa46d1 100644
--- a/chrome/browser/resources/options/managed_user_settings.css
+++ b/chrome/browser/resources/options/managed_user_settings.css
@@ -6,7 +6,6 @@
min-width: 600px;
}
-/* Content Packs list */
#content-packs-list {
margin-bottom: 10px;
min-height: 0;
@@ -21,3 +20,30 @@
#managed-user-settings-page:not(.locked) #unlock-settings {
display: none;
}
+
+#managed-user-exceptions-area {
+ min-width: 540px;
+}
+
+#managed-user-exceptions-area list {
+ margin-bottom: 10px;
+ margin-top: 4px;
+}
+
+.manual-exception-column-headers {
+ -webkit-margin-start: 17px;
+ display: -webkit-box;
James Hawkins 2013/04/02 15:57:33 s/box/flex/ See: https://groups.google.com/a/chr
Sergiu 2013/04/02 17:14:09 Done.
+ margin-top: 17px;
+}
+
+.manual-exception-column-headers > div {
+ font-weight: bold;
+}
+
+.manual-exception-pattern-column {
+ -webkit-box-flex: 1;
+}
+
+.manual-exception-behavior-column {
+ width: 145px;
+}

Powered by Google App Engine
This is Rietveld 408576698