Improve appearance waiting_box
This commit is contained in:
parent
3b9ce4ce2c
commit
de13325edb
2 changed files with 5 additions and 2 deletions
|
|
@ -747,7 +747,7 @@ function waiting_box()
|
|||
}
|
||||
waiting_node();
|
||||
add_div(obj);
|
||||
$('wait_box').setOpacity(0.7);
|
||||
|
||||
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1186,7 +1186,7 @@ span.remain {
|
|||
div#wait_box
|
||||
{
|
||||
background-color:#DDE6FF;
|
||||
font-family: arial,verdana,helvetica,arial,sans-serif;
|
||||
text-align: center;
|
||||
width: 300px;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
|
|
@ -1197,9 +1197,12 @@ div#wait_box
|
|||
top:30%;
|
||||
border:1px solid #00008B;
|
||||
width: 260px;
|
||||
opacity: 0.8;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#wait_box h2
|
||||
{
|
||||
margin-top:2px;
|
||||
/* color:#000000; */
|
||||
text-align:center;
|
||||
/* width: 50%; */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue