mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Create the status-bar in the properties dialog, and it will listen for
on-status event from the model.
This commit is contained in:
committed by
Ashesh Vashi
parent
1ba5d79978
commit
6057259bdc
30
web/pgadmin/static/css/overrides.css
Normal file → Executable file
30
web/pgadmin/static/css/overrides.css
Normal file → Executable 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user