style: 検索項目と下線間の幅を広げた。
This commit is contained in:
parent
ff5319f59d
commit
9ede78c299
@ -52,7 +52,6 @@ table{
|
||||
.search_table {
|
||||
margin-bottom: 1%;
|
||||
padding-bottom: 1%;
|
||||
border-bottom: solid 1px gray;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -69,6 +68,11 @@ table{
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
||||
._form._border {
|
||||
border-bottom: solid 1px gray;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.back_bt {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<form class="_form" id="bio_search" name="search" action="/bio/BioSearchList" method="POST">
|
||||
<form class="_form _border" id="bio_search" name="search" action="/bio/BioSearchList" method="POST">
|
||||
<table class="search_table">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user