PluginProbe
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager / 1.1
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager v1.1
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 1.1, at framework/css/forms.css

104 lines 2.5 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 .cjt-form ul li.last .cjt-button {
25 min-width: 70px;
26 border: 1px solid #ddd;
27 padding: 8px;
28 }
29 .cjt-form ul li.last .cjt-button.save{
30 border: 1px solid #e52600;
31 background: #e52600;
32 color: #fff;
33 }
34
35 .cjt-form ul li input[type=submit] {
36 border: 1px solid #e52600;
37 color:#fff;
38 background: #e52600;
39 padding: 8px;
40 }
41 .cjt-form ul li input[type=text],
42 .cjt-form ul li select {
43 min-width: 230px;
44 padding: 5px;
45 border: 1px solid #ddd;
46 }
47 .loading {background : url('images/loading.gif') center no-repeat;}
48 .link-loading {display: inline-block; height: 20px;background : url('images/loading.gif') center no-repeat; }
49 input[type="submit"].cjt-submit {float: right;}
50
51 #cjtoolbox_new_block_form ul li.cjt-checkbox-field
52 {
53 position: relative;
54 margin: 10px 0;
55 }
56
57 #cjtoolbox_new_block_form ul input[type=checkbox] {
58 position: absolute;
59 left: 0;
60 top: 0;
61 overflow: hidden;
62 height: 100%;
63 width: 100%;
64 margin: -1px;
65 padding: 0;
66 border: 0;
67 opacity: 0;
68 }
69 #cjtoolbox_new_block_form ul input[type=checkbox] + label.cjt-checkbox {
70 padding-left: 0;
71 height: 23px;
72 margin-bottom: 10px;
73 display: inline-block;
74 line-height: 23px;
75 background-repeat: no-repeat;
76 background-position: 0 0;
77 font-size: 16px;
78 vertical-align: middle;
79 cursor: pointer;
80 float: left;
81 background-repeat: no-repeat;
82 background-position: 46% 2%;
83 }
84 #cjtoolbox_new_block_form ul input[type=checkbox]:checked + label.cjt-checkbox {
85 background-position: 44% -23px;
86 }
87 #cjtoolbox_new_block_form ul label.cjt-checkbox{
88 background-image: url(images/checkbox.png);
89
90 -webkit-touch-callout: none;
91 -webkit-user-select: none;
92 -khtml-user-select: none;
93 -moz-user-select: none;
94 -ms-user-select: none;
95 user-select: none;
96 display: block;
97 cursor: pointer;
98 width: 100%;
99 line-height: 23px;
100 }
101
102 .cjt-link-sep-pipe {
103 padding: 0 14px;
104 }