studio - adjusting tender widget window height based on field removal

This commit is contained in:
Brian Talbot
2013-03-27 11:01:25 -04:00
parent e3c646492c
commit 754e30240d

View File

@@ -9,6 +9,7 @@
#tender_window {
@include border-radius(3px);
@include box-shadow(0 2px 3px $shadow);
height: 650px !important;
background: $white !important;
border: 1px solid $gray;
}
@@ -72,7 +73,7 @@
.widget-layout .flash {
margin: -10px 0 15px 0;
padding: 5px 10px !important;
padding: 10px 20px !important;
background-image: none !important;
}