alert 함수 대체 fancyalert 함수 추가

This commit is contained in:
chicpro
2013-10-21 17:13:38 +09:00
parent cb130df525
commit c03bfc6afc
3 changed files with 45 additions and 5 deletions

View File

@ -81,4 +81,8 @@
/* 로딩안내 레이어 */
#loading_message {position:absolute;top:0;left:0;z-index:10000;background-color:#eee;opacity:0.5}
#loading_message img {position:relative;opacity:1.0}
#loading_message img {position:relative;opacity:1.0}
/* 알림 box */
#fancyalert {position:absolute;top:0;left:0;z-index:10000;background-color:#000;opacity: 0.5}
#fancyalert td { color:#fff;text-align: center;opacity:1.0}