From d51f552bcb12a73880465c29eec87eb45ab0a17d Mon Sep 17 00:00:00 2001 From: Kálmán Viktor <kviktor@cloud.bme.hu> Date: Mon, 28 Oct 2013 16:32:40 +0100 Subject: [PATCH] dashboard: resize no js selects in vm create --- circle/dashboard/templates/dashboard/vm-create.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle/dashboard/templates/dashboard/vm-create.html b/circle/dashboard/templates/dashboard/vm-create.html index 86f9fea..7e05572 100644 --- a/circle/dashboard/templates/dashboard/vm-create.html +++ b/circle/dashboard/templates/dashboard/vm-create.html @@ -37,7 +37,7 @@ <h2>Disks</h2> </div> <div class="col-sm-8" style="padding-top: 3px;"> - <div class="js-hidden" style="padding-top: 15px;"> + <div class="js-hidden" style="padding-top: 15px; max-width: 450px;"> <select class="form-control" id="vm-create-disk-add-form" multiple> {% for d in disks %} <option value="{{ d.pk }}">{{ d.name }}</option> @@ -84,7 +84,7 @@ } </style> <div class="col-sm-8" style="padding-top: 3px;"> - <div class="js-hidden" style="padding-top: 15px;"> + <div class="js-hidden" style="padding-top: 15px; max-width: 450px;"> <h4>Managed networks</h4> <select class="form-control" id="vm-create-network-add-managed" multiple> {% for v in vlans %} -- libgit2 0.26.0