1 line
887 B
CSS
1 line
887 B
CSS
.dailogbox
|
|
{
|
|
border: 1px solid #99bbe8;
|
|
border-top:0px;
|
|
border-bottom:2px;
|
|
background:#fff;
|
|
font-size:12px;
|
|
}
|
|
|
|
.dailogbanner
|
|
{
|
|
height:22px;
|
|
padding-top:4px;
|
|
background: #d4dcea url('images/dailog/headbg.gif') repeat-x 0 0 ;
|
|
border-bottom: 1px solid #99bbe8;
|
|
}
|
|
.dailogtitle
|
|
{
|
|
background:url('images/dailog/app-form.png') no-repeat 3px center ;
|
|
padding-left:20px;
|
|
font-weight:bold;
|
|
color:#15428b;
|
|
}
|
|
.dailogclosebtn
|
|
{
|
|
cursor:pointer;
|
|
margin-top:2px;
|
|
margin-right:3px;
|
|
background: url("images/dailog/tool-sprites.gif") no-repeat left top ;
|
|
}
|
|
.dailogclosebtnOver
|
|
{
|
|
cursor:pointer;
|
|
margin-top:2px;
|
|
margin-right:3px;
|
|
background: url(images/dailog/tool-sprites.gif) 15px top;
|
|
}
|
|
.dailogclosebtnDown
|
|
{
|
|
cursor:pointer;
|
|
margin-top:2px;
|
|
margin-right:3px;
|
|
background: url("images/dailog/tool-sprites.gif") 15px top;
|
|
} |