Merge "Remove "editusercssjs" user right"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-toolbars-apex.css
1 /*!
2 * OOjs UI v0.21.0
3 * https://www.mediawiki.org/wiki/OOjs_UI
4 *
5 * Copyright 2011–2017 OOjs UI Team and other contributors.
6 * Released under the MIT license
7 * http://oojs.mit-license.org
8 *
9 * Date: 2017-04-11T22:51:10Z
10 */
11 .oo-ui-popupTool .oo-ui-popupWidget-popup,
12 .oo-ui-popupTool .oo-ui-popupWidget-anchor {
13 z-index: 4;
14 }
15 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup {
16 border: 0;
17 border-radius: 0;
18 margin: 0;
19 }
20 .oo-ui-toolGroupTool:first-child > .oo-ui-popupToolGroup {
21 border-top-left-radius: 0.3125em;
22 border-bottom-left-radius: 0.3125em;
23 }
24 .oo-ui-toolGroupTool:last-child > .oo-ui-popupToolGroup {
25 border-top-right-radius: 0.3125em;
26 border-bottom-right-radius: 0.3125em;
27 }
28 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle {
29 height: 1.875em;
30 padding: 0.3125em;
31 }
32 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
33 height: 1.875em;
34 width: 1.875em;
35 }
36 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup.oo-ui-labelElement > .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
37 line-height: 2.1em;
38 }
39 .oo-ui-toolGroup {
40 display: inline-block;
41 vertical-align: middle;
42 margin: 0.375em;
43 border-radius: 0.3125em;
44 border: 1px solid transparent;
45 -webkit-transition: border-color 250ms ease;
46 -moz-transition: border-color 250ms ease;
47 transition: border-color 250ms ease;
48 }
49 .oo-ui-toolGroup-empty {
50 display: none;
51 }
52 .oo-ui-toolGroup .oo-ui-tool-link {
53 text-decoration: none;
54 cursor: pointer;
55 }
56 .oo-ui-toolGroup.oo-ui-widget-disabled .oo-ui-tool-link,
57 .oo-ui-toolGroup .oo-ui-widget-disabled > .oo-ui-tool-link {
58 outline: 0;
59 cursor: default;
60 }
61 .oo-ui-toolbar-narrow .oo-ui-toolGroup + .oo-ui-toolGroup {
62 margin-left: 0;
63 }
64 .oo-ui-toolGroup.oo-ui-widget-enabled:hover {
65 border-color: rgba(0, 0, 0, 0.1);
66 }
67 .oo-ui-toolGroup.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
68 color: #000;
69 }
70 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool {
71 display: inline-block;
72 position: relative;
73 vertical-align: top;
74 }
75 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
76 display: block;
77 }
78 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-accel {
79 display: none;
80 }
81 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
82 display: inline-block;
83 vertical-align: top;
84 }
85 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-tool-title {
86 display: none;
87 }
88 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement.oo-ui-tool-with-label > .oo-ui-tool-link .oo-ui-tool-title {
89 display: inline;
90 }
91 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool {
92 margin: -1px 0 -1px -1px;
93 border: 1px solid transparent;
94 }
95 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool:first-child {
96 border-top-left-radius: 0.3125em;
97 border-bottom-left-radius: 0.3125em;
98 }
99 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool:last-child {
100 margin-right: -1px;
101 border-top-right-radius: 0.3125em;
102 border-bottom-right-radius: 0.3125em;
103 }
104 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
105 height: 1.875em;
106 padding: 0.3125em;
107 }
108 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-iconElement-icon {
109 height: 1.875em;
110 width: 1.875em;
111 }
112 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
113 line-height: 2.1em;
114 }
115 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover {
116 border-color: rgba(0, 0, 0, 0.2);
117 }
118 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-tool-active.oo-ui-widget-enabled {
119 border-color: rgba(0, 0, 0, 0.2);
120 box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
121 background-color: #f8fbfd;
122 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f1f7fb), color-stop(100%, #fff));
123 background-image: -webkit-linear-gradient(top, #f1f7fb 0, #fff 100%);
124 background-image: -moz-linear-gradient(top, #f1f7fb 0, #fff 100%);
125 background-image: linear-gradient(to bottom, #f1f7fb 0, #fff 100%);
126 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
127 }
128 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-tool-active.oo-ui-widget-enabled + .oo-ui-tool-active.oo-ui-widget-enabled {
129 border-left-color: rgba(0, 0, 0, 0.1);
130 }
131 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link:focus {
132 outline: 0;
133 }
134 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-tool-title {
135 color: #ccc;
136 }
137 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-iconElement-icon {
138 opacity: 0.2;
139 }
140 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover > .oo-ui-tool-link .oo-ui-iconElement-icon {
141 opacity: 1;
142 }
143 .oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool:focus {
144 outline: 0;
145 }
146 .oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link:focus {
147 outline: 0;
148 }
149 .oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
150 color: #ccc;
151 }
152 .oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-iconElement-icon {
153 opacity: 0.2;
154 }
155 .oo-ui-popupToolGroup {
156 position: relative;
157 height: 2.5em;
158 min-width: 2.5em;
159 }
160 .oo-ui-popupToolGroup-handle {
161 display: block;
162 cursor: pointer;
163 }
164 .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator,
165 .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
166 position: absolute;
167 }
168 .oo-ui-popupToolGroup.oo-ui-widget-disabled .oo-ui-popupToolGroup-handle {
169 outline: 0;
170 cursor: default;
171 }
172 .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
173 display: none;
174 position: absolute;
175 z-index: 4;
176 }
177 .oo-ui-popupToolGroup-active.oo-ui-widget-enabled > .oo-ui-toolGroup-tools {
178 display: block;
179 }
180 .oo-ui-popupToolGroup-left > .oo-ui-toolGroup-tools {
181 left: 0;
182 }
183 .oo-ui-popupToolGroup-right > .oo-ui-toolGroup-tools {
184 right: 0;
185 }
186 .oo-ui-popupToolGroup .oo-ui-tool-link {
187 display: table;
188 width: 100%;
189 vertical-align: middle;
190 white-space: nowrap;
191 }
192 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon,
193 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
194 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
195 display: table-cell;
196 vertical-align: middle;
197 }
198 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
199 text-align: right;
200 }
201 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel:not( :empty ) {
202 padding-left: 3em;
203 }
204 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup {
205 min-width: 1.875em;
206 }
207 .oo-ui-popupToolGroup.oo-ui-iconElement {
208 min-width: 3.125em;
209 }
210 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-iconElement {
211 min-width: 2.5em;
212 }
213 .oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
214 min-width: 4.375em;
215 }
216 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
217 min-width: 3.75em;
218 }
219 .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
220 line-height: 2.6em;
221 margin: 0 1em;
222 }
223 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
224 margin: 0 0.5em;
225 }
226 .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-iconElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
227 margin-left: 3em;
228 }
229 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-iconElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
230 margin-left: 2.5em;
231 }
232 .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
233 margin-right: 2.25em;
234 }
235 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
236 margin-right: 1.75em;
237 }
238 .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
239 width: 0.9375em;
240 height: 0.9375em;
241 margin: 0.78125em;
242 top: 0;
243 right: 0;
244 }
245 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
246 right: -0.3125em;
247 }
248 .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
249 width: 1.875em;
250 height: 1.875em;
251 margin: 0.3125em;
252 top: 0;
253 left: 0.3125em;
254 }
255 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
256 left: 0;
257 }
258 .oo-ui-popupToolGroup-header {
259 line-height: 2.6em;
260 margin: 0 0.6em;
261 font-weight: bold;
262 }
263 .oo-ui-popupToolGroup-active.oo-ui-widget-enabled {
264 border-bottom-left-radius: 0;
265 border-bottom-right-radius: 0;
266 box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
267 background-color: #f8fbfd;
268 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f1f7fb), color-stop(100%, #fff));
269 background-image: -webkit-linear-gradient(top, #f1f7fb 0, #fff 100%);
270 background-image: -moz-linear-gradient(top, #f1f7fb 0, #fff 100%);
271 background-image: linear-gradient(to bottom, #f1f7fb 0, #fff 100%);
272 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
273 }
274 .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
275 margin: 0 -1px;
276 border: 1px solid #ccc;
277 background-color: #fff;
278 box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.25);
279 }
280 .oo-ui-toolbar-position-top .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
281 top: 2.5em;
282 }
283 .oo-ui-toolbar-position-bottom .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
284 bottom: 2.5em;
285 }
286 .oo-ui-popupToolGroup .oo-ui-tool-link {
287 padding: 0.3125em 0 0.3125em 0.3125em;
288 }
289 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
290 height: 1.875em;
291 width: 1.875em;
292 min-width: 1.875em;
293 }
294 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
295 padding-left: 0.5em;
296 }
297 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
298 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
299 line-height: 2em;
300 }
301 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
302 color: #767676;
303 }
304 .oo-ui-listToolGroup .oo-ui-tool {
305 display: block;
306 -webkit-box-sizing: border-box;
307 -moz-box-sizing: border-box;
308 box-sizing: border-box;
309 }
310 .oo-ui-listToolGroup .oo-ui-toolGroup-tools {
311 padding: 0.3125em;
312 }
313 .oo-ui-listToolGroup.oo-ui-popupToolGroup-active {
314 border-color: rgba(0, 0, 0, 0.2);
315 }
316 .oo-ui-listToolGroup .oo-ui-tool {
317 border: 1px solid transparent;
318 margin: -1px 0;
319 padding: 0 0.625em 0 0;
320 }
321 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled {
322 border-color: rgba(0, 0, 0, 0.1);
323 box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
324 background-color: #f8fbfd;
325 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f1f7fb), color-stop(100%, #fff));
326 background-image: -webkit-linear-gradient(top, #f1f7fb 0, #fff 100%);
327 background-image: -moz-linear-gradient(top, #f1f7fb 0, #fff 100%);
328 background-image: linear-gradient(to bottom, #f1f7fb 0, #fff 100%);
329 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
330 }
331 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled + .oo-ui-tool-active.oo-ui-widget-enabled {
332 border-top-color: rgba(0, 0, 0, 0.1);
333 }
334 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled:hover {
335 border-color: rgba(0, 0, 0, 0.2);
336 }
337 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
338 border-color: rgba(0, 0, 0, 0.2);
339 }
340 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover .oo-ui-tool-link .oo-ui-iconElement-icon {
341 opacity: 1;
342 }
343 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-title {
344 color: #ccc;
345 }
346 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-accel {
347 color: #ddd;
348 }
349 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-iconElement-icon {
350 opacity: 0.2;
351 }
352 .oo-ui-listToolGroup.oo-ui-widget-disabled {
353 color: #ccc;
354 }
355 .oo-ui-listToolGroup.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator,
356 .oo-ui-listToolGroup.oo-ui-widget-disabled .oo-ui-iconElement-icon {
357 opacity: 0.2;
358 }
359 .oo-ui-menuToolGroup {
360 border-color: rgba(0, 0, 0, 0.1);
361 }
362 .oo-ui-menuToolGroup .oo-ui-tool {
363 display: block;
364 }
365 .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
366 min-width: 10em;
367 }
368 .oo-ui-toolbar-narrow .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
369 min-width: 8.125em;
370 }
371 .oo-ui-menuToolGroup .oo-ui-toolGroup-tools {
372 padding: 0.3125em 0 0.3125em 0;
373 }
374 .oo-ui-menuToolGroup.oo-ui-widget-enabled:hover {
375 border-color: rgba(0, 0, 0, 0.2);
376 }
377 .oo-ui-menuToolGroup.oo-ui-popupToolGroup-active {
378 border-color: rgba(0, 0, 0, 0.25);
379 }
380 .oo-ui-menuToolGroup .oo-ui-tool {
381 padding: 0 1.25em 0 0.3125em;
382 }
383 .oo-ui-menuToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
384 background-image: none;
385 }
386 .oo-ui-menuToolGroup .oo-ui-tool-active .oo-ui-tool-link .oo-ui-iconElement-icon {
387 background-image: url('themes/apex/images/icons/check.png');
388 background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons/check.svg');
389 background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons/check.svg');
390 background-image: -o-linear-gradient(transparent, transparent), url('themes/apex/images/icons/check.png');
391 background-size: contain;
392 background-position: center center;
393 background-repeat: no-repeat;
394 }
395 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
396 background-color: #e1f3ff;
397 }
398 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-title {
399 color: #ccc;
400 }
401 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-iconElement-icon {
402 opacity: 0.2;
403 }
404 .oo-ui-menuToolGroup.oo-ui-widget-disabled {
405 color: #ccc;
406 border-color: rgba(0, 0, 0, 0.05);
407 }
408 .oo-ui-menuToolGroup.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator,
409 .oo-ui-menuToolGroup.oo-ui-widget-disabled .oo-ui-iconElement-icon {
410 opacity: 0.2;
411 }
412 .oo-ui-toolbar {
413 clear: both;
414 }
415 .oo-ui-toolbar-bar {
416 line-height: 1;
417 position: relative;
418 }
419 .oo-ui-toolbar-tools,
420 .oo-ui-toolbar-actions {
421 -webkit-touch-callout: none;
422 -webkit-user-select: none;
423 -moz-user-select: none;
424 -ms-user-select: none;
425 user-select: none;
426 }
427 .oo-ui-toolbar-tools {
428 display: inline;
429 white-space: nowrap;
430 }
431 .oo-ui-toolbar-narrow .oo-ui-toolbar-tools {
432 white-space: normal;
433 }
434 .oo-ui-toolbar-tools .oo-ui-tool {
435 white-space: normal;
436 }
437 .oo-ui-toolbar-actions {
438 float: right;
439 }
440 .oo-ui-toolbar-actions .oo-ui-toolbar {
441 display: inline-block;
442 }
443 .oo-ui-toolbar-actions .oo-ui-popupWidget {
444 -webkit-touch-callout: default;
445 -webkit-user-select: all;
446 -moz-user-select: all;
447 -ms-user-select: all;
448 user-select: all;
449 }
450 .oo-ui-toolbar-bar {
451 background-color: #f8fbfd;
452 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #fff), color-stop(100%, #F1F7FB));
453 background-image: -webkit-linear-gradient(top, #fff 0, #F1F7FB 100%);
454 background-image: -moz-linear-gradient(top, #fff 0, #F1F7FB 100%);
455 background-image: linear-gradient(to bottom, #fff 0, #F1F7FB 100%);
456 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#fff1f7fb' )";
457 }
458 .oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
459 border-bottom: 1px solid #ccc;
460 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
461 }
462 .oo-ui-toolbar-position-bottom > .oo-ui-toolbar-bar {
463 border-top: 1px solid #ccc;
464 box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
465 }
466 .oo-ui-toolbar-bar .oo-ui-toolbar-bar {
467 border: 0;
468 background: none;
469 box-shadow: none;
470 }
471 .oo-ui-toolbar-actions > .oo-ui-buttonElement-framed,
472 .oo-ui-toolbar-actions > .oo-ui-buttonElement-framed:last-child {
473 margin-top: 0.4em;
474 margin-bottom: 0.4em;
475 margin-right: 0.5em;
476 }
477 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement,
478 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement {
479 margin: 0;
480 }
481 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button,
482 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement > .oo-ui-buttonElement-button {
483 margin: 0;
484 padding: 0 0.3125em;
485 }
486 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
487 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
488 margin: 0 1em;
489 line-height: 3.40625em;
490 }