]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Realtime/realtimeupdate.css
Merge branch 'master' into 0.9.x
[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 .realtime-popup .entity_profile {
31 width:70%;
32 }
33 .realtime-popup .entity_actions {
34 margin-left:1%;
35 }
36
37
38 #notices_primary {
39 position:relative;
40 }
41
42 #realtime_actions {
43 position: absolute;
44 top: -20px;
45 right: 0;
46 margin: 0 0 11px 0;
47 }
48
49 #realtime_actions li {
50 margin-left: 18px;
51 list-style-type: none;
52 float: left;
53 }
54
55 #realtime_actions button {
56 width: 16px;
57 height: 16px;
58 display: block;
59 border: none;
60 cursor: pointer;
61 text-indent: -9999px;
62 float: left;
63 }
64
65 #realtime_play {
66 background: url(icon_play.gif) no-repeat 47% 47%;
67 margin-left: 4px;
68 }
69
70 #realtime_pause {
71 background: url(icon_pause.gif) no-repeat 47% 47%;
72 }
73
74 #realtime_popup {
75 background: url(icon_external.gif) no-repeat 0 30%;
76 }
77
78 #queued_counter {
79 float:left;
80 line-height:1.2;
81 }
82
83 #showstream #notices_primary {
84 margin-top: 18px;
85 }
86