summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.special.pagemigration.css
blob: af246e1bd805d236f35206c1690a54fe9aa377db (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.mw-tpm-sp-unit__source,
.mw-tpm-sp-unit__target {
	overflow-y: auto;
	height: 150px;
	border: 2px solid gray;
}

#title {
	width: 35%;
}

.mw-tpm-sp-unit__actions {
	border: 2px solid transparent;
}

.hide {
	display: none;
}

.mw-tpm-sp-unit:last-child .mw-tpm-sp-action--swap,
.mw-tpm-sp-unit:last-child .mw-tpm-sp-action--add {
	display: none;
}

.mw-tpm-sp-unit {
	padding-bottom: 10px;
}

.mw-tpm-sp-unit__source,
.mw-tpm-sp-unit__target,
.mw-tpm-sp-unit__actions {
	height: 150px;
}

.mw-tpm-sp-action {
	width: 10%;
	height: 10%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	cursor: pointer;
	display: inline-block;
}

.mw-tpm-sp-action--delete {
	background: url('../images/trash_darkgray.png') transparent no-repeat;
	background-image: -webkit-linear-gradient(transparent, transparent), url('../images/trash_darkgray.svg');
	background-image: linear-gradient(transparent, transparent), url('../images/trash_darkgray.svg');
}

.mw-tpm-sp-action--swap {
	background: url('../images/switch.png') transparent no-repeat;
	background-image: -webkit-linear-gradient(transparent, transparent), url('../images/switch.svg');
	background-image: linear-gradient(transparent, transparent), url('../images/switch.svg');
}

.mw-tpm-sp-action--add {
	background: url('../images/plus_darkgray.png') transparent no-repeat;
	background-image: -webkit-linear-gradient(transparent, transparent), url('../images/plus_darkgray.svg');
	background-image: linear-gradient(transparent, transparent), url('../images/plus_darkgray.svg');
}

.mw-tpm-sp-error__message {
	font-size: 0.9em;
	word-wrap: break-word;
	color: #C00;
	border: 1px solid #FAC5C5;
	background-color: #FAE3E3;
}