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

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: Copyright 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..f08e8223cb50587462d5def989c5215c84e8bfc8
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/static/css/samples.css
@@ -0,0 +1,37 @@
+#controls {
not at google - send to devlin 2012/07/24 01:09:55 general CSS comment: if you look at the page there
cduvall 2012/07/24 20:14:47 Done. I assume all the underlining you were talkin
+ margin: 10px 0;
+ background: #EEE;
+ padding: 10px;
+ border-radius: 10px;
+}
+
+.controlbox {
+ padding-left: 12em;
+ position: relative;
+}
+
+.controlbox strong {
+ position: absolute;
not at google - send to devlin 2012/07/24 01:09:55 Yeah, really weird to be using the type of tag to
cduvall 2012/07/24 20:14:47 Done.
+ left: -10px;
+ top: 2px;
+ text-align: right;
+ width: 12em;
+}
+
+.controlbox input {
+ width: 30em;
+ margin-bottom: 4px;
+}
+
+.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