diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-05 10:55:26 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-05 10:55:26 -0500 |
commit | 65b6ec79ed0891a4622cbb5d8ec934e4bd8caef2 (patch) | |
tree | 5c22f70b883407838280a9481baa52b9059c7fdb /view/theme/dispy | |
parent | 3ab7132b640933fa5247d7783c958e3a95e6410b (diff) | |
download | volse-hubzilla-65b6ec79ed0891a4622cbb5d8ec934e4bd8caef2.tar.gz volse-hubzilla-65b6ec79ed0891a4622cbb5d8ec934e4bd8caef2.tar.bz2 volse-hubzilla-65b6ec79ed0891a4622cbb5d8ec934e4bd8caef2.zip |
hopefully fix the overflow issue everywhere this time
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index a9d680d94..01c7fe664 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -414,8 +414,8 @@ div.jGrowl div.info { padding-left: 58px; } #nav-notifications-menu { - margin-top: 30px; - width: 255px; + margin: 30px 0 0 -45px; + width: 300px; max-height: 400px; overflow: auto; font-size: 9pt; @@ -1021,6 +1021,7 @@ section { /*border: 1px #aaa solid;*/ /*border-radius: 5px;*/ padding: 0px; + overflow-x: auto; } .wall-item-photo-menu { display: none; |