]> git.mxchange.org Git - friendica.git/commitdiff
leave room for vertical scrollbar (when needed)
authorFriendika <info@friendika.com>
Tue, 25 Jan 2011 07:08:39 +0000 (23:08 -0800)
committerFriendika <info@friendika.com>
Tue, 25 Jan 2011 07:08:39 +0000 (23:08 -0800)
boot.php
view/theme/default/style.css
view/theme/duepuntozero/style.css

index 86ad29296cb24091594cfc50c832d1de78264da9..adb1b96f853d149fb43f500cba505001a260c796 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -2215,3 +2215,17 @@ function link_compare($a,$b) {
                return true;
        return false;
 }}
+
+
+if(! function_exists('prepare_body')) {
+function prepare_body($item) {
+
+       require_once('include/bbcode.php');
+
+       $s = smilies(bbcode($item['body']));
+
+       return $s;
+
+
+
+}}
\ No newline at end of file
index 18b2ee67a93e3f2ae3748c1a5dbd9e99f265dd8d..fcc9c94a880c84eb4244d6793a72684781db6cd3 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 {
@@ -1996,8 +2000,3 @@ a.mail-list-link {
        margin-bottom: 15px;
 }
 
-
-.wall-item-content {
-  max-height: 400px;
-  overflow:auto;
-}
index 388f1e2301eb957f1a0cb72045f7923a89f49b9c..3351b35a17f7246f2335435df80d9a731361dab9 100644 (file)
@@ -854,6 +854,9 @@ input#dfrn-url {
        width: 450px;
        margin-left: 10px;
        margin-bottom: 20px;
+       padding: 20px;
+       max-height: 400px;
+       overflow: auto;
 }
 
 .wall-item-title {
@@ -1879,7 +1882,3 @@ a.mail-list-link {
        margin-bottom: 15px;
 }
 
-.wall-item-content {
-  max-height: 400px;
-  overflow:auto;
-}