From 524107ea786adc4c0d35d0748b383bf2f0acb657 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Sun, 20 Apr 2014 17:32:27 +0530 Subject: made basic responsiveness, minor css, glyph changes --- static/website/css/main.css | 5 +++++ static/website/templates/get-question.html | 16 ++++++++-------- static/website/templates/index.html | 16 ++++++++-------- static/website/templates/questions.html | 2 +- 4 files changed, 22 insertions(+), 17 deletions(-) (limited to 'static') diff --git a/static/website/css/main.css b/static/website/css/main.css index 54fbd3f..ae785bc 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -36,6 +36,11 @@ hr { #filter-form { margin-bottom: 0; } +.table .glyphicon { + margin-top: 2px; + font-size: .8em; + float: right; +} /* override nicEditor */ #questionInstance { background: #ffffff !important; diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index b746f00..524f6a4 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -9,7 +9,7 @@