summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/anyRequest/anyRequest.css
blob: f00412cf1b51bb423753448a5e6184c13623e561 (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
.uiAnyRequest-request {
	float: left;
	width: 350px;
	padding: 5px;
	background: #d8e7ff;
	background: -moz-linear-gradient(left, #d8e7ff, #e8f1ff);
	background: -webkit-linear-gradient(left, #d8e7ff, #e8f1ff);
}

.uiAnyRequest-request INPUT[type=text],
.uiAnyRequest-request TEXTAREA {
	width: 340px;
}

.anyRequest INPUT[name=path] {
	width: 259px;
}

.uiAnyRequest-out {
	margin-left: 365px;
}

.uiAnyRequest-out P {
	margin-top: 0;
}

.uiAnyRequest-jsonErr {
	color: red;
}

.uiAnyRequest-history {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
}