| .preferences_dialog { | |
| height: 100%; | |
| width: 100%; | |
| } | |
| .preferences_content { | |
| padding-top: 10px; | |
| height: 100%; | |
| overflow: auto; | |
| } | |
| div.pgadmin-preference-body div.ajs-content { | |
| top: 0px ; | |
| bottom: 0px ; | |
| } | |
| .pgadmin-preference-body { | |
| min-width: 300px ; | |
| min-height: 400px ; | |
| } | |
| @media (min-width: 768px) { | |
| .pgadmin-preference-body { | |
| min-width: 600px ; | |
| min-height: 480px ; | |
| } | |
| } | |
| .keyboard-shortcut-label { | |
| font-weight: normal ; | |
| } | |