mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix some more project list style issues
This commit is contained in:
parent
f2066e46dd
commit
07debb2450
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue