| 1 |
/* |
| 2 |
* styles for settings page |
| 3 |
*/ |
| 4 |
.cntctfrm_hidden { |
| 5 |
display: none; |
| 6 |
} |
| 7 |
.bws-plugins_page_contact_form input[type="checkbox"], |
| 8 |
.bws-plugins_page_contact_form input[type="radio"] { |
| 9 |
position: relative; |
| 10 |
top: -2px |
| 11 |
} |
| 12 |
#cntctfrm_contact_form input.text, |
| 13 |
#cntctfrm_contact_form textarea, |
| 14 |
#cntctfrm_contact_message, |
| 15 |
#cntctfrm_contact_name, |
| 16 |
#cntctfrm_contact_email, |
| 17 |
#cntctfrm_contact_subject { |
| 18 |
width: 320px; |
| 19 |
} |
| 20 |
.cntctfrm_info { |
| 21 |
color: rgb(136, 136, 136); |
| 22 |
font-size: 10px; |
| 23 |
clear: both; |
| 24 |
} |
| 25 |
#cntctfrm_contact_attachment { |
| 26 |
margin-bottom:0; |
| 27 |
} |
| 28 |
.cntctfrm_change_label_block input, .cntctfrm_action_after_send_block input { |
| 29 |
margin: 1px 0; |
| 30 |
} |
| 31 |
.cntctfrm_change_label_block input[type="text"], |
| 32 |
.cntctfrm_action_after_send_block input[type="text"] { |
| 33 |
width: 300px; |
| 34 |
} |
| 35 |
.cntctfrm_action_after_send_block input[type="text"] { |
| 36 |
width: 250px; |
| 37 |
} |
| 38 |
.widget-container #cntctfrm_contact_form input.text, |
| 39 |
.widget-container #cntctfrm_contact_form textarea, |
| 40 |
.widget-container #cntctfrm_contact_message, |
| 41 |
.widget-container #cntctfrm_contact_name, |
| 42 |
.widget-container #cntctfrm_contact_email, |
| 43 |
.widget-container #cntctfrm_contact_subject, |
| 44 |
.textwidget #cntctfrm_contact_form input.text, |
| 45 |
.textwidget #cntctfrm_contact_form textarea, |
| 46 |
.textwidget #cntctfrm_contact_message, |
| 47 |
.textwidgetr #cntctfrm_contact_name, |
| 48 |
.textwidget #cntctfrm_contact_email, |
| 49 |
.textwidget #cntctfrm_contact_subject { |
| 50 |
width: 200px !important; |
| 51 |
} |
| 52 |
.cntctfrm_label_language_tab { |
| 53 |
float: left; |
| 54 |
padding: 2px 5px; |
| 55 |
border-radius: 4px 4px 0px 0px; |
| 56 |
border: 1px solid #DFDFDF; |
| 57 |
background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF; |
| 58 |
cursor: pointer; |
| 59 |
margin-right: 3px; |
| 60 |
} |
| 61 |
.cntctfrm_language_tab { |
| 62 |
border: 1px solid #DFDFDF; |
| 63 |
} |
| 64 |
.cntctfrm_active { |
| 65 |
color: #21759B; |
| 66 |
} |
| 67 |
.cntctfrm_delete { |
| 68 |
color: red; |
| 69 |
display: block; |
| 70 |
float: right; |
| 71 |
margin-left: 7px; |
| 72 |
position: relative; |
| 73 |
right: -3px; |
| 74 |
} |
| 75 |
.cntctfrm_language_tab_block_mini { |
| 76 |
background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent; |
| 77 |
border-bottom: 1px solid #DFDFDF; |
| 78 |
border-right: 1px solid #DFDFDF; |
| 79 |
line-height: 18px; |
| 80 |
padding-left: 22px; |
| 81 |
color: #888888; |
| 82 |
font-size: 10px; |
| 83 |
} |
| 84 |
.cntctfrm_language_tab_block_mini:hover { |
| 85 |
opacity: 0.7; |
| 86 |
} |
| 87 |
.cntctfrm_language_tab_block { |
| 88 |
padding: 5px 10px 5px 5px; |
| 89 |
} |
| 90 |
#cntctfrmpr_left_table { |
| 91 |
margin-right: 30px; |
| 92 |
float: left; |
| 93 |
} |
| 94 |
#cntctfrmpr_right_table { |
| 95 |
width: 500px; |
| 96 |
float: left; |
| 97 |
} |
| 98 |
.cntctfrm_help_box { |
| 99 |
background-image: url("../images/tooltip_icons.png"); |
| 100 |
background-repeat: no-repeat; |
| 101 |
cursor: pointer; |
| 102 |
float: left; |
| 103 |
height: 29px; |
| 104 |
position: relative; |
| 105 |
margin: 0 10px; |
| 106 |
width: 29px; |
| 107 |
clear: none !important; |
| 108 |
} |
| 109 |
.cntctfrm_hidden_help_text { |
| 110 |
background: #FFF; |
| 111 |
border: 1px solid #DCDCDC; |
| 112 |
border-radius: 4px; |
| 113 |
left: 40px; |
| 114 |
padding: 5px 10px; |
| 115 |
position: absolute; |
| 116 |
width: 240px; |
| 117 |
line-height: 1.5; |
| 118 |
z-index: 10; |
| 119 |
} |
| 120 |
.cntctfrm_hidden_help_text:before { |
| 121 |
content: url("../images/help.png"); |
| 122 |
left: -10px; |
| 123 |
position: absolute; |
| 124 |
top: 7px; |
| 125 |
} |
| 126 |
#cntctfrmpr_right_table #cntctfrmpr_contact_form input.text, |
| 127 |
#cntctfrmpr_right_table #cntctfrmpr_contact_form textarea { |
| 128 |
width: 320px; |
| 129 |
float: left; |
| 130 |
} |
| 131 |
#cntctfrmpr_contact_form div { |
| 132 |
clear: both; |
| 133 |
} |
| 134 |
.cntctfrmpr_info { |
| 135 |
color: rgb(136, 136, 136); |
| 136 |
font-size: 10px; |
| 137 |
clear: both; |
| 138 |
} |
| 139 |
#cntctfrmpr_shortcode { |
| 140 |
width: 330px; |
| 141 |
margin-top: 30px; |
| 142 |
} |
| 143 |
#cntctfrmpr_shortcode div { |
| 144 |
height: 20px; |
| 145 |
width: 220px; |
| 146 |
background: #EAEAEA; |
| 147 |
border: 1px solid #DCDCDC; |
| 148 |
padding: 10px; |
| 149 |
text-align: center; |
| 150 |
} |
| 151 |
#cntctfrmpr_shortcode code { |
| 152 |
white-space:nowrap; |
| 153 |
background: #EAEAEA; |
| 154 |
} |
| 155 |
/* cntctfrm_settings_table */ |
| 156 |
.cntctfrm_settings_table th, .cntctfrm_settings_table td { |
| 157 |
border-bottom: 1px solid #DFDFDF; |
| 158 |
border-right: 1px solid #DFDFDF; |
| 159 |
height: 25px; |
| 160 |
padding: 2px 10px; |
| 161 |
text-align: left; |
| 162 |
} |
| 163 |
|