From f2c726af68625c4c95e6080fd464ae3455810613 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Tue, 21 Feb 2012 16:20:02 -0500 Subject: [PATCH] Changed the question layout and new question prompt --- sass/discussion/_questions.scss | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/sass/discussion/_questions.scss b/sass/discussion/_questions.scss index 1a35eef69f..d1765bed91 100644 --- a/sass/discussion/_questions.scss +++ b/sass/discussion/_questions.scss @@ -1,6 +1,6 @@ div.question-list-header { display: block; - margin-bottom: 15px; + margin-bottom: 0px; overflow: hidden; width: flex-grid(9,9); @extend h1.top-header; @@ -103,10 +103,10 @@ ul.question-list, div#question-list { background: #F3F3F3; ul.tags li { - background: #fff; + background: #ddd; &:before { - border-color: transparent #fff transparent transparent; + border-color: transparent #ddd transparent transparent; } } } @@ -207,9 +207,18 @@ ul.question-list, div#question-list { div.post-own-question { padding: 11px; + margin-top: 10px; + color: #888; + text-align: center; a { font-weight: bold; + @extend .light-button; + padding: 20px; + display: block; + margin: 10px auto; + text-align: center; + width: flex-grid(5); } } }