studio - tender widget: revised styling with spam protection back in place
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#tender_window {
|
||||
@include border-radius(3px);
|
||||
@include box-shadow(0 2px 3px $shadow);
|
||||
height: 650px !important;
|
||||
height: ($baseline*35) !important;
|
||||
background: $white !important;
|
||||
border: 1px solid $gray;
|
||||
}
|
||||
@@ -24,8 +24,6 @@
|
||||
|
||||
#tender_closer {
|
||||
color: $blue-l2 !important;
|
||||
margin-top: 10px;
|
||||
margin-right: 5px;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:hover {
|
||||
@@ -53,7 +51,7 @@
|
||||
|
||||
.widget-layout .header {
|
||||
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 {
|
||||
@@ -61,8 +59,7 @@
|
||||
}
|
||||
|
||||
.widget-layout .header h1 {
|
||||
font-weight: 500;
|
||||
font-size: 24px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.widget-layout .content {
|
||||
@@ -195,9 +192,14 @@
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.widget-layout dl#brain_buster_captcha #captcha_answer {
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
.widget-layout dl#brain_buster_captcha dd label {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user