mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:36:45 +02:00
Update entity list search input to be full width with margin
This commit is contained in:
parent
7ac3bd3ee8
commit
8d65caaaef
2 changed files with 13 additions and 1 deletions
|
@ -175,7 +175,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="entity-list">
|
<div id="entity-list">
|
||||||
<input type="text" class="search" id="filter" placeholder="Filter" />
|
<div id="search-area">
|
||||||
|
<input type="text" class="search" id="filter" placeholder="Filter" />
|
||||||
|
</div>
|
||||||
<table id="entity-table">
|
<table id="entity-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -90,6 +90,16 @@ input[type=button] {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search-area {
|
||||||
|
width: 100%;
|
||||||
|
padding: 0.5em;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-area input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
textarea, input {
|
textarea, input {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1.5pt;
|
padding: 1.5pt;
|
||||||
|
|
Loading…
Reference in a new issue