Version Description
Download this release
Release Info
Developer | PankajAgarwal |
Plugin | FormGet Contact Form |
Version | 5.3.5 |
Comparing to | |
See all releases |
Code changes from version 5.3.4 to 5.3.5
- css/mg_popup.css +3 -80
- index.php +1 -1
- readme.txt +4 -1
css/mg_popup.css
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
@import url(//fonts.googleapis.com/css?family=Raleway:500,600,400);
|
2 |
#mg_box * {
|
|
|
3 |
-webkit-box-sizing: content-box;
|
4 |
-moz-box-sizing: content-box;
|
5 |
box-sizing: content-box;
|
@@ -151,31 +152,6 @@ span.mg-header-title-right img {
|
|
151 |
margin-top: -10px;
|
152 |
}
|
153 |
|
154 |
-
/* scrollbar */
|
155 |
-
/* Let's get this party started */
|
156 |
-
/*::-webkit-scrollbar {
|
157 |
-
width: 8px;
|
158 |
-
}*/
|
159 |
-
|
160 |
-
/* Track */
|
161 |
-
::-webkit-scrollbar-track {
|
162 |
-
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
|
163 |
-
-webkit-border-radius: 8px;
|
164 |
-
border-radius: 8px;
|
165 |
-
}
|
166 |
-
|
167 |
-
/* Handle */
|
168 |
-
::-webkit-scrollbar-thumb {
|
169 |
-
-webkit-border-radius: 8px;
|
170 |
-
border-radius: 8px;
|
171 |
-
background: rgba(218,218,218,0.3);
|
172 |
-
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
173 |
-
}
|
174 |
-
|
175 |
-
::-webkit-scrollbar-thumb:window-inactive {
|
176 |
-
background: rgba(218,218,218,0);
|
177 |
-
}
|
178 |
-
|
179 |
@media only screen and (max-width : 600px) {
|
180 |
#mg_box[style][data-class='mg_slide_left'], #mg_box[style][data-class='mg_slide_right'] {
|
181 |
width: 343px !important;
|
@@ -208,55 +184,6 @@ span.mg-header-title-right img {
|
|
208 |
top: 10px;
|
209 |
}
|
210 |
|
211 |
-
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
|
212 |
-
border: 0;
|
213 |
-
margin: 0;
|
214 |
-
padding: 0;
|
215 |
-
font-size: 100%;
|
216 |
-
}
|
217 |
-
|
218 |
-
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
|
219 |
-
display: block;
|
220 |
-
}
|
221 |
-
|
222 |
-
b,strong {
|
223 |
-
font-weight: bold;
|
224 |
-
}
|
225 |
-
|
226 |
-
img {
|
227 |
-
color: transparent;
|
228 |
-
font-size: 0;
|
229 |
-
vertical-align: middle;
|
230 |
-
-ms-interpolation-mode: bicubic;
|
231 |
-
}
|
232 |
-
|
233 |
-
li {
|
234 |
-
display: list-item;
|
235 |
-
}
|
236 |
-
|
237 |
-
table {
|
238 |
-
border-collapse: collapse;
|
239 |
-
border-spacing: 0;
|
240 |
-
}
|
241 |
-
|
242 |
-
th,td,caption {
|
243 |
-
font-weight: normal;
|
244 |
-
vertical-align: top;
|
245 |
-
text-align: left;
|
246 |
-
}
|
247 |
-
|
248 |
-
svg {
|
249 |
-
overflow: hidden;
|
250 |
-
}
|
251 |
-
|
252 |
-
:focus {
|
253 |
-
outline: 0;
|
254 |
-
}
|
255 |
-
|
256 |
-
* {
|
257 |
-
font-family: 'Source Sans Pro';
|
258 |
-
}
|
259 |
-
|
260 |
.mg-form-column-two {
|
261 |
max-width: 328px;
|
262 |
}
|
@@ -268,7 +195,7 @@ svg {
|
|
268 |
}
|
269 |
|
270 |
#mg_form_wraper_div .view-header h2 {
|
271 |
-
margin
|
272 |
line-height: 30px;
|
273 |
font-size: 22px;
|
274 |
}
|
@@ -287,7 +214,7 @@ svg {
|
|
287 |
}
|
288 |
|
289 |
#mg_form_wraper_div li {
|
290 |
-
margin
|
291 |
position: relative;
|
292 |
}
|
293 |
|
@@ -578,10 +505,6 @@ svg {
|
|
578 |
border: 0;
|
579 |
}
|
580 |
|
581 |
-
option {
|
582 |
-
background: #ffffff;
|
583 |
-
}
|
584 |
-
|
585 |
#mg_form_wraper_div .view-header h2 {
|
586 |
color: #000000 !important;
|
587 |
font-weight: 600;
|
1 |
@import url(//fonts.googleapis.com/css?family=Raleway:500,600,400);
|
2 |
#mg_box * {
|
3 |
+
font-family: 'Source Sans Pro';
|
4 |
-webkit-box-sizing: content-box;
|
5 |
-moz-box-sizing: content-box;
|
6 |
box-sizing: content-box;
|
152 |
margin-top: -10px;
|
153 |
}
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
@media only screen and (max-width : 600px) {
|
156 |
#mg_box[style][data-class='mg_slide_left'], #mg_box[style][data-class='mg_slide_right'] {
|
157 |
width: 343px !important;
|
184 |
top: 10px;
|
185 |
}
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
.mg-form-column-two {
|
188 |
max-width: 328px;
|
189 |
}
|
195 |
}
|
196 |
|
197 |
#mg_form_wraper_div .view-header h2 {
|
198 |
+
margin: 0 0 8px;
|
199 |
line-height: 30px;
|
200 |
font-size: 22px;
|
201 |
}
|
214 |
}
|
215 |
|
216 |
#mg_form_wraper_div li {
|
217 |
+
margin: 0 0 17px;
|
218 |
position: relative;
|
219 |
}
|
220 |
|
505 |
border: 0;
|
506 |
}
|
507 |
|
|
|
|
|
|
|
|
|
508 |
#mg_form_wraper_div .view-header h2 {
|
509 |
color: #000000 !important;
|
510 |
font-weight: 600;
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: FormGet Contact Form
|
4 |
Plugin URI: http://www.formget.com
|
5 |
Description: FormGet Contact Form is an eassy and effective form builder tool which enable you to bulid and embed form on your website in few steps. With FormGet Contact Form manage all your contact forms and your entire client communication at one single place.
|
6 |
-
Version: 5.3.
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
3 |
Plugin Name: FormGet Contact Form
|
4 |
Plugin URI: http://www.formget.com
|
5 |
Description: FormGet Contact Form is an eassy and effective form builder tool which enable you to bulid and embed form on your website in few steps. With FormGet Contact Form manage all your contact forms and your entire client communication at one single place.
|
6 |
+
Version: 5.3.5
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: PankajAgarwal
|
|
3 |
Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, Responsive Contact Form, contact us, request form, contact button, drag and drop contact form file upload contact form, contact form to email, contact form payments, contact for paypal, form solution, form builder, feedback, easy contact form, helpdesk
|
4 |
Requires at least: 3.5.0
|
5 |
Tested up to: 4.2.2
|
6 |
-
Stable tag: 5.3.
|
7 |
|
8 |
FormGet Contact Form manage all your contact forms using single dashboard. Just a click on fields and your contact form is ready for use.
|
9 |
|
@@ -164,6 +164,9 @@ When you create account in FormGet you automatically get support desk. All the e
|
|
164 |
|
165 |
|
166 |
== Changelog ==
|
|
|
|
|
|
|
167 |
= Version 5.3.4 =
|
168 |
* Added Subscription Form.
|
169 |
* Added Email Marketing Module.
|
3 |
Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, Responsive Contact Form, contact us, request form, contact button, drag and drop contact form file upload contact form, contact form to email, contact form payments, contact for paypal, form solution, form builder, feedback, easy contact form, helpdesk
|
4 |
Requires at least: 3.5.0
|
5 |
Tested up to: 4.2.2
|
6 |
+
Stable tag: 5.3.5
|
7 |
|
8 |
FormGet Contact Form manage all your contact forms using single dashboard. Just a click on fields and your contact form is ready for use.
|
9 |
|
164 |
|
165 |
|
166 |
== Changelog ==
|
167 |
+
= Version 5.3.5 =
|
168 |
+
* Fixed css conflict issue.
|
169 |
+
|
170 |
= Version 5.3.4 =
|
171 |
* Added Subscription Form.
|
172 |
* Added Email Marketing Module.
|