98 lines
2.1 KiB
CSS
98 lines
2.1 KiB
CSS
/* ------------------------------------------------------------
|
|
* Name : admin.css
|
|
* Desc : Admin StyleSheet
|
|
* Created : 2016/9/11 Tri-aBility by Junheum,Choi
|
|
* Updated :
|
|
------------------------------------------------------------ */
|
|
/* #head{
|
|
border:1px solid blue;
|
|
} */
|
|
/* #tail{
|
|
border:1px solid green;
|
|
} */
|
|
#layout{
|
|
width:100%;
|
|
background-color:#efefef
|
|
}
|
|
/* #layout #left {
|
|
} */
|
|
#layout #body{
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
}
|
|
|
|
#layout #body div.header{
|
|
/*content 상단라인*/
|
|
padding:15px;
|
|
border-top:1px solid silver;
|
|
border-left:1px solid silver;
|
|
border-bottom:0px;
|
|
border-right:1px solid silver;
|
|
border-radius: 10px 10px 0px 0px;
|
|
background-color:#efefef;
|
|
}
|
|
#layout #body div.content{
|
|
border:1px solid silver;
|
|
background-color:white;
|
|
}
|
|
#layout #body div.footer
|
|
/*content 하단라인*/{
|
|
height:20px;
|
|
border-top:0px;
|
|
border-left:1px solid silver;
|
|
border-bottom:1px solid silver;
|
|
border-right:1px solid silver;
|
|
border-radius: 0px 0px 10px 10px;
|
|
background-color:white;
|
|
}
|
|
|
|
#layout #body div.content div.top{
|
|
/*조건 검색*/
|
|
padding:10px;
|
|
/* border:1px solid red; */
|
|
}
|
|
#layout #body div.content div.top ul.nav li.nav-item{
|
|
/*조건검색 ITEMS*/
|
|
/* border:1px solid red; */
|
|
margin-left:10px;
|
|
}
|
|
#layout #body div.content table {
|
|
white-space: nowrap;
|
|
/* overflow-x: auto;
|
|
padding-top:5px;
|
|
padding-bottom:5px; */
|
|
|
|
}
|
|
#layout #body div.content table th{
|
|
text-align:center;
|
|
font-size: 16px;
|
|
/* border:1px solid silver; */
|
|
}
|
|
#layout #body div.content table td{
|
|
/* border:1px solid silver; */
|
|
text-align:center;
|
|
}
|
|
#layout #body div.content table.form td.label{
|
|
background-color:#e8ebe9;
|
|
width:10%;
|
|
text-align:right;
|
|
padding-right:20px;
|
|
}
|
|
#layout #body div.content table.form td.column{
|
|
height:27px;
|
|
text-align:left;
|
|
padding-left:20px;
|
|
}
|
|
#layout #body div.content div.bottom {
|
|
padding-top:15px;
|
|
text-align:center;
|
|
}
|
|
#layout #body div.content div.bottom ul.nav{
|
|
/* border:1px solid red; */
|
|
margin-bottom:15px;
|
|
}
|
|
#layout #body div.content div.bottom ul.nav li.nav-item{
|
|
/*조건검색 ITEMS*/
|
|
/* border:1px solid red; */
|
|
margin-left:10px;
|
|
} |