]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Realtime/realtimeupdate.css
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
[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 background: url(icon_play.gif) no-repeat 47% 47%;
68 margin-left: 4px;
69 }
70
71 #realtime_pause {
72 background: url(icon_pause.gif) no-repeat 47% 47%;
73 }
74
75 #realtime_popup {
76 background: url(icon_external.gif) no-repeat 0 30%;
77 }
78
79 #queued_counter {
80 float:left;
81 line-height:1.2;
82 }
83
84 #showstream #notices_primary {
85 margin-top: 18px;
86 }
87