You are here

nicemessages_positions.css in Nice messages 7.2

.jGrowl.top-left {
    top: 40px;
    left: 0;
}
.jGrowl.center {
    top: 40px;
    left: 50%;
    margin: 0 0 0 -140px;
}
.jGrowl.top-right {
    top: 40px;
    right: 0;
}
.jGrowl.bottom-left {
    bottom: 40px;
    left: 0;
}
.jGrowl.bottom-right {
    bottom: 40px;
    right: 0;
}

File

css/nicemessages_positions.css
View source
  1. .jGrowl.top-left {
  2. top: 40px;
  3. left: 0;
  4. }
  5. .jGrowl.center {
  6. top: 40px;
  7. left: 50%;
  8. margin: 0 0 0 -140px;
  9. }
  10. .jGrowl.top-right {
  11. top: 40px;
  12. right: 0;
  13. }
  14. .jGrowl.bottom-left {
  15. bottom: 40px;
  16. left: 0;
  17. }
  18. .jGrowl.bottom-right {
  19. bottom: 40px;
  20. right: 0;
  21. }