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

Unified Diff: chrome/browser/resources/policy.css

Issue 7828042: Implemented status section functionality for about:policy. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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/policy.css
diff --git a/chrome/browser/resources/policy.css b/chrome/browser/resources/policy.css
index 2fa9a1bf03750dcf48a0f0d1e5e11e43ebb69feb..8a3eecd6ad1bd117f67099cdc0c5a68b78d42095 100644
--- a/chrome/browser/resources/policy.css
+++ b/chrome/browser/resources/policy.css
@@ -141,3 +141,17 @@ legend {
text-overflow: ellipsis;
width: 20%;
}
+
+.toggler {
+ color: #808080;
+}
+
+.collapsed {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+.expanded {
+ overflow: visible;
+ word-wrap: break-word;
+}

Powered by Google App Engine
This is Rietveld 408576698