gui: CSS tweaks for mobile views

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3257
This commit is contained in:
Daniel Harte
2016-06-02 23:21:19 +00:00
committed by Audrius Butkevicius
parent 855a1bef89
commit 3795a786c9
8 changed files with 90 additions and 27 deletions

View File

@@ -10,7 +10,9 @@
<div class="modal-content">
<div class="modal-header alert alert-{{status}}">
<h4 class="modal-title">
<span ng-if="icon" class="fa fa-{{icon}}"></span>
<div class="panel-icon">
<span ng-if="icon" class="fa fa-{{icon}}"></span>
</div>
{{title}}
</h4>
</div>