summaryrefslogtreecommitdiff
blob: e34c87201ea3a79d2d3ab524e5d0ae12d4aeeba7 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/*
 * Form at Special:Translate
 */
.mw-sp-translate-error {
	font-style: italic;
	background-color: yellow;
}

/* This gets pretty far on wide screens... */
.mw-sp-translate-settings input[type=submit] {
	float: right;
}

/* For some reason a non-breaking space is not enough to keep the label
 * with the dropdown. */
.mw-sp-translate-settings label {
	white-space: nowrap;
}

/*
 * This reserves one corner with curvy lines for the message group status.
 */
#mw-sp-translate-workflow {
	float: right;
	vertical-align: middle;
	padding: 0.5em;
	margin-left: 20px;
	margin-right: -1em;
	margin-top: -1em;
	border-bottom: 2px dotted #666;
	border-left: 1px dotted #AAA;
	border-bottom-left-radius: 10px;
}

.tux-message-selector {
	font-size: 14px;
	margin: 0;
	padding: 6px 0 0 0;
	list-style: none;
}

.tux-message-selector li {
	border: medium none;
	font-size: 14pt;
	cursor: pointer;
	font-weight: normal;
	line-height: 1.25em;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-top: 1.25em;
	top: 1px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 0;
}

.tux-message-selector .more {
	padding: 0 40px 0 5px;
}

.tux-message-selector .more ul {
	display: none;
	cursor: default;
	border: 1px solid #777;
	border-top: 2px solid transparent;
	padding: 3px 5px 10px 5px;
	width: 300px;
	z-index: 10;
	background: #fff;
	top: 100%;
	left: -5px;
}

.tux-message-selector .more ul a {
	display: block;
	white-space: nowrap;
	margin-left: 1px;
}

.tux-message-selector .more:hover ul {
	display: block;
	position: absolute;
}

.tux-message-selector .more:hover li {
	float: none;
}

.tux-message-selector li.selected {
	border-bottom: 2px solid #3366BB;
}

.tux-message-selector li.selected a {
	color: #3366BB;
}

.tux-message-selector li a {
	color: #555555;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 1px;
}

.tux-message-selector label {
	font-size: 12pt;
	color: #555555;
	top: 1px;
}

.tux-editor-header {
	color: #252525;
	font-size: 14px;
	padding-bottom: 20px;
}

.tux-editor-header .description {
	margin: 5px 0;
}

.group-warning {
	background: #FFF5AA;
	padding: 5px;
	margin: 5px 0;
}

.group-warning:empty {
	display: none;
}

.tux-messagetable-header {
	padding-top: 5px;
	border-bottom: 1px solid #777;
	/* @noflip */
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
	/* @noflip */
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	margin: 0;
	list-style: none;
	transition: width 250ms;
}

.tux-messagetable-header.floating {
	background: white;
	position: fixed;
	padding-top: 5px;
	top: 0;
	z-index: 200;
}

.tux-messagetable-header.floating+.tux-messagelist {
	margin-top: 50px;
}

.tux-messagetable-header .tux-message-filter-box {
	font-size: 14px;
	height: 28px;
	border: 1px solid #C9C9C9;
	width: 100%;
	padding: 0 5px;
}

.tux-messagetable-header .tux-message-filter-box-icon {
	background: url('../images/search.png') no-repeat scroll right center transparent;
	background-image: -webkit-linear-gradient(transparent, transparent), url(../images/search.svg);
	/* @embed */
	background-image: linear-gradient(transparent, transparent), url(../images/search.svg);
	background-size: 25px;
	height: 28px;
}