Few minor ui tweaks

This commit is contained in:
brantje 2016-09-29 00:22:28 +02:00
parent 101f137db5
commit 93ecc59036
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
5 changed files with 11 additions and 5 deletions

View file

@ -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

View file

@ -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;

View file

@ -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"