leave room for vertical scrollbar (when needed)
This commit is contained in:
parent
fc5316fe21
commit
b0ab3e468b
14
boot.php
14
boot.php
|
@ -2215,3 +2215,17 @@ function link_compare($a,$b) {
|
||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
||||||
|
if(! function_exists('prepare_body')) {
|
||||||
|
function prepare_body($item) {
|
||||||
|
|
||||||
|
require_once('include/bbcode.php');
|
||||||
|
|
||||||
|
$s = smilies(bbcode($item['body']));
|
||||||
|
|
||||||
|
return $s;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}}
|
|
@ -985,6 +985,10 @@ input#dfrn-url {
|
||||||
width: 450px;
|
width: 450px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
padding: 20px;
|
||||||
|
max-height: 400px;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-title {
|
.wall-item-title {
|
||||||
|
@ -1996,8 +2000,3 @@ a.mail-list-link {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.wall-item-content {
|
|
||||||
max-height: 400px;
|
|
||||||
overflow:auto;
|
|
||||||
}
|
|
||||||
|
|
|
@ -854,6 +854,9 @@ input#dfrn-url {
|
||||||
width: 450px;
|
width: 450px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
padding: 20px;
|
||||||
|
max-height: 400px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-title {
|
.wall-item-title {
|
||||||
|
@ -1879,7 +1882,3 @@ a.mail-list-link {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-content {
|
|
||||||
max-height: 400px;
|
|
||||||
overflow:auto;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user