diff --git a/css/app.css b/css/app.css index 6f5a9af8..fa9d7beb 100644 --- a/css/app.css +++ b/css/app.css @@ -417,7 +417,7 @@ .vault_wrapper { margin: 0 auto auto auto; - max-width: 420px; + max-width: 450px; -webkit-border-radius: 5px; border-radius: 5px; background-clip: padding-box; diff --git a/js/templates.js b/js/templates.js index 80806674..92d25a4e 100644 --- a/js/templates.js +++ b/js/templates.js @@ -144,5 +144,5 @@ angular.module('views/vault_req_deletion.html', []).run(['$templateCache', funct angular.module('views/vaults.html', []).run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('views/vaults.html', - '
  • + Create a new vault
  • {{vault.name}} {{ \'delete.request.pending\' | translate}}
    {{ \'created\' | translate}}: {{vault.created * 1000 | date:\'dd-MM-yyyy @ HH:mm:ss\'}} | {{ \'last.access\' | translate}}: {{vault.last_access * 1000 | date:\'dd-MM-yyyy @ HH:mm:ss\'}} {{\'never\' | translate}}
  • {{ \'no.vaults\' | translate}}
  • {{ \'go.back.vaults\' | translate }}
'); + '
  • + Create a new vault
  • {{vault.name}} {{ \'delete.request.pending\' | translate}}
    {{ \'created\' | translate}}: {{vault.created * 1000 | date:\'dd-MM-yyyy @ HH:mm:ss\'}} | {{ \'last.access\' | translate}}: {{vault.last_access * 1000 | date:\'dd-MM-yyyy @ HH:mm:ss\'}} {{\'never\' | translate}}
  • {{ \'no.vaults\' | translate}}
  • {{ \'go.back.vaults\' | translate }}
'); }]); diff --git a/sass/vaults.scss b/sass/vaults.scss index 25242c8a..1944f107 100644 --- a/sass/vaults.scss +++ b/sass/vaults.scss @@ -38,7 +38,7 @@ .vault_wrapper{ margin:0 auto auto auto; - max-width: 420px; + max-width: 450px; @include border-radius(5px); box-shadow: 0 1px 1px #777; background: #eee; @@ -110,4 +110,4 @@ .vault_wrapper{ width: 90%; } -} \ No newline at end of file +} diff --git a/templates/views/vaults.html b/templates/views/vaults.html index d1b0e5fb..a7c2221b 100644 --- a/templates/views/vaults.html +++ b/templates/views/vaults.html @@ -96,27 +96,20 @@
- + +
- + +
- + + +