mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-24 00:00:04 +08:00
Removed global progress bar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user