mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:54:16 +09:00
TC 수정건 적용 (디자인 및 기능)
This commit is contained in:
@@ -560,8 +560,6 @@ header .user_wrap .user_info .logout {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/*******************20220715 퍼블 수정*******************/
|
||||
|
||||
.contents .input_box.cal input {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
@@ -570,22 +568,19 @@ header .user_wrap .user_info .logout {
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
.contents .input_box.cal .term span:nth-of-type(1){
|
||||
/*******************20220718 퍼블 수정*******************/
|
||||
|
||||
.contents .input_box.cal .term .icon_date:first-of-type{
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
.contents .input_box.cal .term span:nth-of-type(2){
|
||||
.contents .input_box.cal .term .icon_date:nth-of-type(2){
|
||||
margin-left: 4%;
|
||||
}
|
||||
|
||||
/*******************************************/
|
||||
|
||||
|
||||
/***** 20220715 퍼블 삭제
|
||||
.contents .input_box.cal input + input{
|
||||
margin-left: 5%;
|
||||
} **/
|
||||
|
||||
.contents .input_box.cal.one{
|
||||
width: 13.67%;
|
||||
}
|
||||
@@ -604,11 +599,6 @@ header .user_wrap .user_info .logout {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/** 20220715 퍼블 삭제
|
||||
.contents .input_box.cal .term input:nth-child(1){
|
||||
margin-right: 4%;
|
||||
} ***********/
|
||||
|
||||
.contents .input_box .search-box {
|
||||
background: #fff url(../images/icon-search.png) no-repeat 6% center/14px auto;
|
||||
padding-left: 43px;
|
||||
@@ -1582,11 +1572,25 @@ 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%;
|
||||
/********** 20220718 퍼블 수정 ************/
|
||||
|
||||
.popup.popup_form.register .input_add div+div{
|
||||
width: 89%;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
/********** 20220718 퍼블 추가 ************/
|
||||
|
||||
.popup.popup_inside{
|
||||
max-height: 60vh;
|
||||
}
|
||||
|
||||
.popup.popup_inside .pop-head{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
/****************************************/
|
||||
|
||||
.popup .button.white{
|
||||
background-color: #fff;
|
||||
border-radius: 6px;
|
||||
@@ -1744,11 +1748,15 @@ header .user_wrap .user_info .logout {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.essential span{
|
||||
/*color:#eb008b;*/
|
||||
/*******************20220718 퍼블 수정*******************/
|
||||
|
||||
.essential label span{
|
||||
color:#eb008b;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
/**************************************/
|
||||
|
||||
textarea{
|
||||
resize: none;
|
||||
min-height: 100px;
|
||||
@@ -1784,7 +1792,7 @@ textarea:focus{
|
||||
.datepicker .datepicker-calender tr td:first-child a{color:#ff2e76;}
|
||||
.datepicker .datepicker-head .datepicker-btn span{position: relative;}
|
||||
.datepicker .datepicker-head .datepicker-prev span::after{position: absolute; left: 70px; top: 10px; content: ''; width: 10px; height: 10px; border-top: 2px solid #5f5f5f; border-right: 2px solid #5f5f5f; transform: rotate(225deg);}
|
||||
.datepicker .datepicker-head .datepicker-next span::after{position: absolute; left: 70px; top: 10px; content: ''; width: 10px; height: 10px; border-top: 2px solid #5f5f5f; border-right: 2px solid #5f5f5f; transform: rotate(45deg);}
|
||||
.datepicker .datepicker-head .datepicker-next span::after{position: absolute; left: 185px; top: 10px; content: ''; width: 10px; height: 10px; border-top: 2px solid #5f5f5f; border-right: 2px solid #5f5f5f; transform: rotate(45deg);}
|
||||
.datepicker .datepicker-calender td:hover:not(.disabled){background-color: #efefef; border-radius: 50%;}
|
||||
.datepicker .datepicker-calender td:hover a{color:#000;}
|
||||
.datepicker .datepicker-calender .today{background-color: #7c7c7c; border-radius: 50%;}
|
||||
|
||||
Reference in New Issue
Block a user