Commit bc248a1d by Brian Talbot

studio - tender widget: revised styling with spam protection back in place

parent 3a4bdf19
...@@ -9,7 +9,7 @@ ...@@ -9,7 +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; height: ($baseline*35) !important;
background: $white !important; background: $white !important;
border: 1px solid $gray; border: 1px solid $gray;
} }
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
#tender_closer { #tender_closer {
color: $blue-l2 !important; color: $blue-l2 !important;
margin-top: 10px;
margin-right: 5px;
text-transform: uppercase; text-transform: uppercase;
&:hover { &:hover {
...@@ -53,7 +51,7 @@ ...@@ -53,7 +51,7 @@
.widget-layout .header { .widget-layout .header {
background: rgb(85, 151, 221); background: rgb(85, 151, 221);
padding: 20px; padding: 10px 20px;
} }
.widget-layout h1, .widget-layout h2, .widget-layout h3, .widget-layout h4, .widget-layout h5, .widget-layout h6, .widget-layout label { .widget-layout h1, .widget-layout h2, .widget-layout h3, .widget-layout h4, .widget-layout h5, .widget-layout h6, .widget-layout label {
...@@ -61,8 +59,7 @@ ...@@ -61,8 +59,7 @@
} }
.widget-layout .header h1 { .widget-layout .header h1 {
font-weight: 500; font-size: 22px;
font-size: 24px;
} }
.widget-layout .content { .widget-layout .content {
...@@ -195,9 +192,14 @@ ...@@ -195,9 +192,14 @@
display: block !important; display: block !important;
} }
.widget-layout dl#brain_buster_captcha #captcha_answer {
border-color: #333;
}
.widget-layout dl#brain_buster_captcha dd label { .widget-layout dl#brain_buster_captcha dd label {
display: block; display: block;
margin: 0 15px 0 0 !important; font-weight: 700;
margin: 0 15px 5px 0 !important;
} }
.widget-layout dl#brain_buster_captcha dd #captcha_answer { .widget-layout dl#brain_buster_captcha dd #captcha_answer {
......
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