summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-11 00:02:57 +0530
committerJayaram R Pai2014-09-11 00:02:57 +0530
commit961133f4a76fa5e56c74f3521a96109d23855e5a (patch)
tree4ffb9fbba127a8fb74e46be305ca32421803f5b4 /static/website/css
parent523bc7d9c6e6632f51ad98534806a937b3600557 (diff)
downloadscilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.tar.gz
scilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.tar.bz2
scilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.zip
added report bug form
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css27
1 files changed, 26 insertions, 1 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index aa27771..2447338 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -134,7 +134,8 @@ body, html {
display: block;
}
#plotbox-wrapper,
-#databox-wrapper {
+#databox-wrapper,
+#bug-form-wrapper {
padding: 35px;
background: #ffffff;
-webkit-box-shadow: 0 0 10px #ffffff;
@@ -170,3 +171,27 @@ table td {
padding: 5px 10px;
border: 1px solid #cccccc;
}
+.error {
+ border: 2px solid tomato !important;
+}
+#bug-form {
+ width: 400px;
+}
+#bug-form .wrapper {
+ margin-bottom: 15px;
+}
+#bug-form input[type=text],
+#bug-form select,
+#bug-form textarea{
+ width: 80%;
+ max-width: none;
+ margin-bottom: 0;
+}
+#bug-form #id_email_wrapper {
+ display: none;
+}
+#bug-form #non-field-errors .error-message{
+ border: 1px solid tomato;
+ width: 80%;
+ padding: 5px;
+}