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

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

Issue 92143003: Docserver: Reorganise the site templates into a single site.html file which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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/common/extensions/docs/static/css/site.css
diff --git a/chrome/common/extensions/docs/static/css/site.css b/chrome/common/extensions/docs/static/css/site.css
index 40a158ba635e497611426c5b6cc38e2d9e993bd0..f8829b9959a4f3eadace043ebc8ace761d92b6a9 100644
--- a/chrome/common/extensions/docs/static/css/site.css
+++ b/chrome/common/extensions/docs/static/css/site.css
@@ -664,3 +664,46 @@ div.summary .subdued {
.optional {
color: #7D7D7D;
}
+
+/*
+ * Samples.
+ */
+
+#samples-controls {
+ margin: 10px 0;
+ background: #EEE;
+ padding: 10px;
+ border-radius: 10px;
+}
+
+#samples-controls #search_input {
+ width: 30em;
+}
+
+#samples-controls .label {
+ font-weight: bold;
+}
+
+#samples-controls td {
+ border: none;
+}
+
+#samples-controls td.label {
+ min-width: 150px;
+ text-align: right;
+ vertical-align: top;
+ padding-right: 10px;
+}
+
+#samples-controls .sample {
+ position: relative;
+ padding-left: 80px;
+}
+
+#samples-controls img.icon {
+ position: absolute;
+ width: 64px;
+ height: 64px;
+ left: 0;
+ top: 40px;
+}
« no previous file with comments | « chrome/common/extensions/docs/static/css/samples.css ('k') | chrome/common/extensions/docs/templates/json/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698