Fix layout issues in oauth views

This commit is contained in:
Johannes Zellner
2017-08-15 11:11:09 +02:00
parent 054de4813d
commit afcb3dd237
9 changed files with 174 additions and 183 deletions

View File

@@ -27,14 +27,15 @@
</head>
<body class="oauth">
<body>
<div class="layout-root">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top shadow" role="navigation" style="margin-bottom: 0">
<div class="container-fluid">
<div class="navbar-header">
<a href="/" class="navbar-brand navbar-brand-icon"><img src="/api/v1/cloudron/avatar?<%= Math.random() %>" width="40" height="40"/></a>
<a href="/" class="navbar-brand"><%= cloudronName %></a>
</div>
<div class="container-fluid">
<div class="navbar-header">
<a href="/" class="navbar-brand navbar-brand-icon"><img src="/api/v1/cloudron/avatar?<%= Math.random() %>" width="40" height="40"/></a>
<a href="/" class="navbar-brand"><%= cloudronName %></a>
</div>
</div>
</nav>