Better prefix-positioning

This commit is contained in:
Kasper Rynning-Tønnesen
2018-08-28 21:46:02 +02:00
parent 1a4ba7ee1c
commit d98121b47e
2 changed files with 2 additions and 8 deletions

View File

@@ -1394,16 +1394,10 @@ margin:-1px;
margin-left: 0px !important;
}
.input-field .prefix
{
position: relative !important;
}
.channel-finder .input-field .prefix{
color:white;
font-size:17px;
left: 47px;
top: -9px;
margin-left: -215px;
}
.autocomplete-content li .highlight {

View File

@@ -3,7 +3,7 @@
<h5>Create a radio channel, collaborate and listen</h5>
<form class="channel-finder row">
<div class="input-field col s12">
<p class="prefix">zoff.me/</p>
<span class="prefix">zoff.me/</span>
<input
class="room-namer autocomplete"
type="text"