Create the status-bar in the properties dialog, and it will listen for

on-status event from the model.
This commit is contained in:
Harshal Dhumal
2016-01-04 13:34:45 +05:30
committed by Ashesh Vashi
parent 1ba5d79978
commit 6057259bdc
2 changed files with 75 additions and 14 deletions

30
web/pgadmin/static/css/overrides.css Normal file → Executable file
View File

@@ -189,7 +189,7 @@ iframe {
.obj_properties .backform-tab {
position: absolute;
margin: 0px 0px 80px;
margin: 0px 0px 110px;
padding: 0px;
top: 0px;
bottom: 0px;
@@ -356,7 +356,6 @@ iframe {
}
.pg-prop-btn-group {
position: absolute;
text-align: right;
background-color: #D2D2D2;
border: 2px solid #A9A9A9;
@@ -364,12 +363,7 @@ iframe {
right: 0px;
}
.pg-prop-btn-group-above {
top: 0px;
}
.pg-prop-btn-group-below {
bottom: 0px;
border-color: #A9A9A9;
border-width: 2px 1px 0px;
border-style: inset;
@@ -595,3 +589,25 @@ table.backgrid tr.new {
.width_percent_60 {
width: 60%;
}
.pg-prop-status-bar {
left: 0px;
right: 0px;
background-color: #d2d2d2;
color: #b92c28;
padding: 5px;
}
.pg-prop-header {
position: absolute;
left: 0px;
right: 0px;
top :0;
}
.pg-prop-footer{
position: absolute;
left: 0px;
right: 0px;
bottom :0;
}