mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Changed the SCSS/CSS for the below third party libraries to adopt the new look 'n' feel: - wcDocker - Alertify dialogs, and notifications - AciTree - Bootstrap Navbar - Bootstrap Tabs - Bootstrap Drop-Down menu - Backgrid - Select2 Adopated the new the look 'n' feel for the dialogs, wizard, properties, tab panels, tabs, fieldset, subnode control, spinner control, HTML table, and other form controls. - Font is changed to Roboto - Using SCSS variables to define the look 'n' feel - Designer background images for the Login, and Forget password pages in 'web' mode - Improved the look 'n' feel for the key selection in the preferences dialog - Table classes consistency changes across the application - File Open and Save dialog list view changes Author(s): Aditya Toshniwal & Khushboo Vashi
25 lines
326 B
CSS
25 lines
326 B
CSS
|
|
.full-container {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
bottom:0px;
|
|
}
|
|
|
|
.full-container-pane {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.top-container {
|
|
min-height: 300px;
|
|
height: 100%;
|
|
}
|
|
|
|
.pg-debugger-panel {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0; bottom: 0; right: 0; left: 0;
|
|
} |