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: 43e5387b0d103e8a70d0639abb4045ddd9db503e (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#nextant_saving_settings, #nextant_saving_files,
	#nextant_saving_bookmarks, #nextant_saving_check,
	#nextant_saving_status {
	font-weight: bolder;
	font-size: 12px;
	margin-left: 30px;
	font-style: italic;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

#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: 200px;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
}

TR.nextant_admin_head, TR.nextant_admin_head:hover {
	margin-top: 12px;
	background: #ddd;
}

TD.nextant_admin_head {
	font-weight: bold;
	text-align: right;
	padding: 4px;
	padding-right: 30px;
	font-style: italic;
}