You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
3.3 KiB
117 lines
3.3 KiB
.ui-widget {
|
|
}
|
|
|
|
.ui-widget-content {
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
color: #383838;
|
|
}
|
|
|
|
.ui-dialog {
|
|
overflow:hidden;position:absolute;top:0;left:0;outline:0; z-index: 2001;
|
|
box-shadow: 0 1px 10px rgba(0, 0, 0, .5), -5px 0 10px -23px rgba(0, 0, 0, .8), 5px 0 10px -13px rgba(0, 0, 0, .8), 0 0 0 rgba(0, 0, 0, .3) inset;
|
|
}
|
|
|
|
#success {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
position:relative;border:0;padding:.5em 1em;background:none;overflow:auto
|
|
}
|
|
|
|
.ui-widget-header {
|
|
background:#fff;color:#333;font-weight:bold
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
padding: 0.4em 1em;
|
|
position: relative;
|
|
background: #fff;
|
|
color: #666;
|
|
margin: 10px;
|
|
}
|
|
.ui-icon, .ui-widget-content .ui-icon{
|
|
background-image: url("/static/img/1409200426_delete_remove_close_exit_trash-16.png");
|
|
}
|
|
.ui-dialog-titlebar-close{
|
|
position:absolute;right:.5em;top:50%;width:16px;margin:-10px 0 0 0;padding:1px;height:16px;border: 0;
|
|
background: #fff url("/static/img/1409200426_delete_remove_close_exit_trash-16.png") no-repeat;
|
|
cursor: pointer;
|
|
outline: 0;
|
|
}
|
|
.ui-button-icon-only .ui-icon{
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
}
|
|
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon{
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -8px;
|
|
}
|
|
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;}
|
|
.ui-widget-overlay {
|
|
<!--background: #666666 url("/static/img/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;-->
|
|
background: none;
|
|
opacity: .5;
|
|
filter: Alpha(Opacity=50);
|
|
}
|
|
.ui-button{
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
line-height: normal;
|
|
margin-right: .1em;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
overflow: visible;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
|
margin: .5em .4em .5em 0;
|
|
cursor: pointer;
|
|
font-family: Arial, sans-serif;
|
|
padding: 7px;
|
|
color: #666;
|
|
border: 1px solid #ccc;
|
|
font-weight: bold;
|
|
background: rgba(0, 0, 0, .4);
|
|
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .4) 100%);
|
|
background: -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .4) 100%);
|
|
background: -o-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .4) 100%);
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .4) 100%);
|
|
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .07);
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, .07);
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
background: -webkit-linear-gradient(top, #fff 0, #eee 100%);
|
|
background: -moz-linear-gradient(top, #fff 0, #eee 100%);
|
|
background: -o-linear-gradient(top, #fff 0, #eee 100%);
|
|
background: linear-gradient(to bottom, #fff 0, #eee 100%);
|
|
border-radius: 2px;
|
|
outline: 0;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane button:hover{
|
|
color: #333;
|
|
}
|
|
.validateTips {
|
|
background: #ffc;
|
|
min-height: 15px;
|
|
width: 100%;
|
|
padding: 2%;
|
|
font-size: 13px;
|
|
text-align: justify;
|
|
color: green;
|
|
margin-bottom: 5px;
|
|
}
|
|
.ui-dialog-buttonpane{
|
|
background: #f1f1f1;
|
|
padding: 0 1em;
|
|
border-top: 1px solid #ccc;
|
|
border-radius: 0;
|
|
}
|
|
.noclose .ui-dialog-titlebar-close
|
|
{
|
|
display:none;
|
|
} |