diff --git a/css/vendor/ng-password-meter/ng-password-meter.css b/css/vendor/ng-password-meter/ng-password-meter.css index fa2112be..01118ff9 100644 --- a/css/vendor/ng-password-meter/ng-password-meter.css +++ b/css/vendor/ng-password-meter/ng-password-meter.css @@ -70,4 +70,20 @@ .detail_box .row .col{ float: left; width: 49%; +} + +.match-sequence { + position: absolute; + background: #c9c9c9; + margin-left: auto; + margin-right: auto; + left: 0; + right: 0; + max-width: 40%; + padding: 10px; + overflow-x: scroll; +} +.match-sequence .sequence{ + float: left; + width: 180px; } \ No newline at end of file diff --git a/js/templates.js b/js/templates.js index 42918218..6894acb3 100644 --- a/js/templates.js +++ b/js/templates.js @@ -3,7 +3,7 @@ angular.module('templates-main', ['views/partials/password-meter.html', 'views/s angular.module('views/partials/password-meter.html', []).run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('views/partials/password-meter.html', - '