Navigation Menu

Skip to content

Commit

Permalink
FIX: reset button wasn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaSayegh committed May 17, 2018
1 parent 35036df commit 94c583b
Show file tree
Hide file tree
Showing 8 changed files with 7,986 additions and 5,575 deletions.
10 changes: 4 additions & 6 deletions assets/docker-manager-app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/docker-manager-app.js

Large diffs are not rendered by default.

47 changes: 24 additions & 23 deletions assets/docker-manager-vendor.js

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions manager-client/app/styles/app.scss
Expand Up @@ -29,6 +29,7 @@ header {
font-size: 2em;
}
clear: both;
overflow: auto;
}

div.logs {
Expand Down Expand Up @@ -110,7 +111,8 @@ button.unlock {
}

#banner {
margin-bottom: 10px;
margin-bottom: 20px;
margin-top: 15px;
padding: 10px;
border-radius: 5px;
background: scale-color($tertiary, $lightness: 90%);
Expand All @@ -123,6 +125,16 @@ button.unlock {
}
}

div.progress {
margin-top: 20px;
margin-bottom: 20px;
}

th {
border-top: none;
border-top: none;
}

ul.nav-tabs {
width: 100%;
margin-bottom: 15px;
}

0 comments on commit 94c583b

Please sign in to comment.