Skip to content

Commit

Permalink
Removed a lot of css lines that weren't used
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdemooij9 committed Aug 16, 2022
1 parent 21bb425 commit 6952d60
Show file tree
Hide file tree
Showing 10 changed files with 2,339 additions and 22,172 deletions.
17 changes: 7 additions & 10 deletions source/SimpleRedirects.Site/App_Plugins/SimpleRedirects/app.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<div id="SimpleRedirects" ng-controller="SimpleRedirectsController" class="tables-data">
<div class="main-container theme-template-dark ng-scope theme-template-light theme-deep-orange alert-open alert-with-mat-grow-top-right">
<div class="main-content" autoscroll="true" bs-affix-target="" init-ripples="">
<div id="SimpleRedirects" ng-controller="SimpleRedirectsController">
<div class="theme-deep-orange">
<div autoscroll="true" bs-affix-target="" init-ripples="">

<section class="tables-data forms-advanced">
<section>

<!-- Header Content -->
<div class="page-header">
<h1>
<i class="md md-list"></i>
Simple Redirects Manager
</h1>

Expand Down Expand Up @@ -38,11 +37,9 @@ <h3 class="table-title p-20"> {{redirects.length}} rows</h3>
<!-- Error Message Content -->
<div class="row" ng-show="errorMessage.length > 0">
<div class="col-md-12">
<div class="bs-component">
<div class="alert alert-dismissible alert-danger">
<button type="button" class="close" ng-click="clearErrorMessage()">×</button>
<p> Error : {{errorMessage}}</p>
</div>
<div class="alert alert-dismissible alert-danger">
<button type="button" class="close" ng-click="clearErrorMessage()">×</button>
<p> Error : {{errorMessage}}</p>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 6952d60

Please sign in to comment.