Removed global progress bar

This commit is contained in:
Pierre-Olivier Latour
2014-04-01 13:19:03 -07:00
parent 22d12406c8
commit 73ff754de4
3 changed files with 18 additions and 40 deletions
@@ -64,21 +64,19 @@
font-size: 0.9em;
}
#reload {
float: right;
}
/* Bootstrap overrides */
.btn:focus {
outline: none; /* FIXME: Work around for Chrome only but still draws focus ring while button pressed */
}
.row > div > p {
text-align: right;
margin-top: 8px;
margin-bottom: 0px;
}
.progress {
margin-top: 8px;
margin-bottom: 0px;
.btn-toolbar {
margin-top: 30px;
margin-bottom: 20px;
}
.table .progress {
@@ -87,11 +85,6 @@
height: 16px;
}
.row {
margin-top: 30px;
margin-bottom: 20px;
}
.panel-default > .panel-heading {
color: #555;
}