mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed following issues:
- Process watcher made fixed width with header changes, time details rounded to 2 decimals - Query history will show "No query history" if no query fired. Query editor default size increased. - Fixed a bug where New folder create button not working when in List mode and No files/folder present. - Other minor improvements.
This commit is contained in:
committed by
Akshay Joshi
parent
2a359d9d77
commit
7ac4e2a9d9
@@ -155,6 +155,7 @@
|
||||
|
||||
.pg-navbar {
|
||||
font-size: $navbar-font-size;
|
||||
background-color: $navbar-color-bg;
|
||||
padding-left: 0rem;
|
||||
padding-right: 0.5rem;
|
||||
& .nav-item .nav-link{
|
||||
@@ -162,7 +163,7 @@
|
||||
}
|
||||
|
||||
.pg-navbar-brand-arrow {
|
||||
border: $navbar-height/2 solid $color-fg;
|
||||
border: $navbar-height/2 solid $navbar-brand-arrow-bg;
|
||||
border-right-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
border-top-color: transparent;
|
||||
@@ -436,7 +437,7 @@ fieldset.inline-fieldset {
|
||||
fieldset.inline-fieldset-without-border {
|
||||
margin: 0px; margin-left: 0px; margin-right: 0px;
|
||||
padding-right: 0px; padding-left: 0px; padding-top: 0px; padding-bottom: 0px;
|
||||
border: 0px solid; border-radius: 0px; display: inline-block;
|
||||
border: 0px solid; border-radius: 0px;
|
||||
}
|
||||
|
||||
fieldset.inline-fieldset > legend {
|
||||
@@ -678,12 +679,17 @@ div.rolmembership {
|
||||
border-bottom-left-radius: 5px; border-style: solid solid;
|
||||
}
|
||||
|
||||
.inline-tab-panel > .tab-content {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
border-top: none;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
.inline-tab-panel {
|
||||
& > .tab-content {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
border-top: none;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
&.inline-tab-panel-padded > .tab-content {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-tab-panel > .tab-content > div.tab-pane {
|
||||
|
||||
Reference in New Issue
Block a user