clear the jot-nets float

This commit is contained in:
friendica 2014-05-14 20:49:33 -07:00
parent e5e479b405
commit 8b233723c5
2 changed files with 2 additions and 2 deletions

View File

@ -46,12 +46,12 @@
margin: 16px; margin: 16px;
} }
/* this is referenced in js/acl.js - not sure if it is still needed. */
.profile-jot-net { .profile-jot-net {
float: left; float: left;
margin-right: 10px; margin-right: 10px;
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
padding: 5px;
} }
/* conversation */ /* conversation */

View File

@ -23,7 +23,7 @@
{{$jotnets}} {{$jotnets}}
{{/if}} {{/if}}
</div> </div>
<div class="modal-footer"> <div class="modal-footer clear">
<button type="button" class="btn btn-default" data-dismiss="modal">{{$aclModalDismiss}}</button> <button type="button" class="btn btn-default" data-dismiss="modal">{{$aclModalDismiss}}</button>
</div> </div>
</div><!-- /.modal-content --> </div><!-- /.modal-content -->