PluginProbe
CSS & JavaScript Toolbox / 11.9
CSS & JavaScript Toolbox v11.9
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 / views / setup / activation-form / public / css / default.css

default.css in CSS & JavaScript Toolbox 11.9, at views/setup/activation-form/public/css/default.css

36 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {font-family: 'Raleway', sans-serif;}
2 /* CJT Iframe Common form styles overrides*/
3 .cjt-form ul li input[type="text"]{min-width: 256px}
4 #cjt-setup-activation-form-view fieldset strong {background-color: white;}
5 ul.fields-list {}
6
7 /* Headers */
8 .component-name {background-color: #EFEFEF;}
9
10 /* Request State */
11 #request-state{font-size: 12px; font-weight: bold; color: rgb(206, 190, 190); margin-top: 5px; margin-left: 2px; visibility: hidden; }
12
13 /* License state */
14 #license-state {width: 16px; height: 18px; display: inline-block; position: relative; top: 3px; visibility: hidden;}
15 #license-state.activate {background : url('../images/activate.png') no-repeat;}
16 #license-state.deactivate {background : url('../images/deactivate.png') no-repeat;}
17 #license-state.valid,
18 #license-state.inactive,
19 #license-state.site_inactive {background : url('../images/valid.png') no-repeat;}
20 #license-state.invalid{background : url('../images/invalid.png') no-repeat;}
21 #license-state.reset{background : url('../images/reset.png') no-repeat;}
22 #license-state.error{background : url('../images/error.png') no-repeat;}
23
24 /* Action buttons */
25 #action-button {visibility: hidden;}
26 .cjt-form ul li input[type=button], .cjt-form ul li input[type=submit] {
27 padding: 5px 10px;
28 }
29 .cjt-form ul li input[type="text"] {
30 min-width: 256px;
31 }
32 .cjt-form ul li input[type=text], .cjt-form ul li select {
33 min-width: 230px;
34 padding: 5px;
35 border: 1px solid #ddd;
36 }