aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-01 03:37:41 -0700
committerfriendica <info@friendica.com>2012-04-01 03:37:41 -0700
commitbc283f7c5df4b848a6a96db07450af011f03c515 (patch)
tree9204bccd06f4183d798b6b5489def10485a22ee8 /view
parentf0b8d016154e274f5bfe4d3ec5ac3950621cc2ce (diff)
downloadvolse-hubzilla-bc283f7c5df4b848a6a96db07450af011f03c515.tar.gz
volse-hubzilla-bc283f7c5df4b848a6a96db07450af011f03c515.tar.bz2
volse-hubzilla-bc283f7c5df4b848a6a96db07450af011f03c515.zip
qcomment overflow
Diffstat (limited to 'view')
-rwxr-xr-xview/theme/duepuntozero/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 23db84c2c..1f897f3b0 100755
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -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 {