mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Better prefix-positioning
This commit is contained in:
@@ -1394,16 +1394,10 @@ margin:-1px;
|
|||||||
margin-left: 0px !important;
|
margin-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-field .prefix
|
|
||||||
{
|
|
||||||
position: relative !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.channel-finder .input-field .prefix{
|
.channel-finder .input-field .prefix{
|
||||||
color:white;
|
color:white;
|
||||||
font-size:17px;
|
font-size:17px;
|
||||||
left: 47px;
|
margin-left: -215px;
|
||||||
top: -9px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete-content li .highlight {
|
.autocomplete-content li .highlight {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<h5>Create a radio channel, collaborate and listen</h5>
|
<h5>Create a radio channel, collaborate and listen</h5>
|
||||||
<form class="channel-finder row">
|
<form class="channel-finder row">
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
<p class="prefix">zoff.me/</p>
|
<span class="prefix">zoff.me/</span>
|
||||||
<input
|
<input
|
||||||
class="room-namer autocomplete"
|
class="room-namer autocomplete"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
Reference in New Issue
Block a user