mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 18:29:07 +00:00
Right align actions header
This commit is contained in:
parent
83c62c8ab1
commit
a2dff4bfbb
3 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ div(class=lastUpdatedClasses)
|
|||
span.last-modified {{project.lastUpdated | formatDate}}
|
||||
|
||||
if settings.overleaf
|
||||
.hidden-xs.col-sm-3.col-md-2
|
||||
.hidden-xs.col-sm-3.col-md-2.action-btn-row
|
||||
button.btn.btn-link.action-btn(
|
||||
tooltip=translate('copy'),
|
||||
tooltip-placement="top",
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
span.header.clickable(ng-click="changePredicate('lastUpdated')") #{translate("last_modified")}
|
||||
i.tablesort.fa(ng-class="getSortIconClass('lastUpdated')")
|
||||
if settings.overleaf
|
||||
.hidden-xs.col-sm-3.col-md-2
|
||||
.hidden-xs.col-sm-3.col-md-2.action-btn-row-header
|
||||
span.header #{translate("actions")}
|
||||
li.project_entry.container-fluid(
|
||||
ng-repeat="project in visibleProjects | orderBy:predicate:reverse",
|
||||
|
|
|
@ -370,14 +370,14 @@ ul.project-list {
|
|||
margin-left: -4px;
|
||||
}
|
||||
|
||||
.action-btn-row {
|
||||
.action-btn-row-header, .action-btn-row {
|
||||
padding-right: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.action-btn {
|
||||
padding: 0 0.3em;
|
||||
margin-left: 0.2em;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
i.tablesort {
|
||||
|
|
Loading…
Add table
Reference in a new issue