| 1 |
.srr_settings h4{ |
| 2 |
border-bottom: 1px solid #DFDFDF; |
| 3 |
margin: 15px 0 10px 0; |
| 4 |
padding: 0 0 10px 0; |
| 5 |
font-size: 14px; |
| 6 |
} |
| 7 |
.srr_settings td { |
| 8 |
padding: 5px 0; |
| 9 |
} |
| 10 |
.srr_small_text{ |
| 11 |
font-size: 11px; |
| 12 |
color: #666666; |
| 13 |
} |
| 14 |
|
| 15 |
.srr_row{ |
| 16 |
display: flex; |
| 17 |
flex-wrap: nowrap; |
| 18 |
padding: 10px 0; |
| 19 |
} |
| 20 |
.srr_label{ |
| 21 |
width: 60%; |
| 22 |
padding-right: 15px; |
| 23 |
box-sizing: border-box; |
| 24 |
} |
| 25 |
.srr_label.srr_sm{ |
| 26 |
width: 30% |
| 27 |
} |
| 28 |
.srr_label.srr_xsm{ |
| 29 |
width: 20% |
| 30 |
} |
| 31 |
.srr_field{ |
| 32 |
flex: 1; |
| 33 |
} |
| 34 |
|
| 35 |
.srr_coffee { |
| 36 |
border: 1px solid #dfdfdf; |
| 37 |
padding: 10px 240px 10px 60px; |
| 38 |
background: #f9fff7 url(../images/coffee.svg) 12px no-repeat; |
| 39 |
background-size: 7%; |
| 40 |
position: relative; |
| 41 |
margin: 20px -15px -1px -15px; |
| 42 |
border-width: 1px 0; |
| 43 |
} |
| 44 |
.srr_coffee p{ |
| 45 |
margin: 0; |
| 46 |
font-size: 11px; |
| 47 |
} |
| 48 |
.srr_coffee_wrap{ |
| 49 |
position: absolute; |
| 50 |
top: 11px; |
| 51 |
right: 15px; |
| 52 |
} |
| 53 |
.srr_coffee_wrap p{ |
| 54 |
display: inline-block; |
| 55 |
} |
| 56 |
.srr_coffee_btn{ |
| 57 |
margin-left: 5px !important; |
| 58 |
} |
| 59 |
.srr_note{ |
| 60 |
border: 1px solid #FFD893; |
| 61 |
padding: 10px; |
| 62 |
background: #FFFEDA; |
| 63 |
margin: 10px 0 0; |
| 64 |
display: block; |
| 65 |
border-radius: 3px; |
| 66 |
} |
| 67 |
.srr_survey p { |
| 68 |
border: 1px solid #dfdfdf; |
| 69 |
padding: 15px; |
| 70 |
font-size: 12px; |
| 71 |
background: #fffbe8; |
| 72 |
margin: 0 -15px; |
| 73 |
border-width: 1px 0; |
| 74 |
} |
| 75 |
.srr_survey p span{ |
| 76 |
background: #ffe660; |
| 77 |
padding: 2px 5px; |
| 78 |
border-radius: 3px; |
| 79 |
margin: 0 5px 0 0; |
| 80 |
} |
| 81 |
.srr_survey .button-primary{ |
| 82 |
float: right; |
| 83 |
margin: 10px 0 0 10px; |
| 84 |
} |
| 85 |
.srr_info{ |
| 86 |
border-bottom: 1px solid #dfdfdf; |
| 87 |
margin: 0px -15px 20px -15px; |
| 88 |
padding: 10px 15px; |
| 89 |
background: #fafafa; |
| 90 |
} |
| 91 |
.srr_info p{ |
| 92 |
margin: 0; |
| 93 |
} |
| 94 |
.srr_info a{ |
| 95 |
text-decoration: none; |
| 96 |
} |
| 97 |
.srr_info a:hover { |
| 98 |
text-decoration: underline; |
| 99 |
} |
| 100 |
|
| 101 |
#available-widgets [id*="super_rss_reader"] .widget-title h3 { |
| 102 |
background-image: url(../images/super-rss-reader-sm.png); |
| 103 |
background-position: 94%; |
| 104 |
background-repeat: no-repeat; |
| 105 |
} |