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

mgc.de.micromata.mgc.logging.3.1.3.source-code.loggingweb.css Maven / Gradle / Ivy

The newest version!
.loge {
	border-bottom: 1px solid black;
}

.logt {
	width: 180px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.logl {
	width: 100px;
	display: inline-block;
	margin-left: 5px;
	padding-left: 2px;
	margin-right: 5px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: 1px;
}

.logc {
	width: 200px;
	display: inline-block;
	margin-left: 5px;
	padding-left: 2px;
	margin-right: 5px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	text-overflow: ellipsis;
}

.logc:hover {
	text-overflow: inherit;
	overflow: visible;
}

.logm {
	display: inline;
	margin-left: 5px;
	padding-left: 2px;
	margin-right: 5px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.logm:hover {
	text-overflow: inherit;
	overflow: visible;
}

.logeWarn {
	background-color: #ffcccc;
}

.logeError {
	background-color: #ff3333;
}

.logeFatal {
	background-color: #ff3333;
}

.logattr {
	background-color: #FFFFFF;
	padding-left: 20px;
	display: block;
}

.logattrkey { //
	display: inline;
	width: 150px;
	padding-right: 3px;
	vertical-align: top;
}

.logattrvalue {
	display: inline;
	vertical-align: top;
	white-space: pre;
}

.hidden {
	display: none;
}

.glogrow {
	margin-top: 3px;
	margin-bottom: 3px;
}

.glogformdiv {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: solid;
	border-width: 2px;
	background-color: #F0F5F7;
}

.glogbufsizesettings {
	float: right;
}

.glogbufsettings {
	
}

.glogFormAttributes { //
	display: inline;
}

.glogformDates {
	
}

.glogFromDate {
	display: inline;
}

.glogToDate {
	display: inline;
}

.glogsearchbuttons {
	display: inline;
	float: right;
}

.glogformdiv label {
	display: inline-block;
	width: 100px;
	text-align: right;
}

.glogformdiv input {
	display: inline-block; //
	width: 150px;
}

.glogformdiv select {
	display: inline-block; //
	width: 150px;
}

.glogFormAttributes select {
	width: 170px;
}

input[name="filterMessage"] {
	width: 200px;
}

select[name="filterCategory"] {
	width: 200px;
}

input[name="logAttribute1Value"] {
	width: 200px;
}

input[name="logAttribute2Value"] {
	width: 200px;
}

.glogpagenav {
	padding: 5px;
	font-weight: bold;
	background-color: #F0F5F7;
}

.glognav_prevdiv {
	display: inline-block;
}
.glognav_nextdiv {
  display: inline-block;
  float: right;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy