repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement extension registration from an extension.json file
[mediawiki.git]
/
resources
/
src
/
mediawiki
/
mediawiki.notification.css
blob
ae399ce746447e42cf0f4d1a4c1fd1523c8fb878
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
}