Changeset 13237
- Timestamp:
- 11/01/07 12:19:33 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/static/midcom.services.uimessages/protoGrowl.css
r4934 r13237 8 8 padding: 3px; 9 9 z-index: 99999; 10 color: #000000 !important; 10 11 } 11 12 … … 16 17 { 17 18 background-image: url('images/bg.gif'); 19 background-repeat: no-repeat; 20 background-position: top left; 21 } 22 23 html > body div.midcom-service-uimessages-protogrowl-type-ok, 24 html > body div.midcom-service-uimessages-protogrowl-type-warning, 25 html > body div.midcom-service-uimessages-protogrowl-type-info, 26 html > body div.midcom-service-uimessages-protogrowl-type-error 27 { 28 background-image: url('images/bg.png'); 18 29 background-repeat: no-repeat; 19 30 background-position: top left;
