UI: More compact layour, auto-scroll to user in shares
This commit is contained in:
@@ -158,10 +158,11 @@
|
||||
<tbody>
|
||||
<tr data-name="sharetokenrowtemplate" class="hidden">
|
||||
<td>
|
||||
<button type="button" class="blue inline" data-name="edit" title="Edit Share"><img src="css/icons/edit.svg"
|
||||
class="small_icon" alt="Edit"></button>
|
||||
<button type="button" class="blue inline" data-name="edit" title="Edit Share"><img
|
||||
src="css/icons/edit.svg" class="small_icon" alt="Edit"></button>
|
||||
</td>
|
||||
<td><span class="pill" data-name="rw">rw</span><span class="pill" data-name="ro">ro</span><span data-name="conversion">⟿</span></td>
|
||||
<td><span class="pill" data-name="rw">rw</span><span class="pill" data-name="ro">ro</span><span
|
||||
data-name="conversion">⟿</span></td>
|
||||
<td>
|
||||
<div class="url-input-wrapper">
|
||||
<input type="text" data-name="pathortoken" value="" readonly="" class="inline selectall">
|
||||
@@ -169,14 +170,17 @@
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="red inline" data-name="delete" title="Delete Share"><img src="css/icons/delete.svg"
|
||||
class="small_icon" alt="Delete"></button>
|
||||
<button type="button" class="red inline" data-name="delete" title="Delete Share"><img
|
||||
src="css/icons/delete.svg" class="small_icon" alt="Delete"></button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><button type="button" class="blue inline" data-name="sharebytoken" title="New Share by Token"><img src="css/icons/new.svg"
|
||||
class="small_icon" alt="New Share by Token"></button>
|
||||
<td><button type="button" class="blue inline" data-name="sharebytoken" title="New Share by Token"><img
|
||||
src="css/icons/new.svg" class="small_icon" alt="New Share by Token"></button>
|
||||
</td>
|
||||
<td></td>
|
||||
<td class="fill"></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -189,10 +193,11 @@
|
||||
<tbody>
|
||||
<tr data-name="sharemaprowtemplate" class="hidden">
|
||||
<td>
|
||||
<button type="button" class="blue inline" data-name="edit" title="Edit Share"><img src="css/icons/edit.svg"
|
||||
class="small_icon" alt="Edit"></button>
|
||||
<button type="button" class="blue inline" data-name="edit" title="Edit Share"><img
|
||||
src="css/icons/edit.svg" class="small_icon" alt="Edit"></button>
|
||||
</td>
|
||||
<td><span class="pill" data-name="rw">rw</span><span class="pill" data-name="ro">ro</span><span data-name="conversion">⟿</span></td>
|
||||
<td><span class="pill" data-name="rw">rw</span><span class="pill" data-name="ro">ro</span><span
|
||||
data-name="conversion">⟿</span></td>
|
||||
<td>
|
||||
<div class="url-input-wrapper">
|
||||
<input type="text" data-name="pathortoken" value="" readonly="" class="inline selectall">
|
||||
@@ -200,8 +205,8 @@
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="red inline" data-name="delete" title="Delete Share"><img src="css/icons/delete.svg"
|
||||
class="small_icon" alt="Delete"></button>
|
||||
<button type="button" class="red inline" data-name="delete" title="Delete Share"><img
|
||||
src="css/icons/delete.svg" class="small_icon" alt="Delete"></button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -210,6 +215,9 @@
|
||||
<img src="css/icons/new.svg" class="small_icon" alt="New Share by Map">
|
||||
</button>
|
||||
</td>
|
||||
<td></td>
|
||||
<td class="fill"></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user