initial commit
This commit is contained in:
28
WebRoot/js/jquery-easyui-1.1.2/themes/default/messager.css
Normal file
28
WebRoot/js/jquery-easyui-1.1.2/themes/default/messager.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user