Commit 754e3024 by Brian Talbot

studio - adjusting tender widget window height based on field removal

parent e3c64649
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#tender_window { #tender_window {
@include border-radius(3px); @include border-radius(3px);
@include box-shadow(0 2px 3px $shadow); @include box-shadow(0 2px 3px $shadow);
height: 650px !important;
background: $white !important; background: $white !important;
border: 1px solid $gray; border: 1px solid $gray;
} }
...@@ -72,7 +73,7 @@ ...@@ -72,7 +73,7 @@
.widget-layout .flash { .widget-layout .flash {
margin: -10px 0 15px 0; margin: -10px 0 15px 0;
padding: 5px 10px !important; padding: 10px 20px !important;
background-image: none !important; background-image: none !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment