mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-30 17:14:42 +00:00
d42a0772bb
Avoids having to update the date in every file every year, which we stopped doing. Change-Id: I7bf7aa0937eef911e00772470091753a7b06fd3d
18 lines
284 B
CSS
18 lines
284 B
CSS
/*!
|
|
* VisualEditor progress bar widget styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-progressBarWidget {
|
|
height: 1em;
|
|
overflow: hidden;
|
|
margin: 0 25%;
|
|
}
|
|
|
|
.ve-init-mw-progressBarWidget-bar {
|
|
height: 1em;
|
|
width: 0;
|
|
}
|