PluginProbe
Smart Forms – when you need more than just a contact form / trunk
Smart Forms – when you need more than just a contact form vtrunk
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / pr / css / main-style.css

main-style.css in Smart Forms – when you need more than just a contact form trunk, at pr/css/main-style.css

102 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*.sfUploadFilePath{
2 padding: 8px 12px !important;
3 font-size: 14px !important;
4 color: #666 !important;
5 border: 1px solid #D8D8D8 !important;
6 line-height: 16px !important;
7 background-color: rgb(235, 235, 228) !important;
8 box-sizing: content-box !important;
9 }
10
11
12 */
13
14 .media-modal{
15 z-index: 1000009 !important;
16 }
17
18 .media-modal-backdrop{
19 z-index: 1000008 !important;
20 }
21 .sfUploadFileButton{
22 position: absolute !important;
23 top: 0 !important;
24 right: 0 !important;
25 margin: 0 !important;
26 padding: 0 !important;
27 font-size: 20px !important;
28 cursor: pointer !important;
29 opacity: 0 !important;
30 }
31
32
33 .sfDeletebutton_invisible{
34 height: 33px !important;;
35 width: 33px !important;;
36 display: inline-block !important;;
37 vertical-align: top !important;;
38 box-sizing: content-box !important;
39 }
40
41 .sfDeleteButton_visible{
42 height: 33px !important;
43 width: 33px !important;
44 background-color: #c13b3b !important;
45 display: inline-block !important;
46 vertical-align: top !important;
47 background-image: url(../../images/trash.png) !important;;
48 background-repeat: no-repeat !important;;
49 background-position: center center !important;;
50 border-radius: 4px !important;
51 cursor: hand !important;
52 cursor: pointer !important;
53 box-sizing: content-box !important;
54 }
55 .sfDeleteButton_visible:hover{
56 background-color: red !important;;
57 cursor: hand !important;;
58 cursor: pointer !important;;
59 }
60
61 .sfUploadFilePath
62 {
63
64 }
65
66 .sfUploadFilePath.redNaoInvalid{
67 border-width: 1px !important;
68 border-style: solid !important;
69 border-color: #ff0000 !important;
70 }
71
72 .sfUploadFilePathMargin{
73 margin-bottom: 5px;
74 }
75
76 .sfUploadFileContainer{
77 position: relative !important;
78 overflow: hidden !important;
79 height: 22px !important;
80 color: #fff !important;
81 background-color: #428bca !important;
82 border-color: #357ebd !important;
83 display: table-cell !important;
84 margin-bottom: 0 !important;
85 font-weight: normal !important;
86 text-align: center !important;
87 vertical-align: top !important;
88 cursor: pointer !important;
89 background-image: none !important;
90 border: 1px solid transparent !important;
91 white-space: nowrap !important;
92 padding: 5px 12px !important;
93 font-size: 14px !important;
94 line-height: 1.42857143 !important;
95 border-radius: 4px !important;
96 -webkit-user-select: none !important;
97 -moz-user-select: none !important;
98 -ms-user-select: none !important;
99 user-select: none !important;
100 box-sizing: content-box !important;
101 width:auto !important;
102 }