PluginProbe
Sendy / 3.0.3
Sendy v3.0.3
3.4.6 3.4.7 trunk 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 All 32 releases
sendy / resources / css / modal.css

modal.css in Sendy 3.0.3, at resources/css/modal.css

27 lines 421 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #sendy-modal {
2 .form-field {
3 label {
4 display: block;
5 margin-bottom: .25em;
6 }
7
8 select {
9 display: block;
10 width: 100%;
11 max-width: 100%;
12 }
13
14 input[type=number] {
15 width: 100%;
16 }
17
18 .description {
19 font-size: .8em;
20 }
21 }
22 }
23
24 #sendy-create-shipments-modal {
25 display: none;
26 }
27