]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using position relative only for the remote subscription in section
authorSarven Capadisli <csarven@status.net>
Wed, 3 Mar 2010 18:17:00 +0000 (13:17 -0500)
committerSarven Capadisli <csarven@status.net>
Wed, 3 Mar 2010 18:17:00 +0000 (13:17 -0500)
plugins/OStatus/theme/base/css/ostatus.css

index 40cdfcef13320fdd1934209944224a2c180bf657..d1c60cc0d54a496ce03f9aca937a85141502384a 100644 (file)
@@ -41,6 +41,9 @@ min-width:96px;
 #entity_remote_subscribe {
 padding:0;
 float:right;
+}
+
+.section #entity_remote_subscribe {
 position:relative;
 }