]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/default/style.css
Merge branch 'oembed' of https://github.com/fabrixxm/friendika into fabrixxm-oembed
[friendica.git] / view / theme / default / style.css
index 18b2ee67a93e3f2ae3748c1a5dbd9e99f265dd8d..6e643d4fe2eac46fef4aa17ffc472cab5161b84c 100644 (file)
@@ -985,6 +985,10 @@ input#dfrn-url {
        width: 450px;
        margin-left: 10px;
        margin-bottom: 20px;
+       padding: 20px;
+       max-height: 400px;
+       overflow: auto;
+
 }
 
 .wall-item-title {
@@ -1030,7 +1034,7 @@ input#dfrn-url {
        margin-left: 110px;
        margin-top: 10px;
 }
-
+#profile-jot-plugin-wrapper,
 #profile-jot-submit-wrapper {
        margin-top: 15px;
 }
@@ -1074,7 +1078,9 @@ input#dfrn-url {
 #profile-jot-perms-end {
        clear: both;
 }
-
+#profile-jot-plugin-end {
+  clear:both;
+}
 #profile-jot-end {
        clear: both;
        margin-bottom: 30px;
@@ -1996,8 +2002,10 @@ a.mail-list-link {
        margin-bottom: 15px;
 }
 
-
-.wall-item-content {
-  max-height: 400px;
-  overflow:auto;
+.tool-wrapper {
+  float: left;
+  margin-left: 5px;
+}
+.tool-link {
+  cursor: pointer;
 }