use clearfix feature from bootstrap

This commit is contained in:
nemunaire 2018-12-05 07:42:57 +01:00
parent c877da1161
commit c02b30409b
4 changed files with 7 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<form ng-submit="saveScenes()" class="form-horizontal">
<h2>
<h2 class="clearfix">
Interface publique
<select class="custom-select" style="width: auto" id="screenid" ng-model="screenid" ng-options="k as 'Écran ' + v for (k, v) in screens" ng-change="chScreen()"></select>
<div class="float-right dropdown">
@ -22,8 +22,6 @@
<button type="submit" class="float-right btn btn-success mr-sm-2"><span class="glyphicon glyphicon-save" aria-hidden="true"></span> Publier cette scène</button>
</h2>
<div style="clear:both"></div>
<div class="alert alert-info" ng-if="!scenes.length">
<strong ng-if="!someUpdt">Aucun contenu n'est actuellement affiché.</strong>
<strong ng-if="someUpdt">Aucun contenu à afficher.</strong>