PluginProbe
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager / 9.0
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager v9.0
10.56 1.2.1 10 10.1 10.2 10.3 10.31 10.32 10.33 10.34 10.50 10.51 10.52 10.53 10.55 9.0 9.0.1 9.4 trunk 1.0.0 1.1 1.2
easy-code-manager / framework / css / forms.css

forms.css in FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager 9.0, at framework/css/forms.css

119 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,500,500italic,300italic,300,200,200italic,100italic,100,600,600italic,700,700italic,800,800italic,900,900italic);
2 body {font-size: 14px; font-family: 'Raleway', sans-serif;}
3 p.field-note {font-size: 13px; color: #9F9F9F;}
4 .cjt-form fieldset{border: none;}
5 .cjt-form label {
6 display: inline-block;
7 width: 180px;
8 font-weight: 500;
9 color: #565656;
10 font-family: 'Raleway', sans-serif;
11 }
12 .cjt-form ul {
13 margin: 0;
14 padding: 0;
15 }
16 .cjt-form ul li {
17 list-style: none;
18 margin-bottom: 5px;
19 }
20 .cjt-form ul li.last {
21 margin-top: 60px;
22 text-align: right;
23 }
24 #ecm-uninstall-modal ul li.last {
25 margin-top: 20px;
26 text-align: left;
27 cursor: not-allowed;
28 }
29 .cjt-form ul li.last .cjt-button {
30 min-width: 70px;
31 border: 1px solid #ddd;
32 padding: 8px;
33 }
34 .cjt-form ul li.last .cjt-button.save{
35 border: 1px solid #e52600;
36 background: #e52600;
37 color: #fff;
38 }
39
40 #ecm-uninstall-modal ul li.last .cjt-button.save:disabled {
41 background: #d6998c;
42 border-color: #d6998c;
43 }
44
45 .cjt-form ul li input[type=submit] {
46 border: 1px solid #e52600;
47 color:#fff;
48 background: #e52600;
49 padding: 8px;
50 }
51 .cjt-form ul li input[type=text],
52 .cjt-form ul li select {
53 min-width: 230px;
54 padding: 5px;
55 border: 1px solid #ddd;
56 }
57 .loading {background : url('images/loading.gif') center no-repeat;}
58 .link-loading {display: inline-block; height: 20px;background : url('images/loading.gif') center no-repeat; }
59 input[type="submit"].cjt-submit {float: right;}
60
61 #cjtoolbox_new_block_form ul li.cjt-checkbox-field,
62 #ecm-uninstall-modal ul li.cjt-checkbox-field
63 {
64 position: relative;
65 margin: 10px 0;
66 }
67
68 #cjtoolbox_new_block_form ul input[type=checkbox],
69 #ecm-uninstall-modal ul input[type=checkbox] {
70 position: absolute;
71 left: 0;
72 top: 0;
73 overflow: hidden;
74 height: 100%;
75 width: 100%;
76 margin: -1px;
77 padding: 0;
78 border: 0;
79 opacity: 0;
80 }
81 #cjtoolbox_new_block_form ul input[type=checkbox] + label.cjt-checkbox,
82 #ecm-uninstall-modal ul input[type=checkbox] + label.cjt-checkbox {
83 padding-left: 0;
84 height: 23px;
85 margin-bottom: 10px;
86 display: inline-block;
87 line-height: 23px;
88 background-repeat: no-repeat;
89 background-position: 0 0;
90 font-size: 16px;
91 vertical-align: middle;
92 cursor: pointer;
93 float: left;
94 background-repeat: no-repeat;
95 background-position: 46% 2%;
96 }
97 #cjtoolbox_new_block_form ul input[type=checkbox]:checked + label.cjt-checkbox,
98 #ecm-uninstall-modal ul input[type=checkbox]:checked + label.cjt-checkbox {
99 background-position: 44% -23px;
100 }
101 #cjtoolbox_new_block_form ul label.cjt-checkbox,
102 #ecm-uninstall-modal ul label.cjt-checkbox{
103 background-image: url(images/checkbox.png);
104
105 -webkit-touch-callout: none;
106 -webkit-user-select: none;
107 -khtml-user-select: none;
108 -moz-user-select: none;
109 -ms-user-select: none;
110 user-select: none;
111 display: block;
112 cursor: pointer;
113 width: 100%;
114 line-height: 23px;
115 }
116
117 .cjt-link-sep-pipe {
118 padding: 0 14px;
119 }