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.css45
1 files changed, 27 insertions, 18 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index d68d693..61c411c 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -12,17 +12,29 @@ hr {
.navbar-default {
margin-bottom: 0;
}
-.thumbnail .caption {
- padding: 2px 3px;
+.carousel, .slick-list {
+ height: 100px;
+ margin-right: -2px;
}
-.thumbnail .caption h3 {
- font-size: 0.8em;
- margin-top: 0;
- white-space: nowrap;
- overflow: hidden;
+.carousel .item {
+ border: 1px solid #333333;
+ position: relative;
+}
+.carousel .thumb {
+ text-align: center;
+ height: 75px;
+}
+.carousel .descp {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
}
-.thumbnail .caption p{
- margin: 0;
+#filter-container {
+ background: #f5f5f5;
+ padding: 15px;
+}
+#filter-form {
+ margin-bottom: 0;
}
/* override nicEditor */
#questionInstance {
@@ -317,13 +329,10 @@ table .title a {
padding: 2px 7px;
background: #f5f5f5;
}
-/* expansion */
-.col-lg-2 {
- position: static;
-}
-.expander {
- position: absolute;
- left: 0;
- width: 100%;
- height: 300px;
+/* carousel styles */
+.slick-next:before,
+.slick-prev:before,
+.slick-next:after,
+.slick-prev:after {
+ color: #a26dc8;
}