Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
- see result here #510
Browse files Browse the repository at this point in the history
- rebuilt with branch "develop"
  • Loading branch information
Nanomani committed Apr 21, 2014
1 parent e147725 commit 2b67686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -39,7 +39,7 @@ Class.create("NotificationLoader", {
this.ajxpNode._iNodeProvider = rP;
this.pFactory = new PreviewFactory();
this.pFactory.sequencialLoading = false;
this.pFactory.setThumbSize(22);
this.pFactory.setThumbSize(44);
this.ajxpNode.observe('loaded', function(){
this.menuItems = this.childrenToMenuItems();
}.bind(this));
Expand Down Expand Up @@ -264,7 +264,7 @@ Class.create("NotificationLoader", {
}.bind(this);
protoMenu.options = Object.extend(protoMenu.options, {
position: "bottom middle",
menuMaxHeight: 480,
menuMaxHeight: 680,
topOffset: 14,
menuTitle: this.hasAlerts ? MessageHash['notification_center.3'] : MessageHash['notification_center.5'],
beforeShow: function(){
Expand Down
Expand Up @@ -8,8 +8,8 @@ ul.notification_list{
letter-spacing: 1px;
padding: 0px;
border-radius: 2px;
width:250px !important;
max-height: 350px !important;
width:600px !important;
max-height: 550px !important;
overflow-y: auto !important;
}

Expand Down Expand Up @@ -49,8 +49,8 @@ width: 150px;

#feed_content img {
float: left;
height: 22px;
width: 22px;
height: 44px;
width: 44px;
margin: 4px 14px 3px 6px;
}

Expand Down

0 comments on commit 2b67686

Please sign in to comment.