From efc395dfbec772d09703b4cfbeead17c3f38a2cb Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Fri, 1 Jul 2011 14:47:02 -0400 Subject: Added interface code --- stashbox/static/main.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 stashbox/static/main.css (limited to 'stashbox/static') 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 -- cgit v1.2.3