# css-javascript-toolbox/6.0.15/framework/css/error-dialog.css

CSS &amp; JavaScript Toolbox, version 6.0.15. 13 lines.

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/6.0.15/code/framework/css/error-dialog.css
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/6.0.15/raw/framework/css/error-dialog.css
- Modified: 2013-03-17T20:09:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/css-javascript-toolbox/6.0.15/code/framework/css/error-dialog.css#L10-L20`.

```css
.cjt-error-dialog {display:none}
.cjt-error-list {color: #A5581B; }
.cjt-error-list li {margin-bottom: 13px;}
.cjt-error-list li .name {font-weight: bold; color: black;}
.cjt-error-list li .msg {font-style: italic;}
.cjt-error-dialog-icon {
	float: left;
	height: 88%;
	width: 64px;
	background-image: url('images/dialog-error.png');
	background-repeat: no-repeat;
	margin-top: 10px;
}
```
