summaryrefslogtreecommitdiff
path: root/static/website/css/main.css
diff options
context:
space:
mode:
authorJayaram Pai2014-04-15 16:01:00 +0530
committerJayaram Pai2014-04-15 16:01:00 +0530
commit83063012ac3eac51983c83d3b1681595aa59eb1d (patch)
treeed7fb51e09e70ac0490f48c3ddf0c15a573d69ad /static/website/css/main.css
parent7c74b30aafb85b026ce846de8d2fb6a514d6e4ae (diff)
downloadspoken-tutorial-forums-83063012ac3eac51983c83d3b1681595aa59eb1d.tar.gz
spoken-tutorial-forums-83063012ac3eac51983c83d3b1681595aa59eb1d.tar.bz2
spoken-tutorial-forums-83063012ac3eac51983c83d3b1681595aa59eb1d.zip
major changes done, category logos added
Diffstat (limited to 'static/website/css/main.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;
+}