/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
- /* ie6 */
- * html .ui-growl {
- position:absolute;
- }
- * html .ui-growl-item {
- padding-bottom:0;
- }
- * html .ui-growl-icon-close {
- top:7px;
- right:7px;
- }
- .ui-growl {
- position:fixed;
- top:20px;
- right:20px;
- width:301px;
- }
- .ui-growl-item-container {
- position:relative;
- margin:0 0 10px 0;
- opacity:0.85;
- filter:alpha(opacity=85);
- }
- .ui-growl-item {
- display:block;
- padding:10px 15px;
- }
- .ui-growl-item p {
- padding:0;
- margin:0;
- }
- .ui-growl-icon-close {
- position:absolute;
- top:5px;
- right:3px;
- cursor:pointer;
- }
- .ui-growl-title {
- font-weight:bold;
- padding:0 0 7px 0;
- display:block;
- }
- .ui-growl-image {
- width:32px;
- height:32px;
- float:left;
- margin:0;
- padding:0;
- display: block;
- background: url("#{resource['primefaces:messages/messages.png']}") no-repeat;
- }
- .ui-growl-image-info {
- background-position: 0 -264px;
- }
- .ui-growl-image-warn {
- background-position: 0 -396px;
- }
- .ui-growl-image-error {
- background-position: 0 0;
- }
- .ui-growl-image-fatal {
- background-position: 0 -132px;
- }
- .ui-growl-message {
- padding:0 0 5px 0;
- width:220px;
- float:right;
- }
- .ui-growl-message p {
- font-weight: normal;
- }