Task #1153 - Boite de dialogue modale
#1153 Dialog box : implement alert + confirm_form
This commit is contained in:
parent
8888381f6f
commit
404aeebdb6
32 changed files with 284 additions and 249 deletions
|
|
@ -703,11 +703,12 @@ div.popup_back{
|
|||
position:absolute;
|
||||
top:0px;
|
||||
left:0px;
|
||||
opacity:0.6;
|
||||
opacity:0.3;
|
||||
width:100%;
|
||||
height:100%;
|
||||
z-index:1;
|
||||
display:none;
|
||||
z-index:100;
|
||||
display:block;
|
||||
background: #909BA7;
|
||||
}
|
||||
|
||||
div.popup_border_title {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue