Improves styles for retire proposals

This commit is contained in:
Alberto Garcia Cabeza
2016-04-23 00:40:28 +02:00
committed by Juanjo Bazán
parent 5b4a7b8cf8
commit f079bdac8a
6 changed files with 50 additions and 31 deletions

View File

@@ -545,7 +545,7 @@ footer {
// 04. Tags
// - - - - - - - - - - - - - - - - - - - - - - - - -
.tags a , .tag-cloud a, .categories a, .geozone a {
.tags a , .tag-cloud a, .categories a, .geozone a, .sidebar-links a {
background: #ececec;
border-radius: rem-calc(6);
color: $text;
@@ -1730,9 +1730,12 @@ table {
border: 0;
td {
padding-left: $line-height*1.5;
position: relative;
word-break: break-all;
&:first-child {
padding-left: $line-height*1.5;
width: 80%;
}
&:before {
color: $brand;
@@ -1753,9 +1756,16 @@ table {
top: 14px;
}
&.activity-proposals td:first-child:before {
content: "h";
top: 18px;
&.activity-proposals {
td:first-child:before {
content: "h";
top: 18px;
}
.retired {
text-decoration: line-through;
}
}
&.activity-investment-projects td:first-child:before {

View File

@@ -343,6 +343,10 @@
word-wrap: break-word;
}
.callout.proposal-retired {
font-size: $base-font-size;
}
.social-share-full .social-share-button {
display:inline;
}