From: Sarven Capadisli Date: Wed, 3 Mar 2010 18:17:00 +0000 (-0500) Subject: Using position relative only for the remote subscription in section X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d7847295afb6b801b1a904c257a7ac5531b806e;p=quix0rs-gnu-social.git Using position relative only for the remote subscription in section --- diff --git a/plugins/OStatus/theme/base/css/ostatus.css b/plugins/OStatus/theme/base/css/ostatus.css index 40cdfcef13..d1c60cc0d5 100644 --- a/plugins/OStatus/theme/base/css/ostatus.css +++ b/plugins/OStatus/theme/base/css/ostatus.css @@ -41,6 +41,9 @@ min-width:96px; #entity_remote_subscribe { padding:0; float:right; +} + +.section #entity_remote_subscribe { position:relative; }