Fix some more project list style issues

This commit is contained in:
James Allen 2014-07-09 14:56:25 +01:00
parent f2066e46dd
commit 07debb2450
2 changed files with 3 additions and 4 deletions

View file

@ -266,9 +266,9 @@ block content
span.label.label-default.tag-label(ng-repeat='tag in project.tags') span.label.label-default.tag-label(ng-repeat='tag in project.tags')
| {{tag.name}} | {{tag.name}}
.col-md-2 .col-md-2
| {{ownerName()}} span.owner {{ownerName()}}
.col-md-4 .col-md-4
| {{project.lastUpdated | formatDate}} span.last-modified {{project.lastUpdated | formatDate}}
li( li(
ng-if="visibleProjects.length == 0", ng-if="visibleProjects.length == 0",
ng-cloak ng-cloak

View file

@ -96,9 +96,8 @@ ul.structured-list {
.header { .header {
text-transform: uppercase; text-transform: uppercase;
} }
.select-item, .select-all, .title, .last-modified, .owner { .select-item, .select-all {
display: inline-block; display: inline-block;
vertical-align: top;
} }
.select-item, .select-all { .select-item, .select-all {
position: absolute; position: absolute;