summaryrefslogtreecommitdiff
path: root/plugins/Realtime/realtimeupdate.css
blob: 0ab5dd32b957c521f80ad8229babc55785b7dc3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#notices_primary {
position:relative;
}

#realtime_actions {
position: absolute;
top: -20px;
right: 0;
margin: 0 0 11px 0;
}

#realtime_actions li {
margin-left: 18px;
list-style-type: none;
float: left;
}

#realtime_actions button {
width: 16px;
height: 16px;
display: block;
border: none;
cursor: pointer;
text-indent: -9999px;
float: left;
}

#realtime_play {
background: url(icon_play.gif) no-repeat 47% 47%;
margin-left: 4px;
}

#realtime_pause {
background: url(icon_pause.gif) no-repeat 47% 47%;
}

#realtime_popup {
background: url(icon_external.gif) no-repeat 0 30%;
}

#queued_counter {
float:left;
line-height:1.2;
}

#showstream #notices_primary {
margin-top: 18px;
}