Fix alignment of submenu for Internet Explorer. Fixes #3932

This commit is contained in:
Akshay Joshi 2019-02-01 17:55:38 +05:30
parent b786c4c140
commit 93234c86b7
5 changed files with 6 additions and 5 deletions

View File

@ -47,6 +47,7 @@ Bug fixes
| `Bug #3916 <https://redmine.postgresql.org/issues/3916>`_ - Correct schema should be displayed in Materialized View dialog.
| `Bug #3927 <https://redmine.postgresql.org/issues/3927>`_ - Fixed debugger issue for procedure inside package for EPAS servers.
| `Bug #3929 <https://redmine.postgresql.org/issues/3929>`_ - Fix alignment of help messages in properties panels.
| `Bug #3932 <https://redmine.postgresql.org/issues/3932>`_ - Fix alignment of submenu for Internet Explorer.
| `Bug #3935 <https://redmine.postgresql.org/issues/3935>`_ - Ensure that grant wizard should list down functions for EPAS server running with no-redwood-compat mode.
| `Bug #3954 <https://redmine.postgresql.org/issues/3954>`_ - Remove Python 2.6 code that's now obsolete.
| `Bug #3955 <https://redmine.postgresql.org/issues/3955>`_ - Expose the bind address in the Docker container via PGADMIN_BIND_ADDRESS.

View File

@ -7,7 +7,7 @@
min-width: 100%;
.file_listing_table_no_data {
height: unset !important;
height: auto !important;
}
.file_listing_table {
@ -379,4 +379,4 @@
left: -6px;
font-size: 8px;
margin-right: -8px;
}
}

View File

@ -868,7 +868,7 @@ table.table-empty-rows{
font-family: $font-family-icon;
content: "\f054" !important;
right: 15px;
top: unset;
top: auto;
font-size: 0.6rem;
line-height: 2;
border-style: none;

View File

@ -16,7 +16,7 @@
}
.select2-container .select2-selection--single {
height: unset;
height: auto;
min-height: 28px;
& .select2-selection__rendered{
line-height: inherit;

View File

@ -310,7 +310,7 @@
font-family: 'FontAwesome';
content: "\f054" !important;
right: 15px;
top: unset;
top: auto;
font-size: 0.6rem;
line-height: 2;
border-style: none;