diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-06 16:18:49 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-06 16:18:49 +0200 |
| commit | c7401eae9f4a1dabb26b59781a520fabae34e1a8 (patch) | |
| tree | a99c17411aa8999174759e9e4a97ff13139f8fab /client/partials/home/machineCreation.html | |
| parent | f9eb9712b39ce94a9898daa281ddb0585198e3d9 (diff) | |
Correct responsive bug
Diffstat (limited to 'client/partials/home/machineCreation.html')
| -rw-r--r-- | client/partials/home/machineCreation.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/client/partials/home/machineCreation.html b/client/partials/home/machineCreation.html index 8abdf86..0b9a083 100644 --- a/client/partials/home/machineCreation.html +++ b/client/partials/home/machineCreation.html @@ -1,7 +1,5 @@ <div class="modal" id="machineCreationModal" ng-controller="machineCreationCtrl" > - <div class="modal-dialog"> - <div class="modal-content"></div> - </div> + <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> @@ -19,9 +17,6 @@ </div> </div> - - - <fieldset class="form-group"> <label class="control-label col-sm-2">Image</label> <select class="col-sm-20" id="ramSelected" ng-model="selectedImage"> |
