Adds styles to admin spending proposals summary

This commit is contained in:
Alberto Garcia Cabeza
2016-04-25 11:12:52 +02:00
parent 13f65b6b71
commit a45e112e65
5 changed files with 27 additions and 6 deletions

View File

@@ -354,6 +354,18 @@ body.admin {
.investment-projects-list.medium-9 {
width: 100%;
}
.investment-projects-summary {
th {
text-align: center;
width: 33%;
&:first-child {
text-align: left;
}
}
}
}
.admin-content .select-geozone {