JanStevens / angular-growl-2

growl-like notifications for angularJS projects
MIT License
285 stars 97 forks source link

Centered growl not positioned correctly (incl. fix) #63

Closed starf closed 9 years ago

starf commented 9 years ago

Because max-width=400px, margin-left should probably be -200px for centered positionings instead of -150px.

Greetings

.growl-container.growl-fixed.top-center { top: 10px; left: 50%; margin-left: -200px; } .growl-container.growl-fixed.bottom-center { bottom: 10px; left: 50%; margin-left: -200px; }

JanStevens commented 9 years ago

Feel free to add a PR :+1:

starf commented 9 years ago

Going to try this later today, will be my first.

JanStevens commented 9 years ago

Great!

Just change the files in the src directory, looking forward!