summaryrefslogtreecommitdiff
path: root/stashbox/static
diff options
context:
space:
mode:
authorAaron Williamson <aaron@copiesofcopies.org>2011-07-01 14:47:02 -0400
committerAaron Williamson <aaron@copiesofcopies.org>2011-07-01 14:47:02 -0400
commitefc395dfbec772d09703b4cfbeead17c3f38a2cb (patch)
tree19724ddd2ba2dd8de2b389a14da4f90eb23f09a8 /stashbox/static
parent20a15553fa0fa4138c468d2892cd07d6baa061d2 (diff)
Added interface code
Diffstat (limited to 'stashbox/static')
-rw-r--r--stashbox/static/main.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/stashbox/static/main.css b/stashbox/static/main.css
new file mode 100644
index 0000000..62ff181
--- /dev/null
+++ b/stashbox/static/main.css
@@ -0,0 +1,26 @@
+h1 {
+ margin: 5px 0 10px 0;
+ font-weight: normal;
+}
+
+th {
+ text-align: left;
+}
+
+td {
+ padding: 3px 10px;
+}
+
+.main {
+ float: left;
+}
+
+.right {
+ float: right;
+ background-color: #ddd;
+ padding: 10px;
+}
+
+select {
+ width: 15em;
+} \ No newline at end of file