mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-24 15:34:11 +08:00
Few minor ui tweaks
This commit is contained in:
parent
101f137db5
commit
93ecc59036
5 changed files with 11 additions and 5 deletions
|
@ -147,7 +147,7 @@
|
|||
#app-content #app-content-wrapper #passman-controls {
|
||||
border-bottom: 1px solid #c9c9c9; }
|
||||
#app-content #app-content-wrapper .title {
|
||||
width: calc( 100% - 325px);
|
||||
width: calc( 100% - 370px);
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
|
@ -379,7 +379,8 @@
|
|||
vertical-align: middle; }
|
||||
#app-content #app-content-wrapper .app_sidebar .tags {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px; }
|
||||
margin-bottom: 15px;
|
||||
float: none; }
|
||||
#app-content #app-content-wrapper .app_sidebar .tags .tag {
|
||||
background-color: rgba(240, 240, 240, 0.9);
|
||||
padding: 4px;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
border-bottom: 1px solid #c9c9c9
|
||||
}
|
||||
.title{
|
||||
width: calc( 100% - 325px);
|
||||
width: calc( 100% - 370px);
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
|
@ -321,6 +321,7 @@
|
|||
.tags {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
float: none;
|
||||
.tag {
|
||||
background-color: rgba(240, 240, 240, .9);
|
||||
padding: 4px;
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
<span ng-if="delete_time == 1">All time</span>
|
||||
<span ng-if="delete_time > 1">{{delete_time | date:'dd-MM-yyyy @ HH:mm:ss'}}</span>
|
||||
|
||||
</span>
|
||||
<span class="title" ng-show="active_vault.credentials && !delete_time">
|
||||
Showing {{filtered_credentials.length}} of {{active_vault.credentials.length}} credentials
|
||||
|
||||
</span>
|
||||
<div class="actions creatable">
|
||||
<span ng-click="menuOpen = !menuOpen" class="button new"
|
||||
|
|
Loading…
Reference in a new issue