Implement extension registration from an extension.json file
[mediawiki.git] / resources / src / mediawiki / mediawiki.notification.css
blobae399ce746447e42cf0f4d1a4c1fd1523c8fb878
1 .mw-notification-area {
2 position: absolute;
3 top: 0;
4 right: 0;
5 padding: 1em 1em 0 0;
6 width: 20em;
7 line-height: 1.35;
8 z-index: 10000;
11 .mw-notification-area-floating {
12 position: fixed;
15 .mw-notification {
16 padding: 0.25em 1em;
17 margin-bottom: 0.5em;
18 border: solid 1px #ddd;
19 background-color: #fcfcfc;
20 /* Message hides on-click */
21 /* See also mediawiki.notification.js */
22 cursor: pointer;
25 .mw-notification-title {
26 font-weight: bold;