]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Realtime/realtimeupdate.css
a5728b83dcff727390265359f64bd62333824f4b
[quix0rs-gnu-social.git] / plugins / Realtime / realtimeupdate.css
1 .realtime-popup address {
2 display:none;
3 }
4
5 .realtime-popup #content {
6 width:93.5%;
7 }
8
9 .realtime-popup #form_notice {
10 margin:18px 0 18px 1.795%;
11 width:93%;
12 max-width:451px;
13 }
14
15 .realtime-popup #form_notice label[for=notice_data-text],
16 .realtime-popup h1 {
17 display:none;
18 }
19
20 .realtime-popup #form_notice label[for=notice_data-attach],
21 .realtime-popup #form_notice #notice_data-attach {
22 top:0;
23 }
24
25 .realtime-popup #form_notice #notice_data-attach {
26 left:auto;
27 right:0;
28 }
29
30 #notices_primary {
31 position:relative;
32 }
33
34 #realtime_actions {
35 position: absolute;
36 top: -20px;
37 right: 0;
38 margin: 0 0 11px 0;
39 }
40
41 #realtime_actions li {
42 margin-left: 18px;
43 list-style-type: none;
44 float: left;
45 }
46
47 #realtime_actions button {
48 width: 16px;
49 height: 16px;
50 display: block;
51 border: none;
52 cursor: pointer;
53 text-indent: -9999px;
54 float: left;
55 }
56
57 #realtime_play {
58 background: url(icon_play.gif) no-repeat 47% 47%;
59 margin-left: 4px;
60 }
61
62 #realtime_pause {
63 background: url(icon_pause.gif) no-repeat 47% 47%;
64 }
65
66 #realtime_popup {
67 background: url(icon_external.gif) no-repeat 0 30%;
68 }
69
70 #queued_counter {
71 float:left;
72 line-height:1.2;
73 }
74
75 #showstream #notices_primary {
76 margin-top: 18px;
77 }
78