]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Reduced entity_profile width in pop up
authorSarven Capadisli <csarven@status.net>
Fri, 20 Nov 2009 04:09:40 +0000 (04:09 +0000)
committerSarven Capadisli <csarven@status.net>
Fri, 20 Nov 2009 04:09:40 +0000 (04:09 +0000)
plugins/Realtime/realtimeupdate.js

index a2c4da113e01efe8f9100ab18af3ee13f9d03f2e..f383dc3fbb6330f310dbf81c4ab16591f6a0cb78 100644 (file)
@@ -301,6 +301,8 @@ RealtimeUpdate = {
             
             return false;
          });
+
+         $('#showstream .entity_profile').css({'width':'69%'});
      }
 }