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

assets.es-head.src.app.app.css Maven / Gradle / Ivy

Go to download

Provides a thin layer above Elasticsearch (Fluent Query API, Automatic Mapping, Utilities)

The newest version!
.uiApp-header {
	background: #eee;
	position: fixed;
	width: 100%;
	z-index: 9;
}

.uiApp-header H1 {
	margin: -2px 0 -4px 0;
	float: left;
	padding-right: 25px;
}

.uiApp-headerMenu {
	border-bottom: 1px solid #bbb;
	padding: 0px 3px;
	height: 22px;
}

.uiApp-headerMenu .active {
	background: white;
	border-bottom-color: white;
}

.uiApp-headerMenuItem {
	border: 1px solid #bbb;
	padding: 4px 8px 1px ;
	margin: 2px 1px 0;
	height: 14px;
	cursor: pointer;
}

.uiApp-body {
	padding: 51px 0px 0px 0px;
}

.uiApp-headerNewMenuItem {
	color: blue;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy