diff options
author | friendica <info@friendica.com> | 2012-04-01 03:37:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 03:37:41 -0700 |
commit | bc283f7c5df4b848a6a96db07450af011f03c515 (patch) | |
tree | 9204bccd06f4183d798b6b5489def10485a22ee8 /view/theme/duepuntozero | |
parent | f0b8d016154e274f5bfe4d3ec5ac3950621cc2ce (diff) | |
download | volse-hubzilla-bc283f7c5df4b848a6a96db07450af011f03c515.tar.gz volse-hubzilla-bc283f7c5df4b848a6a96db07450af011f03c515.tar.bz2 volse-hubzilla-bc283f7c5df4b848a6a96db07450af011f03c515.zip |
qcomment overflow
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-x | view/theme/duepuntozero/style.css | 8 |
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 { |