Welcome to mirror list, hosted at ThFree Co, Russian Federation.

admin.css « css - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc090b5c6f1c26cdd22f080b1c6e9681a468fdf5 (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
#nextant-display {
	width: 400px;
	height: 250px;
	position: relative;
}

DIV.nextant-display-line {
	margin: 0 auto;
	position: absolute;
}

IMG.nextant_display_icon {
	position: absolute;
	width: 25px;
	height: 25px;
}

DIV.nextant_display_text {
	top: 3px;
	left: 40px;
	position: absolute;
	font-style: italic;
}

TD.nextant_admin_left {
	width: 250px;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
}