trim excessive space around message body (though we still need 20px padding to accomodate scrollbars)
This commit is contained in:
parent
f79c215293
commit
7d0de6dfb7
|
@ -818,7 +818,7 @@ input#dfrn-url {
|
||||||
.wall-item-wrapper {
|
.wall-item-wrapper {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
width: 150px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
.wall-item-lock {
|
.wall-item-lock {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
@ -863,7 +863,7 @@ input#dfrn-url {
|
||||||
float: left;
|
float: left;
|
||||||
/*width: 450px;*/
|
/*width: 450px;*/
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-bottom: 20px;
|
/* margin-bottom: 20px;*/
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -878,7 +878,7 @@ input#dfrn-url {
|
||||||
.wall-item-body {
|
.wall-item-body {
|
||||||
float: left;
|
float: left;
|
||||||
width: 450px;
|
width: 450px;
|
||||||
margin-top: 30px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-edit-wrapper {
|
.comment-edit-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue