Merge pull request #85 from simonlnu/master

hopefully fix overflow issue now
This commit is contained in:
Simon 2012-03-05 07:56:43 -08:00
commit e786e4253d
1 changed files with 3 additions and 2 deletions

View File

@ -414,8 +414,8 @@ div.jGrowl div.info {
padding-left: 58px; padding-left: 58px;
} }
#nav-notifications-menu { #nav-notifications-menu {
margin-top: 30px; margin: 30px 0 0 -45px;
width: 255px; width: 300px;
max-height: 400px; max-height: 400px;
overflow: auto; overflow: auto;
font-size: 9pt; font-size: 9pt;
@ -1021,6 +1021,7 @@ section {
/*border: 1px #aaa solid;*/ /*border: 1px #aaa solid;*/
/*border-radius: 5px;*/ /*border-radius: 5px;*/
padding: 0px; padding: 0px;
overflow-x: auto;
} }
.wall-item-photo-menu { .wall-item-photo-menu {
display: none; display: none;