You are here

nicemessages.css in Nice messages 7

#jGrowl .jGrowl-notification{
background-position: 4px center;
background-repeat: no-repeat;
color: #fff;
padding-left: 14px;
}
#jGrowl .jGrowl-notification a { color: #fff; }
#jGrowl .jGrowl-notification .jGrowl-message { word-wrap: break-word; }

File

css/nicemessages.css
View source
  1. #jGrowl .jGrowl-notification{
  2. background-position: 4px center;
  3. background-repeat: no-repeat;
  4. color: #fff;
  5. padding-left: 14px;
  6. }
  7. #jGrowl .jGrowl-notification a { color: #fff; }
  8. #jGrowl .jGrowl-notification .jGrowl-message { word-wrap: break-word; }