Skip to content

Commit 9ce095a

Browse files
committed
fix: Positioning minor fix
1 parent d4a9d48 commit 9ce095a

File tree

4 files changed

+2062
-47
lines changed

4 files changed

+2062
-47
lines changed

docs/index.html

+12-10
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@
2323
placeholder="Name"
2424
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
2525
/>
26-
<label for="name" class="is-float-label bg-white text-gray-700">Name</label>
26+
<label for="name" class="is-float-label bg-white text-gray-500">Name</label>
2727
</div>
2828
<div class="has-float-label">
29-
<label for="Login" class="is-float-label bg-white text-gray-700">Login</label>
29+
<label for="Login" class="is-float-label bg-white text-gray-500"
30+
>Login (Always visible)</label
31+
>
3032
<input
3133
type="text"
3234
id="Login"
3335
autocomplete="off"
3436
placeholder="Login"
3537
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-base"
36-
value="Login"
38+
value=""
3739
/>
3840
</div>
3941
<div class="has-float-label">
@@ -45,7 +47,7 @@
4547
4648
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-lg"
4749
/>
48-
<label for="Email" class="is-float-label bg-white text-gray-700">Email</label>
50+
<label for="Email" class="is-float-label bg-white text-gray-500">Email</label>
4951
</div>
5052

5153
<div class="has-float-label">
@@ -56,7 +58,7 @@
5658
value="Password"
5759
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-xl"
5860
/>
59-
<label for="Password" class="is-float-label bg-white text-gray-700">Password</label>
61+
<label for="Password" class="is-float-label bg-white text-gray-500">Password</label>
6062
</div>
6163

6264
<div class="has-float-label">
@@ -68,7 +70,7 @@
6870
value="Job Title"
6971
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-2xl"
7072
/>
71-
<label for="Job Title" class="is-float-label bg-white text-gray-700"
73+
<label for="Job Title" class="is-float-label bg-white text-gray-500"
7274
>Job Title</label
7375
>
7476
</div>
@@ -81,7 +83,7 @@
8183
value="Status"
8284
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-3xl"
8385
/>
84-
<label for="Status" class="is-float-label bg-white text-gray-700">Status</label>
86+
<label for="Status" class="is-float-label bg-white text-gray-500">Status</label>
8587
</div>
8688

8789
<div class="has-float-label">
@@ -92,7 +94,7 @@
9294
value="Image"
9395
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-xs"
9496
/>
95-
<label for="Image" class="is-float-label bg-white text-gray-700">Image</label>
97+
<label for="Image" class="is-float-label bg-white text-gray-500">Image</label>
9698
</div>
9799

98100
<div class="has-float-label">
@@ -107,7 +109,7 @@
107109
<option value="4">Option 4</option>
108110
<option value="5">Option 5</option>
109111
</select>
110-
<label class="is-float-label bg-white text-gray-700" for="Select">Select</label>
112+
<label class="is-float-label bg-white text-gray-500" for="Select">Select</label>
111113
</div>
112114

113115
<div class="has-float-label">
@@ -117,7 +119,7 @@
117119
>
118120
Bio</textarea
119121
>
120-
<label class="is-float-label bg-white text-gray-700">Bio</label>
122+
<label class="is-float-label bg-white text-gray-500">Bio</label>
121123
</div>
122124
</form>
123125
</body>

0 commit comments

Comments
 (0)