Added icons to more buttons

This commit is contained in:
Björn Dahlgren 2015-09-19 19:23:28 +02:00
parent daaefa4fa1
commit fab9fd572a
4 changed files with 16 additions and 4 deletions

View File

@ -4,5 +4,8 @@
<input type="file" class="form-control path" name="mission" id="mission" data-field="mission">
<span class="help-block">Only supports missions packed as a PBO</span>
</div>
<button type="submit" class="btn btn-primary ladda-button" data-style="expand-left">Upload</button>
<button type="submit" class="btn btn-primary ladda-button" data-style="expand-left">
<span class="glyphicon glyphicon-cloud-upload"></span>
Upload
</button>
</form>

View File

@ -7,5 +7,8 @@
<i>https://steamcommunity.com/workshop/filedetails/?id=$id</i>
</span>
</div>
<button type="submit" class="btn btn-primary ladda-button" data-style="expand-left">Download</button>
<button type="submit" class="btn btn-primary ladda-button" data-style="expand-left">
<span class="glyphicon glyphicon-cloud-download"></span>
Download
</button>
</form>

View File

@ -12,4 +12,7 @@
<tbody></tbody>
</table>
<a class="btn btn-primary" id="add-server" href="#">Add new server</a>
<a class="btn btn-primary" id="add-server" href="#">
<span class="glyphicon glyphicon-plus"></span>
Add new server
</a>

View File

@ -1,7 +1,10 @@
<h2><%-title%></h2>
<form>
<button class="btn btn-default btn-primary pull-right" type="submit">Save</button>
<button class="btn btn-default btn-primary pull-right" type="submit">
<span class="glyphicon glyphicon-floppy-disk"></span>
Save
</button>
</form>
<!-- Nav tabs -->