Commit 46fb3d68 by Kálmán Viktor

dashboard: fix node detail in smaller screens

parent c654b9e0
...@@ -408,7 +408,9 @@ footer { ...@@ -408,7 +408,9 @@ footer {
footer a, footer a:hover, footer a:visited { footer a, footer a:hover, footer a:visited {
color: white; color: white;
text-decoration: underline; text-decoration: underline;
}
.template-disk-list { .template-disk-list {
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
...@@ -417,3 +419,7 @@ footer a, footer a:hover, footer a:visited { ...@@ -417,3 +419,7 @@ footer a, footer a:hover, footer a:visited {
.template-disk-list li { .template-disk-list li {
padding-bottom: 5px; padding-bottom: 5px;
} }
#node-info-pane {
margin-bottom: 20px;
}
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
<input id="node-details-rename-name" class="form-control" name="new_name" type="text" value="{{ node.name }}"/> <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> <button type="submit" id="node-details-rename-submit" class="btn">{% trans "Rename" %}</button>
</form> </form>
</div> </div>
<div id="node-details-h1-name"> <div id="node-details-h1-name">
{{ node.name }} {{ node.name }}
</div> </div>
</h1> </h1>
<small>{{ node.get_connect_host }}</small> <small>{{ node.get_connect_host }}</small>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-4" id="node-info-pane"> <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