| 1 |
.cjt-error-dialog {display:none} |
| 2 |
.cjt-error-list {color: #005da4; } |
| 3 |
.cjt-error-list li {margin-bottom: 13px;} |
| 4 |
.cjt-error-list li .name {font-weight: bold; color: black;} |
| 5 |
.cjt-error-list li .msg {font-style: italic;} |
| 6 |
.cjt-error-dialog-icon { |
| 7 |
float: left; |
| 8 |
height: 88%; |
| 9 |
width: 64px; |
| 10 |
background-image: url('images/dialog-error.png'); |
| 11 |
background-repeat: no-repeat; |
| 12 |
margin-top: 10px; |
| 13 |
} |