Commit 379958ed authored by Markus Bergt's avatar Markus Bergt

fixed button type

parent 5b870c1d
...@@ -170,8 +170,8 @@ ...@@ -170,8 +170,8 @@
<input type="text" class="form-control" placeholder="Deine Nachricht..." autofocus> <input type="text" class="form-control" placeholder="Deine Nachricht..." autofocus>
<span class="input-group-btn"> <span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="glyphicon glyphicon-send" /> <span class="hidden-xs">Senden</span></button> <button class="btn btn-default" type="button"><span class="glyphicon glyphicon-send" /> <span class="hidden-xs">Senden</span></button>
<button class="btn btn-warning" type="button"><span class="glyphicon glyphicon-send glyphicon-warning" /> <span class="hidden-xs">Mod</span></button> <button class="btn btn-default" type="button"><span class="glyphicon glyphicon-send glyphicon-warning" /> <span class="hidden-xs">Mod</span></button>
<button class="btn btn-danger" type="button"><span class="glyphicon glyphicon-send glyphicon-danger" /> <span class="hidden-xs">Admin</span></button> <button class="btn btn-default" type="button"><span class="glyphicon glyphicon-send glyphicon-danger" /> <span class="hidden-xs">Admin</span></button>
</span> </span>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment