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.
34 lines
659 B
Plaintext
34 lines
659 B
Plaintext
.messager-body{
|
|
padding:5px 10px;
|
|
}
|
|
.messager-button{
|
|
text-align:center;
|
|
padding-top:10px;
|
|
}
|
|
.messager-icon{
|
|
float:left;
|
|
width:47px;
|
|
height:35px;
|
|
}
|
|
.messager-error{
|
|
background:url('images/messager_error.gif') no-repeat scroll left top;
|
|
}
|
|
.messager-info{
|
|
background:url('images/messager_info.gif') no-repeat scroll left top;
|
|
}
|
|
.messager-question{
|
|
background:url('images/messager_question.gif') no-repeat scroll left top;
|
|
}
|
|
.messager-warning{
|
|
background:url('images/messager_warning.gif') no-repeat scroll left top;
|
|
}
|
|
.messager-input{
|
|
width: 262px;
|
|
border:1px solid #ccc;
|
|
}
|
|
.messager-progress{
|
|
padding:10px;
|
|
}
|
|
.messager-p-msg{
|
|
margin-bottom:5px;
|
|
} |