Improve network/server activity feedback for the user. Fixes #1751

This commit is contained in:
Surinder Kumar
2016-09-26 15:10:38 +01:00
committed by Dave Page
parent f9dacc5237
commit 3b4776ab5f
7 changed files with 99 additions and 14 deletions

View File

@@ -760,3 +760,9 @@ lgg-el-container[el=md] .pg-el-lg-8,
.pgadmin-controls > textarea.form-control {
padding: 3px 6px;
}
.pg-panel-properties-message {
margin-top: 50px !important;
}
.show_progress {
cursor: progress;
}