| 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 |
} |