You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
736 B
CSS
55 lines
736 B
CSS
.ui-growl {
|
|
position:fixed;
|
|
top: 20px;
|
|
right: 20px;
|
|
width: 20em;
|
|
}
|
|
|
|
.ui-growl-item-container {
|
|
position:relative;
|
|
margin:0 0 10px 0;
|
|
opacity:0.95;
|
|
filter:alpha(opacity=95);
|
|
}
|
|
|
|
.ui-growl-item {
|
|
position: relative;
|
|
display: block;
|
|
padding: .5em 1em;
|
|
}
|
|
|
|
.ui-growl-item p {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.ui-growl-icon-close {
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ui-growl-title {
|
|
font-weight: bold;
|
|
padding: 0 0 .5em 0;
|
|
display: block;
|
|
}
|
|
|
|
.ui-growl-image {
|
|
position: absolute;
|
|
display: inline-block;
|
|
left: .5em;
|
|
top: .25em;
|
|
padding: 0;
|
|
font-size: 2em;
|
|
}
|
|
|
|
.ui-growl-message {
|
|
padding: 0 0 .25em 0;
|
|
margin-left: 2.5em;
|
|
}
|
|
|
|
.ui-growl-message p {
|
|
font-weight: normal;
|
|
} |