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

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: Load the overlay only when managed users are available. Created 7 years, 8 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..e10a0ae97db7ae8ddeb931c34d676d9156ba0d3c 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-flex;
+ margin-top: 17px;
+}
+
+#manual-exception-column-headers > div {
+ font-weight: bold;
+}
+
+#manual-exception-pattern-column {
+ -webkit-flex: 1;
+}
+
+#manual-exception-behavior-column {
+ width: 145px;
+}

Powered by Google App Engine
This is Rietveld 408576698