clear the jot-nets float
This commit is contained in:
parent
e5e479b405
commit
8b233723c5
@ -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 */
|
||||||
|
@ -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 -->
|
||||||
|
Reference in New Issue
Block a user