summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/app.css
blob: 08e2dcf9538c415e44e9b90a3188960e632471be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.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;
}