Merge "change the network page's layout when launch instance"

This commit is contained in:
Jenkins 2015-02-11 11:10:42 +00:00 committed by Gerrit Code Review
commit 8c819a87b6
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;