Use the full screen width.

This commit is contained in:
Dave Page 2015-01-28 18:02:13 +00:00
parent 9d94848af4
commit e4bec5ad1e

View File

@ -1,5 +1,10 @@
/* Overrides/fixes for pgAdmin specific styling in Bootstrap */
/* Use the full width of the screen */
.container {
width: 100% !important;
}
/* Restyle the Alertify dialogs */
.alertify .ajs-dialog {
border: 0px solid rgba(0,0,0,.2);