Skip to content

Commit

Permalink
[#775] Removes uppercase on survey titles
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsans committed Sep 25, 2014
1 parent a1f7a91 commit c4ce071
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dashboard/app/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -1796,7 +1798,7 @@ li.aSurvey {
li.aSurvey h2 {
display: inline-block;
width: 98%;
text-transform: uppercase;}
}
ul.surveyInfo {
position: relative;
display: inline;
Expand Down

0 comments on commit c4ce071

Please sign in to comment.