mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<!-- UI Panel -->
|
||||
<div class="bg-gray-900 border-b border-gray-700 shadow-md">
|
||||
<div class="max-w-7xl mx-auto px-4 py-2">
|
||||
<div class="flex items-center gap-3">
|
||||
<div class="flex items-start gap-3">
|
||||
<div class="flex-1">
|
||||
<label for="line1" class="block text-xs font-medium text-gray-400 mb-1"> Line 1 </label>
|
||||
<input
|
||||
@@ -42,8 +42,12 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="flex items-start gap-2">
|
||||
<div class="w-24">
|
||||
<label for="lang" class="block text-xs font-medium text-gray-400 mb-1"> Lang </label>
|
||||
<label for="lang" class="block text-xs font-medium text-gray-400 mb-1">
|
||||
Lang
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
id="lang"
|
||||
@@ -52,8 +56,22 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="flex gap-2">
|
||||
<button
|
||||
id="shareBtn"
|
||||
class="px-4 py-1.5 text-sm font-medium text-white bg-blue-600 rounded hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 focus:ring-offset-gray-900 transition-all mt-5"
|
||||
>
|
||||
Share
|
||||
</button>
|
||||
<button
|
||||
id="resetBtn"
|
||||
class="px-4 py-1.5 text-sm font-medium text-white bg-gray-700 rounded hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2 focus:ring-offset-gray-900 transition-all mt-5"
|
||||
>
|
||||
Reset
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label
|
||||
class="flex items-center gap-2 text-xs text-gray-300 cursor-pointer whitespace-nowrap"
|
||||
>
|
||||
@@ -62,24 +80,9 @@
|
||||
id="showDifferencesRed"
|
||||
class="w-4 h-4 text-blue-600 bg-gray-700 border-gray-600 rounded focus:ring-blue-500 focus:ring-2"
|
||||
/>
|
||||
<span>Show differences red</span>
|
||||
<span>highlight line1 != line2</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="flex gap-2">
|
||||
<button
|
||||
id="shareBtn"
|
||||
class="px-4 py-1.5 text-sm font-medium text-white bg-blue-600 rounded hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 focus:ring-offset-gray-900 transition-all"
|
||||
>
|
||||
Share
|
||||
</button>
|
||||
<button
|
||||
id="resetBtn"
|
||||
class="px-4 py-1.5 text-sm font-medium text-white bg-gray-700 rounded hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2 focus:ring-offset-gray-900 transition-all"
|
||||
>
|
||||
Reset
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user