/src/main/resources/META-INF/resources/primefaces/growl/growl.css

http://primefaces.googlecode.com/ · CSS · 78 lines · 70 code · 7 blank · 1 comment · 0 complexity · e133a30a1fe652bd1b3b3e62505f5bcf MD5 · raw file

  1. /* ie6 */
  2. * html .ui-growl {
  3. position:absolute;
  4. }
  5. * html .ui-growl-item {
  6. padding-bottom:0;
  7. }
  8. * html .ui-growl-icon-close {
  9. top:7px;
  10. right:7px;
  11. }
  12. .ui-growl {
  13. position:fixed;
  14. top:20px;
  15. right:20px;
  16. width:301px;
  17. }
  18. .ui-growl-item-container {
  19. position:relative;
  20. margin:0 0 10px 0;
  21. opacity:0.85;
  22. filter:alpha(opacity=85);
  23. }
  24. .ui-growl-item {
  25. display:block;
  26. padding:10px 15px;
  27. }
  28. .ui-growl-item p {
  29. padding:0;
  30. margin:0;
  31. }
  32. .ui-growl-icon-close {
  33. position:absolute;
  34. top:5px;
  35. right:3px;
  36. cursor:pointer;
  37. }
  38. .ui-growl-title {
  39. font-weight:bold;
  40. padding:0 0 7px 0;
  41. display:block;
  42. }
  43. .ui-growl-image {
  44. width:32px;
  45. height:32px;
  46. float:left;
  47. margin:0;
  48. padding:0;
  49. display: block;
  50. background: url("#{resource['primefaces:messages/messages.png']}") no-repeat;
  51. }
  52. .ui-growl-image-info {
  53. background-position: 0 -264px;
  54. }
  55. .ui-growl-image-warn {
  56. background-position: 0 -396px;
  57. }
  58. .ui-growl-image-error {
  59. background-position: 0 0;
  60. }
  61. .ui-growl-image-fatal {
  62. background-position: 0 -132px;
  63. }
  64. .ui-growl-message {
  65. padding:0 0 5px 0;
  66. width:220px;
  67. float:right;
  68. }
  69. .ui-growl-message p {
  70. font-weight: normal;
  71. }