]> git.mxchange.org Git - friendica.git/commitdiff
qcomment overflow
authorfriendica <info@friendica.com>
Sun, 1 Apr 2012 10:37:41 +0000 (03:37 -0700)
committerfriendica <info@friendica.com>
Sun, 1 Apr 2012 10:37:41 +0000 (03:37 -0700)
view/theme/duepuntozero/style.css

index 23db84c2c833f439376c8ae8a997184b62d03140..1f897f3b0519e0f847f455979bbaabc7e224047e 100755 (executable)
@@ -2989,6 +2989,14 @@ div.jGrowl div.info {
        padding: 3px;
        margin-top: 15px;
        margin-left: 25px;
+       width: 125px;
+       overflow-y: auto;
+}
+
+
+.qcomment option {
+       width: 125px;
+       overflow-x: hidden;
 }
 
 .qcomment {