PluginProbe
CSS & JavaScript Toolbox / 12.0.4
CSS & JavaScript Toolbox v12.0.4
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
css-javascript-toolbox / framework / css / forms.css

forms.css in CSS & JavaScript Toolbox 12.0.4, at framework/css/forms.css

15 lines 784 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {font-size: 14px; font-family: serif;}
2 p.field-note {font-size: 13px; color: #9F9F9F;}
3 .cjt-form fieldset{border: none;}
4 .cjt-form label {display: inline-block; width: 200px;}
5 .cjt-form ul {margin: 0; padding: 0}
6 .cjt-form ul li {list-style: none; margin-bottom: 5px}
7 .cjt-form ul li.last {margin-top: 60px; text-align: right;}
8 .cjt-form ul li.last .cjt-button {min-width: 70px;}
9 .cjt-form ul li input[type=button],
10 .cjt-form ul li input[type=submit] {background-color: white}
11 .cjt-form ul li input[type=text],
12 .cjt-form ul li select {min-width: 200px;}
13 .loading {background : url('images/loading.gif') center no-repeat;}
14 .link-loading {display: inline-block; height: 20px;background : url('images/loading.gif') center no-repeat; }
15 input[type="submit"].cjt-submit {float: right;}