Merge "change the network page's layout when launch instance"
This commit is contained in:
commit
8c819a87b6
@ -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>
|
||||
|
@ -6,6 +6,10 @@
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
fieldset > table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user