style fixes

master
James Sigurðarson 2016-08-12 12:30:44 +01:00
parent 8d47355938
commit 264b0bc4ac
2 changed files with 10 additions and 3 deletions

View File

@ -182,6 +182,12 @@ code, kbd, pre, samp {
border-radius: 4px;
}
.shell-frame {
border-width: 0px;
width: 100%;
height: calc(100% - 64px);
}
/* MEDIUM */
@media only screen and (max-width : 992px) {

View File

@ -1,8 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div class="card orange darken-1">
<div class="card-content">
Username: {{account.username}} Password: {{account.password}} <code> ssh {{account.username}}@{{account.hostname}} -p {{account.port}}</code>
<div class="card orange darken-2">
<div class="card-content white-text">
<span class="card-title">Username: {{account.username}} Password: {{account.password}}</span>
<code> ssh {{account.username}}@{{account.hostname}} -p {{account.port}}</code>
</div>
</div>
<div class="center" style="margin-top: 50px;">