]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Realtime/realtimeupdate.css
Merge remote branch 'chat-interface-plugins/msn-plugin' into 1.0.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 .realtime-popup #form_notice label[for=notice_data-geo] {
23 top:0;
24 }
25
26 .realtime-popup #form_notice #notice_data-attach {
27 left:auto;
28 right:0;
29 }
30
31 .realtime-popup .entity_profile {
32 width:70%;
33 }
34 .realtime-popup .entity_actions {
35 margin-left:1%;
36 }
37
38
39 #notices_primary {
40 position:relative;
41 }
42
43 #realtime_actions {
44 position: absolute;
45 top: -20px;
46 right: 0;
47 margin: 0 0 11px 0;
48 }
49
50 #realtime_actions li {
51 margin-left: 18px;
52 list-style-type: none;
53 float: left;
54 }
55
56 #realtime_actions button {
57 width: 16px;
58 height: 16px;
59 display: block;
60 border: none;
61 cursor: pointer;
62 text-indent: -9999px;
63 float: left;
64 }
65
66 #realtime_play {
67 margin-left: 4px;
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