]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/theme/base/css/ostatus.css
Using position relative only for the remote subscription in section
[quix0rs-gnu-social.git] / plugins / OStatus / theme / base / css / ostatus.css
index 13e30ef5df01df55a4d96c44a10ab1069ca9da96..d1c60cc0d54a496ce03f9aca937a85141502384a 100644 (file)
@@ -43,6 +43,23 @@ padding:0;
 float:right;
 }
 
-#all #entity_remote_subscribe {
-margin-top:-52px;
+.section #entity_remote_subscribe {
+position:relative;
+}
+
+.section .entity_actions {
+margin-bottom:0;
+}
+
+.section #entity_remote_subscribe .entity_remote_subscribe {
+border-color:#AAAAAA;
+}
+
+.section #entity_remote_subscribe .dialogbox {
+width:405px;
+}
+
+
+.aside #entity_subscriptions .more {
+float:left;
 }