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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user