summaryrefslogtreecommitdiff
path: root/static/website/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r--static/website/css/main.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index f3c89d9..05943f7 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -216,3 +216,40 @@ body {
#twitter-widget-0 {
height: 265px;
}
+/* form section */
+.errorlist {
+ margin: 0;
+}
+.red-star {
+ color: tomato;
+}
+.tab-content {
+ padding: 10px;
+ border: 1px solid #dddddd;
+ border-top: none;
+}
+.well {
+ position: relative;
+ text-align: left;
+}
+.well #welcome {
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+.well #logout {
+ position: absolute;
+ top: 0;
+ right: 0;
+}
+.well .panel {
+ margin-top: 15px;
+ -webkit-box-shadow: 0 0 10px #cccccc;
+ -moz-box-shadow: 0 0 10px #cccccc;
+ -o-box-shadow: 0 0 10px #cccccc;
+ box-shadow: 0 0 10px #cccccc;
+
+}
+#proposal-form textarea {
+ height: 100px;
+}