X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FRealtime%2Frealtimeupdate.css;h=3295fe4a312a7791366a16499ee01f6b0e48423f;hb=36d724cf03f5c0a29c9a30c2fb51d631a7f1edba;hp=0ab5dd32b957c521f80ad8229babc55785b7dc3c;hpb=cac5a417f2a81b974781d4dbc40fd9d718a7a7f2;p=quix0rs-gnu-social.git diff --git a/plugins/Realtime/realtimeupdate.css b/plugins/Realtime/realtimeupdate.css index 0ab5dd32b9..3295fe4a31 100644 --- a/plugins/Realtime/realtimeupdate.css +++ b/plugins/Realtime/realtimeupdate.css @@ -1,3 +1,40 @@ +.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.notice_data-attach, +.realtime-popup #form_notice input.notice_data-attach, +.realtime-popup #form_notice label.notice_data-geo { +top:0; +} + +.realtime-popup #form_notice input.notice_data-attach { +left:auto; +right:0; +} + +.realtime-popup .entity_profile { +width:70%; +} +.realtime-popup .entity_actions { +margin-left:1%; +} + #notices_primary { position:relative; } @@ -26,18 +63,9 @@ 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; @@ -46,4 +74,3 @@ line-height:1.2; #showstream #notices_primary { margin-top: 18px; } -