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, 35 insertions, 2 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 2d629ac..ab5226f 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -9,6 +9,10 @@
.navbar-default {
margin-bottom: 0;
}
+/* override nicEditor */
+#questionInstance {
+ background: #ffffff !important;
+}
/* main styles */
body {
background: #fafafa;
@@ -54,7 +58,7 @@ body {
}
#content .editable {
padding: 15px 5px 15px 5px;
- background: #F0F0F0;
+ background: #fafafa;
}
#content .question .title a{
padding: 0 0 7px 0;
@@ -94,6 +98,12 @@ body {
background: #f5f5f5;
color: #424242;
}
+#question-details-edit {
+ position: relative;
+ top: 2px;
+ margin-top: 2px;
+ color: #43ac6a;
+}
#content .question .meta{
position: absolute;
right: 0px;
@@ -132,11 +142,34 @@ table .title a {
.modify a.save {
display: none;
}
-
.vs {
padding: 0px 5px !important;
font-size: x-small;
}
+.hideme {
+ display: none;
+}
+.saving, .saved {
+ position: fixed;
+ z-index: 10;
+ left: 45%;
+ top: 45%;
+ padding: 5px 10px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -o-border-radius: 5px;
+ border-radius: 5px;
+ -webkit-box-shadow: 0px 0px 10px #cccccc;
+ -moz-box-shadow: 0px 0px 10px #cccccc;
+ -obox-shadow: 0px 0px 10px #cccccc;
+ box-shadow: 0px 0px 10px #cccccc;
+}
+.saving {
+ background: lightyellow;
+}
+.saved {
+ background: lightgreen;
+}
#content .reply {
position: relative;
border-bottom: 1px solid #f5f5f5;