aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-12 01:51:29 -0800
committerFriendika <info@friendika.com>2011-02-12 01:51:29 -0800
commit7d0de6dfb77d97b1d4dc10f30565ac8d3622d5a3 (patch)
tree9974db7b423f25f92ea95eec59670da582fbb1f6 /view
parentf79c21529328c9d062d63ccba98ae90480c32225 (diff)
downloadvolse-hubzilla-7d0de6dfb77d97b1d4dc10f30565ac8d3622d5a3.tar.gz
volse-hubzilla-7d0de6dfb77d97b1d4dc10f30565ac8d3622d5a3.tar.bz2
volse-hubzilla-7d0de6dfb77d97b1d4dc10f30565ac8d3622d5a3.zip
trim excessive space around message body (though we still need 20px padding to accomodate scrollbars)
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 748982203..3611e455b 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -818,7 +818,7 @@ input#dfrn-url {
.wall-item-wrapper {
float: left;
margin-right: 5px;
- width: 150px;
+ width: 250px;
}
.wall-item-lock {
height: 20px;
@@ -863,7 +863,7 @@ input#dfrn-url {
float: left;
/*width: 450px;*/
margin-left: 10px;
- margin-bottom: 20px;
+/* margin-bottom: 20px;*/
padding: 20px;
max-height: 400px;
overflow: auto;
@@ -878,7 +878,7 @@ input#dfrn-url {
.wall-item-body {
float: left;
width: 450px;
- margin-top: 30px;
+ margin-top: 10px;
}
.comment-edit-wrapper {