Commit 46fb3d68 by Kálmán Viktor

dashboard: fix node detail in smaller screens

parent c654b9e0
......@@ -408,7 +408,9 @@ footer {
footer a, footer a:hover, footer a:visited {
color: white;
text-decoration: underline;
text-decoration: underline;
}
.template-disk-list {
list-style: none;
padding-left: 0;
......@@ -417,3 +419,7 @@ footer a, footer a:hover, footer a:visited {
.template-disk-list li {
padding-bottom: 5px;
}
#node-info-pane {
margin-bottom: 20px;
}
......@@ -10,12 +10,12 @@
<input id="node-details-rename-name" class="form-control" name="new_name" type="text" value="{{ node.name }}"/>
<button type="submit" id="node-details-rename-submit" class="btn">{% trans "Rename" %}</button>
</form>
</div>
<div id="node-details-h1-name">
</div>
<div id="node-details-h1-name">
{{ node.name }}
</div>
</h1>
<small>{{ node.get_connect_host }}</small>
</div>
</h1>
<small>{{ node.get_connect_host }}</small>
</div>
<div class="row">
<div class="col-md-4" id="node-info-pane">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment