Update dialog widths and maximums

This commit is contained in:
Jay Wood
2014-12-01 09:02:02 -05:00
parent 4fe7af91e2
commit 2c8bba4f41
3 changed files with 5 additions and 5 deletions

View File

@ -13,8 +13,8 @@
.cwv3_dialog{
border: 3px solid $dialog-border-color;
background: $dialog-background;
width: 50%;
height: 50%;
max-width: 60%;
max-height: 90%;
position: fixed;
top: 25%;
left: 25%;