Version Description
- Fixed css issues for dropdown and textarea
Download this release
Release Info
Developer | Access Keys |
Plugin | Contact Form for WordPress – Ultimate Form Builder Lite |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- css/frontend.css +5 -2
- readme.txt +4 -1
- ultimate-form-builder-lite.php +1 -1
css/frontend.css
CHANGED
@@ -542,8 +542,11 @@ border: 1px solid #aab2bd;
|
|
542 |
.ufbl-template-2 .entry-content a, .ufbl-template-2 .entry-summary a, .ufbl-template-2 .page-content a, .ufbl-template-2 .comment-content a, .ufbl-template-2 .pingback .comment-body > a {
|
543 |
border: none !important;
|
544 |
}
|
545 |
-
|
546 |
border-bottom:none !important;
|
|
|
|
|
|
|
547 |
}
|
548 |
.ufbl-template-2 .ufbl-form-field .sbHolder {
|
549 |
background-color: #ffffff;
|
@@ -871,7 +874,7 @@ box-shadow: 0 0 1px 1px #67D5EB;
|
|
871 |
display: inline-block;
|
872 |
width: 74.6%;
|
873 |
}
|
874 |
-
.ufbl-template-4 input[type="text"],.ufbl-template-4 input[type="email"],.ufbl-template-4 input[type="url"],.ufbl-template-4 input[type="password"],.ufbl-template-4 input[type="search"]
|
875 |
border:transparent;
|
876 |
border-bottom: 2px solid #74baf5;
|
877 |
padding: 4px 8px;
|
542 |
.ufbl-template-2 .entry-content a, .ufbl-template-2 .entry-summary a, .ufbl-template-2 .page-content a, .ufbl-template-2 .comment-content a, .ufbl-template-2 .pingback .comment-body > a {
|
543 |
border: none !important;
|
544 |
}
|
545 |
+
/*.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
|
546 |
border-bottom:none !important;
|
547 |
+
}*/
|
548 |
+
.ufbl-form-field a {
|
549 |
+
border-bottom: none !important;
|
550 |
}
|
551 |
.ufbl-template-2 .ufbl-form-field .sbHolder {
|
552 |
background-color: #ffffff;
|
874 |
display: inline-block;
|
875 |
width: 74.6%;
|
876 |
}
|
877 |
+
.ufbl-template-4 input[type="text"],.ufbl-template-4 input[type="email"],.ufbl-template-4 input[type="url"],.ufbl-template-4 input[type="password"],.ufbl-template-4 input[type="search"],.ufbl-template-4 textarea {
|
878 |
border:transparent;
|
879 |
border-bottom: 2px solid #74baf5;
|
880 |
padding: 4px 8px;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: contact form, form builder, form, forms, contact forms, enquiry forms, for
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -95,6 +95,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
95 |
10. Backend Entry Detail
|
96 |
|
97 |
== Changelog ==
|
|
|
|
|
|
|
98 |
= 1.1.1 =
|
99 |
* Fixed CSV export limit bug
|
100 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.1.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
95 |
10. Backend Entry Detail
|
96 |
|
97 |
== Changelog ==
|
98 |
+
= 1.1.2 =
|
99 |
+
* Fixed css issues for dropdown and textarea
|
100 |
+
|
101 |
= 1.1.1 =
|
102 |
* Fixed CSV export limit bug
|
103 |
|
ultimate-form-builder-lite.php
CHANGED
@@ -6,7 +6,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
|
6 |
Plugin Name: Ultimate Form Builder Lite
|
7 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/
|
8 |
Description: A plugin to build any type of forms
|
9 |
-
Version: 1.1.
|
10 |
Author: AccessPress Themes
|
11 |
Author URI: http://accesspressthemes.com
|
12 |
License: GPL2
|
6 |
Plugin Name: Ultimate Form Builder Lite
|
7 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/
|
8 |
Description: A plugin to build any type of forms
|
9 |
+
Version: 1.1.2
|
10 |
Author: AccessPress Themes
|
11 |
Author URI: http://accesspressthemes.com
|
12 |
License: GPL2
|