formtastic-overrides.css - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
HTML git clone git://jay.scot/warvox
DIR Log
DIR Files
DIR Refs
DIR README
---
formtastic-overrides.css (904B)
---
1 .help-block {
2 font-size: 13px;
3 font-style: italic;
4 }
5
6 .control-label {
7 font-weight: bold;
8 font-size: 15px;
9 }
10
11 .formtastic .stringish input
12 {
13 width: auto;
14 }
15
16 .formtastic .boolean label {
17 padding: 4px;
18 font-weight: bold;
19 font-size: 14px;
20 }
21
22 .formtastic .boolean .control-label {
23 display: none;
24 }
25
26 .formtastic .boolean input {
27 -moz-appearance: none;
28 -webkit-appearance: none;
29 appearance: none;
30 height: 20px;
31 width: 20px;
32 margin-right: 20px;
33 margin-left: 0;
34 }
35
36 .formtastic .numeric input {
37 width: 5em;
38 }
39
40 .formtastic .stringish input#project_name
41 {
42 width: 500px;
43 }
44
45 .formtastic .text textarea.project_description {
46 width: 500px;
47 }
48
49 .formtastic .text textarea.project_includes {
50 width: 200px;
51 }
52
53 .formtastic input {
54 padding: 4px;
55 }
56
57 .formtastic textarea {
58 padding: 4px;
59 }
60
61 .formtastic input.btn {
62 padding-left: 10px;
63 padding-right: 10px;
64 padding-top: 5px;
65 padding-bottom: 5px;
66 }