]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Realtime/realtimeupdate.css
Localisation updates from http://translatewiki.net.
[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.notice_data-attach,
21 .realtime-popup #form_notice input.notice_data-attach,
22 .realtime-popup #form_notice label.notice_data-geo {
23 top:0;
24 }
25
26 .realtime-popup #form_notice input.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 #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 margin-left: 4px;
67 }
68
69 #queued_counter {
70 float:left;
71 line-height:1.2;
72 }
73
74 #showstream #notices_primary {
75 margin-top: 18px;
76 }