Merge pull request #636 from AyuntamientoMadrid/improvements_proposals

Improves featured proposals styles
This commit is contained in:
Raimond Garcia
2015-10-22 14:03:23 +02:00
3 changed files with 28 additions and 4 deletions

View File

@@ -1676,6 +1676,10 @@ table {
@media (min-width: $small-breakpoint) { @media (min-width: $small-breakpoint) {
height: rem-calc(48); height: rem-calc(48);
} }
&.success .meter {
float: none;
}
} }
.verification-step { .verification-step {

View File

@@ -437,7 +437,6 @@
padding-top: 0; padding-top: 0;
font-size: rem-calc(15); font-size: rem-calc(15);
line-height: rem-calc(30); line-height: rem-calc(30);
overflow: hidden;
} }
.document-link, .video-link { .document-link, .video-link {
@@ -910,6 +909,10 @@
} }
} }
.progress {
display: none !important;
}
.content { .content {
height: rem-calc(60); height: rem-calc(60);
overflow: hidden; overflow: hidden;
@@ -937,8 +940,26 @@
.not-logged, .organizations-votes { .not-logged, .organizations-votes {
background: #FED900; background: #FED900;
color: $warning-color;
line-height: rem-calc(24); line-height: rem-calc(24);
padding-top: rem-calc(6); padding-top: rem-calc(6);
a {
color: $warning-color;
font-weight: bold;
}
}
.anonymous-votes {
background: #FED900;
padding: 0;
padding-top: rem-calc(6);
p {
font-size: rem-calc(12);
line-height: rem-calc(20);
margin: 0;
}
} }
.organizations-votes p { .organizations-votes p {
@@ -972,4 +993,4 @@
} }
} }
} }
} }

View File

@@ -21,7 +21,6 @@
</p> </p>
<p class="text-center"> <p class="text-center">
<%= link_to t("welcome.welcome.go_to_index"), <%= link_to t("welcome.welcome.go_to_index"), highlights_path, class: "button success radius" %>
verification_path, class: "button success radius" %>
</p> </p>
</div> </div>