Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Nüsse <Felix.nuesse@t-online.de>2018-10-13 14:30:41 +0300
committerfnuesse <felix.nuesse@t-online.de>2018-11-21 19:34:01 +0300
commit4d079d2cbd35ee04b766782cb187a976170fdf68 (patch)
treebeb28a3be4c9cb2946c63d7b746ec98d9720a098
parent6060efe2ee1c99250f0323722f1092a11ec1e7c1 (diff)
Udated Codestyle and cleaned files
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
-rw-r--r--css/app.css1
-rw-r--r--js/app/controllers/main.js2
-rw-r--r--js/app/controllers/menu.js1
-rw-r--r--sass/app.scss3
-rw-r--r--sass/credentials.scss3
-rw-r--r--templates/views/show_vault.html12
6 files changed, 0 insertions, 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 @@
</div>
<div class="title" credential-counter="filtered_credentials" vault="active_vault" delete-time="delete_time" filters="filterOptions"></div>
- <!--<span class="title" ng-if="delete_time"><br />
- {{ 'deleted.since' | translate }}:
- <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> -->
<div class="searchboxContainer" ng-init="filterOptionShown = false;" off-click="filterOptionShown = false;">
<input type="text" ng-model="filterOptions.filterText" class="searchbox" id="searchBox"
@@ -29,13 +24,6 @@
</div>
</div>
- <!--<div class="actions creatable">
- <span ng-click="addCredential()" class="button new">
- &lt;!&ndash;normal nc add&ndash;&gt;
- <span class="icon icon-add"></span>
- </span>
- </div>-->
-
<div class="viewModes">
<div class="view-mode" ng-class="{'active': view_mode === 'list' }"
ng-click="switchViewMode('list')"><i class="fa fa-list"></i></div>