summaryrefslogtreecommitdiff
path: root/plugins/Realtime/realtimeupdate.css
blob: 31e7c2ae6638c4b49537022c1b25f54d1230b6ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.realtime-popup address {
display:none;
}

.realtime-popup #content {
width:93.5%;
}

.realtime-popup #form_notice {
margin:18px 0 18px 1.795%;
width:93%;
max-width:451px;
}

.realtime-popup #form_notice label[for=notice_data-text],
.realtime-popup h1 {
display:none;
}

.realtime-popup #form_notice label[for=notice_data-attach],
.realtime-popup #form_notice #notice_data-attach,
.realtime-popup #form_notice label[for=notice_data-geo] {
top:0;
}

.realtime-popup #form_notice #notice_data-attach {
left:auto;
right:0;
}

.realtime-popup .entity_profile {
width:70%;
}
.realtime-popup .entity_actions {
margin-left:1%;
}


#notices_primary {
position:relative;
}

#realtime_actions {
position: absolute;
top: -20px;
right: 0;
margin: 0 0 11px 0;
}

#realtime_actions li {
margin-left: 18px;
list-style-type: none;
float: left;
}

#realtime_actions button {
width: 16px;
height: 16px;
display: block;
border: none;
cursor: pointer;
text-indent: -9999px;
float: left;
}

#realtime_play {
background: url(icon_play.gif) no-repeat 47% 47%;
margin-left: 4px;
}

#realtime_pause {
background: url(icon_pause.gif) no-repeat 47% 47%;
}

#realtime_popup {
background: url(icon_external.gif) no-repeat 0 30%;
}

#queued_counter {
float:left;
line-height:1.2;
}

#showstream #notices_primary {
margin-top: 18px;
}