Skip to content

Commit

Permalink
full-width notifications, like default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
levito committed Dec 9, 2014
1 parent 2c4a614 commit cdaa4b9
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions feedly.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,33 +81,38 @@ div.articleNote div.noteEdit {
cursor : pointer;
}

/* @142 */
/* @146 */
#notify.visible {
transform: translate(0, -35px);
-webkit-transform: translate(0, -35px);
-o-transform: translate(0, -35px);
-moz-transform: translate(0, -35px);
}

transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
#notify.visible {
transform: translate(0, -35px);
-webkit-transform: translate(0, -35px);
-o-transform: translate(0, -35px);
-moz-transform: translate(0, -35px);
}

#notify {
bottom : -35px;
right : 20px;
height: 20px;
border-width : 1px;
right : 0px;
height : 20px;
left : 0px;
border-width : 1px 0px 0px 0px;
border-style : solid;
position : fixed;
font-size : 12px;
z-index : 99;
max-width : 200px;
min-width : 100px;
padding : 5px;
-width : 200px;
box-shadow : 0px -2px 2px rgba(0,0,0,0.1);

transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#notify img {
Expand Down

0 comments on commit cdaa4b9

Please sign in to comment.