You are here

nicemessages_drupal.css in Nice messages 7.2

#jGrowl .jGrowl-notification {
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 34px;
    padding-right: 14px;
}
#jGrowl .jGrowl-notification.status { color: lightgreen; background-color: green; border: 1px solid darkgreen;}
#jGrowl .jGrowl-notification.warning { color: lightyellow; background-color: orange; border: 1px solid darkorange;}
#jGrowl .jGrowl-notification.error { color: #FFDBF4; background-color: red; border: 1px solid darkred;}
#jGrowl .jGrowl-notification a { color: #fff; border-bottom: 1px dotted white; }
#jGrowl .jGrowl-notification .jGrowl-message { word-wrap: break-word; padding-right: 34px; }
#jGrowl .jGrowl-notification .jGrowl-close { font-size: 1.2em; }
#jGrowl .jGrowl-closer { padding-right: 24px; padding-left: 24px; background-image: none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0 none;
    background-image: none;
}
.jGrowl.center {
    top: 0;
    left: 50%;
    width: auto;
    margin: 0 0 0 -130px;
}

File

css/nicemessages_drupal.css
View source
  1. #jGrowl .jGrowl-notification {
  2. background-position: 4px center;
  3. background-repeat: no-repeat;
  4. padding-left: 34px;
  5. padding-right: 14px;
  6. }
  7. #jGrowl .jGrowl-notification.status { color: lightgreen; background-color: green; border: 1px solid darkgreen;}
  8. #jGrowl .jGrowl-notification.warning { color: lightyellow; background-color: orange; border: 1px solid darkorange;}
  9. #jGrowl .jGrowl-notification.error { color: #FFDBF4; background-color: red; border: 1px solid darkred;}
  10. #jGrowl .jGrowl-notification a { color: #fff; border-bottom: 1px dotted white; }
  11. #jGrowl .jGrowl-notification .jGrowl-message { word-wrap: break-word; padding-right: 34px; }
  12. #jGrowl .jGrowl-notification .jGrowl-close { font-size: 1.2em; }
  13. #jGrowl .jGrowl-closer { padding-right: 24px; padding-left: 24px; background-image: none; }
  14. .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  15. border: 0 none;
  16. background-image: none;
  17. }
  18. .jGrowl.center {
  19. top: 0;
  20. left: 50%;
  21. width: auto;
  22. margin: 0 0 0 -130px;
  23. }