PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.1
HTML Forms – Simple WordPress Forms Plugin v1.1
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 1.3.17 All 66 releases
html-forms / assets / css / forms.css

forms.css in HTML Forms – Simple WordPress Forms Plugin 1.1, at assets/css/forms.css

36 lines 692 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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; }
36