summaryrefslogtreecommitdiff
path: root/plugins/Realtime/realtimeupdate.css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-18 17:59:44 +0000
committerSarven Capadisli <csarven@status.net>2009-11-18 17:59:44 +0000
commitc1efb8aa7fc429c6885cb6337e141e32847d34e9 (patch)
tree5e0cece7f3ae0b2c4064c4f3eff20f9bcbd0b24c /plugins/Realtime/realtimeupdate.css
parentef542afbe5f6aec04f7c72d71fb613265e794f95 (diff)
Took out CSS from JS and placed it in its own file.
Diffstat (limited to 'plugins/Realtime/realtimeupdate.css')
-rw-r--r--plugins/Realtime/realtimeupdate.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/plugins/Realtime/realtimeupdate.css b/plugins/Realtime/realtimeupdate.css
new file mode 100644
index 000000000..0ab5dd32b
--- /dev/null
+++ b/plugins/Realtime/realtimeupdate.css
@@ -0,0 +1,49 @@
+#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;
+}
+