Udated Codestyle and cleaned files

Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
Felix Nüsse 2018-10-13 13:30:41 +02:00 committed by fnuesse
parent 6060efe2ee
commit 4d079d2cbd
No known key found for this signature in database
GPG key ID: 2089A3431243E819
6 changed files with 0 additions and 22 deletions

View file

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

View file

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

View file

@ -23,7 +23,6 @@
(function () {
'use strict';
/**
* @ngdoc function
* @name passmanApp.controller:MenuCtrl

View file

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

View file

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

View file

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