PluginProbe
Smart Forms – when you need more than just a contact form / 0.8.5
Smart Forms – when you need more than just a contact form v0.8.5
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / css / mainStyle.css

mainStyle.css in Smart Forms – when you need more than just a contact form 0.8.5, at css/mainStyle.css

100 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #rednaoSmartForms{
2 margin-top:10px;
3 }
4
5 #rednaoSmartForms hr {
6 margin-right: 5px;
7 margin-top: 1px;
8 margin-bottom: 1px;
9 }
10
11 #rednaoSmartForms h2 {
12 margion-top: 0px;
13 margin-bottom: 0px;
14 }
15
16 #rednaoSmartForms .category {
17 margin-top: 10px;
18 margin-left:50px;
19
20 }
21
22 #rednaoSmartForms .description {
23 }
24
25 #rednaoSmartForms input {
26
27 }
28
29
30
31 #rednaoSmartForms .treeDiv{
32 cursor: hand;
33 cursor: pointer;
34 }
35
36
37 #rednaoSmartForms .treeButton{
38
39 display:inline;
40
41 }
42
43 #rednaoSmartForms .treeDiv h2{
44
45 display:inline;
46 font-family: verdana;
47
48
49
50 }
51
52 #rednaoSmartForms .description{
53 color:#A0A0A0;
54 font-family: helvetica;
55 font-size: smaller;
56 font-style: italic;
57 }
58
59
60 .rednaoformbuilder .tempForm {
61 padding: 8px 4px !important;
62 border: 1px dotted #ccc !important;
63 position: absolute !important; background: white !important;
64 box-shadow: 0 0 30px #999 !important;
65 -webkit-transition:
66 -webkit-transform .1s ease-out !important;
67 overflow: hidden !important;
68 width:570px !important;
69 z-index: 99999 !important;
70 }
71
72
73
74 .smartFormsActionMenu{
75 float:right;
76
77 }
78 .smartFormsActionMenu img{
79 width:20px;
80 height:20px;
81 margin-right: 5px;
82 cursor: hand;
83 cursor: pointer;
84
85 }
86
87 .formelement.last{
88 border-color: #dedede;
89 border-style: solid;
90 border-width: 5px;
91 }
92
93 .formelement.last p{
94 text-align: center;
95 font-family: sans-serif;
96 font-size: 30px;
97 color: gray;
98 }
99
100