]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - Realtime/realtimeupdate.css
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / Realtime / realtimeupdate.css
1 #notices_primary {
2 position:relative;
3 }
4
5 #realtime_actions {
6 position: absolute;
7 top: -20px;
8 right: 0;
9 margin: 0 0 11px 0;
10 }
11
12 #realtime_actions li {
13 margin-left: 18px;
14 list-style-type: none;
15 float: left;
16 }
17
18 #realtime_actions button {
19 width: 16px;
20 height: 16px;
21 display: block;
22 border: none;
23 cursor: pointer;
24 text-indent: -9999px;
25 float: left;
26 }
27
28 #realtime_play {
29 background: url(icon_play.gif) no-repeat 47% 47%;
30 margin-left: 4px;
31 }
32
33 #realtime_pause {
34 background: url(icon_pause.gif) no-repeat 47% 47%;
35 }
36
37 #realtime_popup {
38 background: url(icon_external.gif) no-repeat 0 30%;
39 }
40
41 #queued_counter {
42 float:left;
43 line-height:1.2;
44 }
45
46 #showstream #notices_primary {
47 margin-top: 18px;
48 }
49