]> git.mxchange.org Git - friendica.git/commitdiff
restrict post height, we may back this out later and replace with [show all] toggles
authorFriendika <info@friendika.com>
Tue, 25 Jan 2011 04:13:52 +0000 (20:13 -0800)
committerFriendika <info@friendika.com>
Tue, 25 Jan 2011 04:13:52 +0000 (20:13 -0800)
view/theme/default/style.css
view/theme/duepuntozero/style.css

index e34b622c65318427a6fa79d5a24f6e8c595febcb..49a8f2d737086c0c0f2742a95bd959ac8fc9ef12 100644 (file)
@@ -1996,3 +1996,8 @@ a.mail-list-link {
        margin-bottom: 15px;
 }
 
+
+.wall-item-content {
+  max-height: 350px;
+  overflow:auto;
+}
index b00f24cc28abb4e1134d515095b8059a1a4abaeb..13d396e787d4bc1a57bf316bb707616f774cbc90 100644 (file)
@@ -1879,4 +1879,7 @@ a.mail-list-link {
        margin-bottom: 15px;
 }
 
-
+.wall-item-content {
+  max-height: 350px;
+  overflow:auto;
+}