2016-03-07 11:48:24 +00:00
|
|
|
.preferences_dialog {
|
|
|
|
|
height: 100%;
|
2016-04-19 23:46:50 +05:30
|
|
|
width: 100%;
|
2016-03-07 11:48:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.preferences_content {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-19 23:46:50 +05:30
|
|
|
div.pgadmin-preference-body div.ajs-content {
|
|
|
|
|
top: 0px !important;
|
|
|
|
|
bottom: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-07 11:48:24 +00:00
|
|
|
.pgadmin-preference-body {
|
|
|
|
|
min-width: 300px !important;
|
|
|
|
|
min-height: 400px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
.pgadmin-preference-body {
|
|
|
|
|
min-width: 600px !important;
|
|
|
|
|
min-height: 480px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-01-25 12:49:06 +00:00
|
|
|
|
|
|
|
|
.keyboard-shortcut-label {
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-07 14:41:50 +01:00
|
|
|
|