diff options
author | friendica <info@friendica.com> | 2013-01-08 02:49:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-08 02:49:08 -0800 |
commit | ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4 (patch) | |
tree | 2eb7b84c8ab85ba00e0f0ff1055f14d56e4ddfd5 /view/theme/redbasic | |
parent | 7f6e1144f659c94f19881899db0d4b891690b759 (diff) | |
download | volse-hubzilla-ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4.tar.gz volse-hubzilla-ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4.tar.bz2 volse-hubzilla-ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4.zip |
lots of notification tweaks
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d6cee8825..b855a045a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3774,6 +3774,13 @@ ul.menu-popup { /* top: 90px; */ /* left: 400px; */ } + +.notify-menus { + width: 320px !important; + max-height: 400px; + overflow-y: scroll;overflow-style:scrollbar; +} + #nav-notifications-menu { width: 320px; max-height: 400px; |