All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.geomajas.gwt2.client.widget.exception.geomajas-exception-dialog.css Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
/* ------------------------------------------------------------------------*/
/* ExceptionDialog --------------------------------------------------------*/
/* ------------------------------------------------------------------------*/

@external .exceptionDialogButtonPanel;
.exceptionDialogButtonPanel {
	text-align: right;
    padding: 5px;
}

@external .exceptionDialogStackTracePanel;
.exceptionDialogStackTracePanel {
	width: 680px;
	max-height: 300px;
	overflow: auto;
	background: #E0E0E0;
	margin: 0px 5px 5px 5px;
	padding: 5px;
    color: #444444;
}

@external .exceptionDialogMessageLabel;
.exceptionDialogMessageLabel {
	padding: 5px 10px;
}

/*close icon*/
@external .exceptionDialogCloseIcon;
@external .exceptionDialogCloseIcon:hover;
@sprite .exceptionDialogCloseIcon {
	gwt-image: "exceptionDialogCloseIcon";
	cursor: pointer;
	cursor: hand;
	border: 0px;
	float: right;
}

@sprite .exceptionDialogCloseIcon:hover {
	gwt-image: "exceptionDialogCloseIconHover";
}

@external .exceptionDialogTitle;
.exceptionDialogTitle {
	float: left;
	font-size: 14px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy