mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 04:21:32 +02:00
Fix some more project list style issues
This commit is contained in:
@@ -266,9 +266,9 @@ block content
|
||||
span.label.label-default.tag-label(ng-repeat='tag in project.tags')
|
||||
| {{tag.name}}
|
||||
.col-md-2
|
||||
| {{ownerName()}}
|
||||
span.owner {{ownerName()}}
|
||||
.col-md-4
|
||||
| {{project.lastUpdated | formatDate}}
|
||||
span.last-modified {{project.lastUpdated | formatDate}}
|
||||
li(
|
||||
ng-if="visibleProjects.length == 0",
|
||||
ng-cloak
|
||||
|
||||
@@ -96,9 +96,8 @@ ul.structured-list {
|
||||
.header {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.select-item, .select-all, .title, .last-modified, .owner {
|
||||
.select-item, .select-all {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
.select-item, .select-all {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user