forked from services/mlmmj-light-web-ecg
UI improvement - light layout changes #17
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<div id="column_middle">
|
||||
<div id="column_middle_inner">
|
||||
<div id="table_div">
|
||||
<table id="table_middle">
|
||||
<table id="table_middle" class="table_middle">
|
||||
<tr>
|
||||
<td>
|
||||
<div id="prefix_header">
|
||||
@@ -94,14 +94,16 @@
|
||||
Prefix:
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="text" name="prefix" value="{$prefix|escape:'htmlall'}" id="prefix">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table style="width: 100%; text-align: center; margin-top: 50px; padding: 0 25px 0 25px;">
|
||||
<table class="table_middle">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<td >
|
||||
<div id="listdescription_header">
|
||||
<div class="tooltip">
|
||||
<img src="help.svg" width=15 height=15>
|
||||
@@ -111,6 +113,10 @@
|
||||
</div>
|
||||
List description:
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<textarea name="listdescription" id="listdescription" style="height: 100%; width: 100%;">{$listdescription|escape:'htmlall'}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user