change the network page's layout when launch instance

Change the css for networklist and change the layout for
network selected page.

Closes-bug:#1416286

Change-Id: I3e6fdc21ec7c3b565fe4ad833a9628303a7efa46
This commit is contained in:
tinytmy 2015-02-02 10:40:07 +08:00
parent 849961fb32
commit 291ea741a0
3 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<table class="table-fixed" id="networkListSortContainer">
<tbody>
<tr>
<td class="actions">
<td class="col-sm-6">
<label id="selected_network_label">{% trans "Selected networks" %}</label>
<ul id="selected_network" class="networklist">
</ul>
@ -12,7 +12,7 @@
<ul id="available_network" class="networklist">
</ul>
</td>
<td class="help_text">
<td class="col-sm-6">
{% include "project/instances/_launch_network_help.html" %}
</td>
</tr>

View File

@ -6,6 +6,10 @@
padding-top: 10px;
}
td {
vertical-align: top;
}
fieldset > table {
margin-bottom: 0;
}

View File

@ -1562,7 +1562,7 @@ label.log-length {
width: auto !important;
@include box-sizing(border-box);
li {
width: 226px;
width: 80%;
list-style-type: none;
margin: 6px auto;
padding: 3px;