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

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

Issue 10809062: Extensions Docs Server: Samples search and icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes 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
Index: chrome/common/extensions/docs/server2/static/css/samples.css
diff --git a/chrome/common/extensions/docs/server2/static/css/samples.css b/chrome/common/extensions/docs/server2/static/css/samples.css
new file mode 100644
index 0000000000000000000000000000000000000000..f9823abfb4fcd3b9ca867cd03487c3d07616b439
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/static/css/samples.css
@@ -0,0 +1,34 @@
+#controls {
+ margin: 10px 0;
+ background: #EEE;
+ padding: 10px;
+ border-radius: 10px;
+}
+
+#search_input {
+ width: 30em;
+}
+
+.label {
+ font-weight: bold;
+}
+
+td.label {
+ min-width: 150px;
+ text-align: right;
+ vertical-align: top;
+ padding-right: 10px;
+}
+
+.sample {
+ position: relative;
+ padding-left: 80px;
+}
+
+img.icon {
+ position: absolute;
+ width: 64px;
+ height: 64px;
+ left: 0;
+ top: 40px;
+}

Powered by Google App Engine
This is Rietveld 408576698