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
thumb_handler.php doesn't seem to extract path_info correctly
[mediawiki.git]
/
resources
/
mediawiki
/
mediawiki.notification.css
blob
9a7b651d84e6823cca6ed3487c6a705069336dea
1
/**
2
* Stylesheet for mediawiki.notification module
3
*/
4
5
#mw-notification-area
{
6
position
:
absolute
;
7
top
:
1em
;
8
right
:
1em
;
9
width
:
20em
;
10
line-height
:
1.35
;
11
z-index
:
10000
;
12
}
13
14
.mw-notification
{
15
padding
:
0.25em 1em
;
16
margin-bottom
:
0.5em
;
17
border
:
solid
1px #ddd
;
18
background-color
:
#fcfcfc
;
19
/* Message hides on-click */
20
/* See also mediawiki.notification.js */
21
cursor
:
pointer
;
22
}
23
24
.mw-notification-title
{
25
font-weight
:
bold
;
26
}