퍼블 업뎃
parent
2f01abb5dd
commit
02e4c621e5
|
|
@ -83,7 +83,7 @@ body {min-width: 1400px;}
|
||||||
.c_wrap .layout {display: table; width: 100%; table-layout: fixed; padding-bottom: 20px;} /* added by lim padding-bottom: 20px; */
|
.c_wrap .layout {display: table; width: 100%; table-layout: fixed; padding-bottom: 20px;} /* added by lim padding-bottom: 20px; */
|
||||||
|
|
||||||
/* 관리자 (왼쪽메뉴) */
|
/* 관리자 (왼쪽메뉴) */
|
||||||
.c_wrap .layout .nav:not(.tabs) {display: table-cell; width: 220px; vertical-align: top;} /* changed by lim width: 260px; */
|
.c_wrap .layout .nav:not(.tabs) {display: table-cell; width: 220px; vertical-align: top; padding-right: 30px;} /* changed by lim width: 260px; */
|
||||||
/*.c_wrap .layout .nav .inner {border: 1px solid #dde2e5; border-radius: 10px;}*/
|
/*.c_wrap .layout .nav .inner {border: 1px solid #dde2e5; border-radius: 10px;}*/
|
||||||
.nav_title{padding: 35px 30px 26px 20px;} /* changed by lim border-bottom: 4px solid #dde2e5; */
|
.nav_title{padding: 35px 30px 26px 20px;} /* changed by lim border-bottom: 4px solid #dde2e5; */
|
||||||
.c_wrap .layout .nav h2 {color: #222; font-size: 24px; font-weight: 700;}
|
.c_wrap .layout .nav h2 {color: #222; font-size: 24px; font-weight: 700;}
|
||||||
|
|
@ -95,7 +95,7 @@ body {min-width: 1400px;}
|
||||||
.c_wrap .layout .nav ul li a.cur {color: #222; font-weight: 700;}
|
.c_wrap .layout .nav ul li a.cur {color: #222; font-weight: 700;}
|
||||||
|
|
||||||
/* (구)건설기준 (왼쪽메뉴) */
|
/* (구)건설기준 (왼쪽메뉴) */
|
||||||
.c_wrap .layout .nav2:not(.tabs) {display: table-cell; width: 350px; vertical-align: top;}
|
.c_wrap .layout .nav2:not(.tabs) {display: table-cell; width: 350px; vertical-align: top; padding-right: 30px;}
|
||||||
/*.c_wrap .layout .nav2 h2 {color: #222; font-size: 22px; font-weight: 700;}*/
|
/*.c_wrap .layout .nav2 h2 {color: #222; font-size: 22px; font-weight: 700;}*/
|
||||||
.c_wrap .layout .nav2 button {font-size: 15px;}
|
.c_wrap .layout .nav2 button {font-size: 15px;}
|
||||||
.c_wrap .layout .nav2 .accordion-button {background: #FAFAFA;}
|
.c_wrap .layout .nav2 .accordion-button {background: #FAFAFA;}
|
||||||
|
|
@ -105,10 +105,10 @@ body {min-width: 1400px;}
|
||||||
.c_wrap .layout .contents .border-secondary {border : 1px solid #6c757d;}
|
.c_wrap .layout .contents .border-secondary {border : 1px solid #6c757d;}
|
||||||
.c_wrap .layout .contents .border-secondary-no_top {border-left: 1px solid #6c757d; border-right: 1px solid #6c757d; border-bottom: 1px solid #6c757d; height: 500px; overflow-y: scroll;}
|
.c_wrap .layout .contents .border-secondary-no_top {border-left: 1px solid #6c757d; border-right: 1px solid #6c757d; border-bottom: 1px solid #6c757d; height: 500px; overflow-y: scroll;}
|
||||||
|
|
||||||
.c_wrap .layout .contents {display: table-cell; width: auto; vertical-align: top; padding-left: 30px;}
|
.c_wrap .layout .contents {display: table-cell; width: auto; vertical-align: top; }
|
||||||
|
|
||||||
/* 센터소개 (왼쪽메뉴) */
|
/* 센터소개 (왼쪽메뉴) */
|
||||||
.c_wrap .layout .nav1:not(.tabs) {display: table-cell; width: 220px; vertical-align: top;}
|
.c_wrap .layout .nav1:not(.tabs) {display: table-cell; width: 220px; vertical-align: top; padding-right: 30px;}
|
||||||
.c_wrap .layout .nav1 h2 {color: #222; font-size: 24px; font-weight: 700;}
|
.c_wrap .layout .nav1 h2 {color: #222; font-size: 24px; font-weight: 700;}
|
||||||
.c_wrap .layout .nav1 .menu10 {mnargin: 0; border: 1px solid #dde2e5;}
|
.c_wrap .layout .nav1 .menu10 {mnargin: 0; border: 1px solid #dde2e5;}
|
||||||
.c_wrap .layout .nav1 .menu10 li + li {border-top: 1px solid #dde2e5; }
|
.c_wrap .layout .nav1 .menu10 li + li {border-top: 1px solid #dde2e5; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue