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

View File

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

View File

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