
File name
Commit message
Commit date
2023-07-26
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
/* board css */
.de_Search {
position: relative;
display: block;
width: 100%;
margin: 0 0 35px;
padding: 0px;
overflow: hidden;
}
.de_Search > table {
position: relative;
width: 100%;
border-top: 2px solid #474747;
margin: 0px;
padding: 0px;
font-size: 15px;
}
.de_Search > table > tbody > tr {
border-bottom: 1px solid #e2e2e2;
}
.de_Search > table > tbody > tr:last-child {
border-bottom: 1px solid #9f9f9f;
}
.de_Search > table > tbody > tr > th
{
padding: 7px;
line-height: 30px;
border-bottom: none;
background: white;
font-size: 12px;
}
.de_Search > table > tbody > tr > td
{
padding: 7px;
line-height: 30px;
border-bottom: none;
background: white;
font-size: 12px;
text-align: left;
}
.de_Search > table > tbody > tr > th {
width: 160px;
background: #f5f5f5;
font-weight: normal;
color: #474747;
}
.de_Search > table > tbody > tr > td > select {
/* min-width: 100px; */
width: auto;
height: 30px;
margin-right: 7px;
border-radius: 1px;
border: 1px solid #c8c8c8;
}
.de_Search > table > tbody > tr > td > input[type='text'] {
min-width: 50%;
height: 30px;
line-height: 30px;
/* width: 100%; */
padding: 0.5rem;
border-radius: 1px;
border: 1px solid #c8c8c8;
}
.de_Search > table > tbody > tr > td > input[type='date'] {
min-width: 100px;
height: 30px;
padding: 0.5rem;
border-radius: 1px;
border: 1px solid #c8c8c8;
}
.de_Search > .btnSearch {
position: relative;
display: block;
width: 85px;
padding: 0px 10px;
margin: 12px auto 0;
background: #426c92;
font-size: 15px;
color: #FFF;
font-family: 'malgun gothic', sans-serif;
line-height: 35px;
border-radius: 2px;
text-align: center;
}
.de_Search > table.troubleTable {
margin-bottom: 15px;
}
.de_Search > table.troubleTable > tbody > tr > th {
width: 120px;
}
tbody>tr>td button {
display: inline-block;
background-color:#555;
color:#fff;
padding:3px 10px 4px;
border:none;
cursor: pointer;
border-radius: 2px;
border: 0px;
}
table.tsTable.boardTable > tbody > tr > th { border-left: 0px;}
table.tsTable.boardTable > tbody > tr:nth-child(even) {
background: #f9f9f9;
}
table.tsTable.boardTable > tbody > tr > th > a {
color: #426c92;
}