From 4d079d2cbd35ee04b766782cb187a976170fdf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Sat, 13 Oct 2018 13:30:41 +0200 Subject: [PATCH] Udated Codestyle and cleaned files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix NĂ¼sse --- css/app.css | 1 - js/app/controllers/main.js | 2 -- js/app/controllers/menu.js | 1 - sass/app.scss | 3 --- sass/credentials.scss | 3 --- templates/views/show_vault.html | 12 ------------ 6 files changed, 22 deletions(-) diff --git a/css/app.css b/css/app.css index cd574b01..d8374021 100644 --- a/css/app.css +++ b/css/app.css @@ -276,7 +276,6 @@ font-weight: bold; text-align: center; z-index: 18000; - visibility: hidden; /* TODO remove */ background-color: red; color: white; } .warning_bar .fa-times { diff --git a/js/app/controllers/main.js b/js/app/controllers/main.js index bce529ca..c122501c 100644 --- a/js/app/controllers/main.js +++ b/js/app/controllers/main.js @@ -31,8 +31,6 @@ * Controller of the passmanApp */ angular.module('passmanApp') - - .controller('MainCtrl', ['$scope', '$rootScope', '$location', 'SettingsService', '$window', '$interval', '$filter', function ($scope, $rootScope, $location, SettingsService, $window, $interval, $filter) { $scope.selectedVault = false; diff --git a/js/app/controllers/menu.js b/js/app/controllers/menu.js index 31165cb7..bb42f59e 100644 --- a/js/app/controllers/menu.js +++ b/js/app/controllers/menu.js @@ -23,7 +23,6 @@ (function () { 'use strict'; - /** * @ngdoc function * @name passmanApp.controller:MenuCtrl diff --git a/sass/app.scss b/sass/app.scss index e41c491c..df7025e2 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -53,14 +53,11 @@ } } - -// #app-content #app-content-wrapper #passman-controls { border-bottom: 1px solid #c9c9c9; margin-top: 5px; } - #passman-controls { box-sizing: border-box; position: fixed; diff --git a/sass/credentials.scss b/sass/credentials.scss index e74a94c8..f4514db5 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -604,9 +604,6 @@ background-color: lighten(#ddd, 5%); cursor: pointer; @include border-left-radius(6px); - //img { - // height: 16px; - //} } .cell:hover { color: rgb(0, 102, 255); diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html index 60dded5f..cf711b1d 100644 --- a/templates/views/show_vault.html +++ b/templates/views/show_vault.html @@ -15,11 +15,6 @@
-
- -