mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added missing dependent javascript 'jquery.aciFragment' required by the
aciTree. Also - fixed few CSS specifically for the preferences dialog. Returning the sorted preferences from the server, so that - it lists down in correct order.
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
.preferences_dialog {
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
padding-bottom: 30px;
|
||||
width: 100%;
|
||||
padding-top: 34px;
|
||||
padding-bottom: 39px;
|
||||
}
|
||||
|
||||
.preferences_tree{
|
||||
@@ -23,6 +20,11 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div.pgadmin-preference-body div.ajs-content {
|
||||
top: 0px !important;
|
||||
bottom: 0px !important;
|
||||
}
|
||||
|
||||
.preferences_content .control-label, .preferences_content .pgadmin-controls {
|
||||
min-width: 100px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user