cleaned up code and integrated some simple CSS
[rapidsms] / static / style.css
diff --git a/static/style.css b/static/style.css
new file mode 100644 (file)
index 0000000..9bbffe7
--- /dev/null
@@ -0,0 +1,44 @@
+h1, h2, h3 {
+    border-bottom: 3px #000080 solid;
+    width: 66%;
+}
+
+#errormsg {
+    width: 20em;
+    border: 2px red solid;
+}
+
+#errormsg h3 {
+    margin: 0;
+    padding: 0.3em 0 0.3em 0;
+    background: red;
+    color: white;
+    text-align: center;
+    border: 0 0 0 0;
+}
+
+table, td, th {
+    border: 1px #000080 solid;
+    border-collapse: collapse;
+    border-spacing: 0px;
+}
+
+td, th {
+    padding: 0.2em;
+    text-alignt: left;
+}
+
+th {
+    background: #000080;
+    color: white;
+    text-align: center;
+    font-weight: bold;
+}
+
+#footer {
+    clear: both;
+    margin-top: 7em;
+    text-align: center;
+    font-size: 70%;
+}
+

Benjamin Mako Hill || Want to submit a patch?