summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index b1317f8..d68d693 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -12,6 +12,18 @@ hr {
.navbar-default {
margin-bottom: 0;
}
+.thumbnail .caption {
+ padding: 2px 3px;
+}
+.thumbnail .caption h3 {
+ font-size: 0.8em;
+ margin-top: 0;
+ white-space: nowrap;
+ overflow: hidden;
+}
+.thumbnail .caption p{
+ margin: 0;
+}
/* override nicEditor */
#questionInstance {
background: #ffffff !important;
@@ -289,3 +301,29 @@ table .title a {
right: 5px;
bottom: 5px;
}
+#content .comment {
+ min-height: 50px;
+}
+#content .comment .modify-wrapper {
+ display: none;
+}
+#content .comment .meta {
+ position: absolute;
+ right: 0px;
+ bottom: 0px;
+ font-size: small;
+}
+#content .comment .user {
+ padding: 2px 7px;
+ background: #f5f5f5;
+}
+/* expansion */
+.col-lg-2 {
+ position: static;
+}
+.expander {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ height: 300px;
+}