mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:59:22 +09:00
리스크관리 / 발송통계 추가
This commit is contained in:
@@ -539,95 +539,62 @@ header .user_wrap .user_info .logout {
|
||||
}
|
||||
|
||||
/* input cal + search-box*/
|
||||
/*.w35{width:35%;}*/
|
||||
/*.contents .table.table_form.m50{margin-bottom: 50px;}*/
|
||||
.w35{width:35%;}
|
||||
.contents .table.table_form.m50{margin-bottom: 50px;}
|
||||
|
||||
/*.contents .input_box.cal{*/
|
||||
/* display: inline-block;*/
|
||||
/* width: 27.34%;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal label {*/
|
||||
/* display: block;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal .txt{*/
|
||||
/* display: inline-block;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal p{*/
|
||||
/* display: inline-flex;*/
|
||||
/* margin-left: 10px;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal input {*/
|
||||
/* display: inline-block;*/
|
||||
/* width: 48%;*/
|
||||
/* float: left;*/
|
||||
/* background: #fff url(../images/icon-calender.png) no-repeat right 6% center;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal input {*/
|
||||
/* display: inline-block;*/
|
||||
/* width: 48%;*/
|
||||
/* float: left;*/
|
||||
/* background: #fff url(../images/icon-calender.png) no-repeat right 6% center;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal span {*/
|
||||
/* display: inline-block;*/
|
||||
/* width: 48%;*/
|
||||
/* float: left;*/
|
||||
/* background: #fff url(../images/icon-calender.png) no-repeat right 6% center;*/
|
||||
/*}*/
|
||||
|
||||
.custom_input.icon_date input[type="text"] {
|
||||
width: 52%;
|
||||
float: left;
|
||||
background: #fff url(../images/icon-calender.png) no-repeat right 6% center;
|
||||
}
|
||||
.custom_input.icon_date input[type="text"]:focus {
|
||||
border-color: #cccccc;
|
||||
background-color: #f6f6f6;
|
||||
color: #898989;
|
||||
.contents .input_box.cal{
|
||||
display: inline-block;
|
||||
width: 27.34%;
|
||||
}
|
||||
|
||||
.contents .input_box.cal span + input{
|
||||
.contents .input_box.cal label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.contents .input_box.cal .txt{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.contents .input_box.cal p{
|
||||
display: inline-flex;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.contents .input_box.cal input {
|
||||
display: inline-block;
|
||||
width: 48%;
|
||||
float: left;
|
||||
background: #fff url(../images/icon-calender.png) no-repeat right 6% center;
|
||||
}
|
||||
.contents .input_box.cal input + input{
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
|
||||
.vdp-datepicker__calendar header {
|
||||
display: block;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
.contents .input_box.cal.one{
|
||||
width: 13.67%;
|
||||
}
|
||||
|
||||
/*.contents .input_box.cal input + input{*/
|
||||
/* margin-left: 5%;*/
|
||||
/*}*/
|
||||
.contents .input_box.cal.one input{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*.contents .input_box.cal.one{*/
|
||||
/* width: 13.67%;*/
|
||||
/*}*/
|
||||
.contents .input_box.cal.one + .btn-a{
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/*.contents .input_box.cal.one input{*/
|
||||
/* width: 100%;*/
|
||||
/*}*/
|
||||
.contents .input_box.cal .term{
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/*.contents .input_box.cal.one + .btn-a{*/
|
||||
/* margin-right: 10px;*/
|
||||
/*}*/
|
||||
.contents .input_box.cal .term input:nth-child(1){
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
/*.contents .input_box.cal .term{*/
|
||||
/* display: flex;*/
|
||||
/* justify-content: space-around;*/
|
||||
/* align-items: center;*/
|
||||
/*}*/
|
||||
.vdp-datepicker__calendar div {margin-top:80px;}
|
||||
|
||||
/*.contents .input_box.cal .term input:nth-child(1){*/
|
||||
/* margin-right: 4%;*/
|
||||
/*}*/
|
||||
/*.vdp-datepicker__calendar div*/
|
||||
|
||||
.contents .input_box .search-box {
|
||||
background: #fff url(../images/icon-search.png) no-repeat 6% center/14px auto;
|
||||
@@ -904,6 +871,8 @@ header .user_wrap .user_info .logout {
|
||||
|
||||
/*contents table 추가*/
|
||||
|
||||
/* arrow_box 반려사유 삭제 */
|
||||
/*
|
||||
.contents .table table .arrow_box {
|
||||
display: none;
|
||||
background-color: #fff;
|
||||
@@ -946,6 +915,7 @@ header .user_wrap .user_info .logout {
|
||||
width: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
*/
|
||||
|
||||
.contents .table.calculate table td, .contents .table.calculate table th{
|
||||
border-left: 1px solid #dadae6;
|
||||
@@ -976,10 +946,6 @@ header .user_wrap .user_info .logout {
|
||||
|
||||
.contents .table table td span {cursor: pointer;}
|
||||
|
||||
.contents .table table td .linkstyle {cursor: pointer; text-decoration: underline;}
|
||||
.contents .table table td .linkstyle:hover {color:#eb008b;}
|
||||
|
||||
|
||||
.contents .table table td span:hover + p.arrow_box {
|
||||
display: block;
|
||||
}
|
||||
@@ -1593,10 +1559,10 @@ header .user_wrap .user_info .logout {
|
||||
background: url(../images/icon-add-b.png) no-repeat center center;
|
||||
}
|
||||
|
||||
/*.popup.popup_form.register .input_add div:nth-child(2){*/
|
||||
/* width: 89%;*/
|
||||
/* padding-top: 5px;*/
|
||||
/*}*/
|
||||
.popup.popup_form.register .input_add div:nth-child(2){
|
||||
width: 89%;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.popup .button.white{
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user