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

Unified Diff: chrome/common/extensions/docs/server2/static/css/site.css

Issue 10821073: Extensions Docs Server: Filter APIs UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unmove reference section Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/static/js/filter.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/static/css/site.css
diff --git a/chrome/common/extensions/docs/server2/static/css/site.css b/chrome/common/extensions/docs/server2/static/css/site.css
index c58275e2ccd6f3f6a2e57918505e63a167d0d828..00add835892e49c2029c83fa82080294ef86ca35 100644
--- a/chrome/common/extensions/docs/server2/static/css/site.css
+++ b/chrome/common/extensions/docs/server2/static/css/site.css
@@ -364,3 +364,16 @@ span.displayModeWarning {
margin: 1.3em 1em 0 0;
padding: 0;
}
+
+.filtered_item {
+ line-height: 6px;
+}
+
+#filtered_apis {
+ margin-top: -5px;
+ padding-bottom: 5px;
+}
+
+#filtered_apis * {
+ color: #50A9D5;
+}
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/static/js/filter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698