From: Sarven Capadisli Date: Wed, 25 Nov 2009 20:37:03 +0000 (+0000) Subject: Better layout for entity_profile and entity_actions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36aa933bc5627ccdcd56d505a66df958fa0e14c0;p=quix0rs-gnu-social.git Better layout for entity_profile and entity_actions --- diff --git a/plugins/Realtime/realtimeupdate.css b/plugins/Realtime/realtimeupdate.css index a5728b83dc..56f869354d 100644 --- a/plugins/Realtime/realtimeupdate.css +++ b/plugins/Realtime/realtimeupdate.css @@ -27,6 +27,14 @@ left:auto; right:0; } +.realtime-popup .entity_profile { +width:70%; +} +.realtime-popup .entity_actions { +margin-left:1%; +} + + #notices_primary { position:relative; }