PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.3.30
HTML Forms – Simple WordPress Forms Plugin v1.3.30
1.7.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 All 67 releases
← All changes | assets/css/forms.css +1 -35 1.0.41.3.30 View file →
@@ -1,35 +1 @@
1 -.hf-form label {
2 - clear: both;
3 - float: none;
4 - display: block;
5 - font-weight: bold;
6 - margin-bottom: 1px; }
7 -
8 -.hf-form label + label {
9 - font-weight: normal; }
10 -
11 -.hf-form input[type="text"],
12 -.hf-form input[type="email"],
13 -.hf-form input[type="url"],
14 -.hf-form input[type="date"],
15 -.hf-form input[type="number"],
16 -.hf-form select,
17 -.hf-form textarea {
18 - clear: both;
19 - float: none;
20 - padding: 4px 8px; }
21 -
22 -.hf-message {
23 - padding: .75rem 1.25rem;
24 - margin-bottom: 1rem;
25 - border: 1px solid transparent; }
26 -
27 -.hf-message-success {
28 - background-color: #dff0d8;
29 - border-color: #d0e9c6;
30 - color: #3c763d; }
31 -
32 -.hf-message-warning {
33 - background-color: #fcf8e3;
34 - border-color: #faf2cc;
35 - color: #8a6d3b; }
1 +.hf-form label{clear:both;display:block;float:none;font-weight:700;margin-bottom:1px}.hf-form label+label{font-weight:400}.hf-form input[type=date],.hf-form input[type=email],.hf-form input[type=number],.hf-form input[type=text],.hf-form input[type=url],.hf-form select,.hf-form textarea{clear:both;float:none;padding:4px 8px}.hf-message{border:1px solid #0000;margin-bottom:1rem;padding:.75rem 1.25rem}.hf-message-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.hf-message-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}