Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Minor corrections to old editor template
Browse files Browse the repository at this point in the history
  • Loading branch information
avilaton committed Jul 20, 2018
1 parent b635c1f commit f54b079
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions app/editor/static/app/styles/style.css
Expand Up @@ -30,6 +30,7 @@ html {
min-height: 100%;
}
body {
padding-top: 80px;
/* Margin bottom by footer height */
margin-bottom: 40px;
}
Expand Down
16 changes: 8 additions & 8 deletions app/editor/templates/index.html
Expand Up @@ -19,8 +19,10 @@
<link href="styles/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">

<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
Expand All @@ -29,7 +31,6 @@
</button>
<a class="navbar-brand" href="#">Transit Feed Editor</a>
</div>
<!-- /.navbar-header -->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
{% if current_user.is_authenticated() %}
Expand All @@ -45,27 +46,26 @@
<li><a href="{{ url_for('auth.login') }}">Log In</a></li>
{% endif %}
</ul>

<div class="js-navbar-right"></div>
</div>
</div>
</nav>

<div class="container">
<div class="row main-view">
</div>
<!-- Modals -->
</div>
<div class="modal fade" id="routeDataEditor"></div>
<br>
<footer class="footer">
<div class="container">
<div class="container text-center">
<div class="row voffset1">
<div class="col-md-4">
<a class="text-muted" href="https://github.com/avilaton/gtfseditor">Source code</a>
</div>
<div class="col-md-4"></div>
<div class="col-md-4 text-right">
<div class="col-md-4 text-center">
<a class="text-muted" href="https://github.com/avilaton/gtfseditor/issues">Help</a>

</div>
</div>
</div>
Expand Down

0 comments on commit f54b079

Please sign in to comment.