From c4ce0716d00a041876120ae18fadc312c182034d Mon Sep 17 00:00:00 2001 From: Loic Date: Thu, 25 Sep 2014 12:10:05 +0300 Subject: [PATCH] [#775] Removes uppercase on survey titles --- Dashboard/app/css/main.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dashboard/app/css/main.scss b/Dashboard/app/css/main.scss index c3058dad95..3928170987 100644 --- a/Dashboard/app/css/main.scss +++ b/Dashboard/app/css/main.scss @@ -546,16 +546,18 @@ input[type="submit"] { } .dialog { position: absolute; - top: 20%; + top: 5%; left: 35%; display: block; padding: 1em 2em; min-width: 500px; + max-height: 90%; width: 25%; border: thin solid rgb(153, 153, 153); border-radius: 6px; background: white; -o-border-radius: 6px; + overflow-y:scroll; } .dialogWide { position: absolute; @@ -1796,7 +1798,7 @@ li.aSurvey { li.aSurvey h2 { display: inline-block; width: 98%; - text-transform: uppercase;} + } ul.surveyInfo { position: relative; display: inline;