mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
28 lines
545 B
Scheme
28 lines
545 B
Scheme
|
<style>
|
||
|
#left_separator {
|
||
|
border-bottom: 3px solid #d4d0c8;
|
||
|
}
|
||
|
|
||
|
#SearchFrom_holder{
|
||
|
border-bottom: 1px solid #808080;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
|
||
|
<div id="LeftPane">
|
||
|
<h2>Add Listing</h2>
|
||
|
<div id="SearchForm_holder" class="lefttop" style="overflow:auto">
|
||
|
$AddForm
|
||
|
</div>
|
||
|
<h2>Search Listings</h2>
|
||
|
<div id="SearchForm_holder" class="leftbottom" style="overflow:auto">
|
||
|
$SearchForm
|
||
|
</div>
|
||
|
<div id="left_separator">
|
||
|
|
||
|
</div>
|
||
|
<h2>Search Results</h2>
|
||
|
<div id="ResultTable_holder" class="leftbottom" style="overflow:auto">
|
||
|
$Results
|
||
|
</div>
|
||
|
</div>
|