Merge "Use descriptive key for array of in a Special:EditWatchlist line"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.notification.css
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;
9 }
10
11 .mw-notification-area-floating {
12 position: fixed;
13 }
14
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;
23 }
24
25 .mw-notification-title {
26 font-weight: bold;
27 }