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

static.admintool.css.log4j2.css Maven / Gradle / Ivy

The newest version!
.topButton {
	margin: 0 0 0 2px;	
}

.label {
	margin: 0 2px 0 0;
}
 
.label-muted {
	background-color:#777 !important;
}

.changeLogger {
	color: #fff;
	cursor: pointer; 
	cursor: hand; 
}

.logname {
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	/*word-break: break-word;*/
	word-break: break-all;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
td.loglevel {
	width: 58px;
	min-width: 58px;
}
td.logaction {
	width: 340px;
	min-width: 340px;
}
span.logline {
	display: block;
	white-space: nowrap;
    width: 100%;
}

div#lineNumbers {
	width: 3%;
	float: left;
	text-align: right;
}
div#consoleContent {
	overflow-x: scroll;
	height: 100%;
	width: 96%;
	float: right;
}

@media (max-width: 991px) {
	div#lineNumbers {
		width: 6%;
	}
	div#consoleContent {
		width: 93%;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy