Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

Commit

Permalink
fixed wrong design in create_session_view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon Borter committed Dec 6, 2016
1 parent effffae commit 70dec94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resources/starter-theme/create_session_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
media="screen,projection" />
</head>
<body>
<nav class="teal lighten-1" role="navigation">
<nav class="light-blue lighten-1" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo">VMLauncher 2.0</a>
<ul class="right hide-on-med-and-down">
Expand All @@ -37,14 +37,14 @@

<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="header center pink-text">Session modul</h1>
<h1 class="header center orange-text">Session modul</h1>
<div class="row center">
<h5 class="header col s12 light">Manage your sessions here!</h5>
</div>
<!-- <div class="row center"> -->
<!-- <a href="http://materializecss.com/getting-started.html" -->
<!-- id="download-button" -->
<!-- class="btn-large waves-effect waves-light pink">Get Started</a> -->
<!-- class="btn-large waves-effect waves-light orange">Get Started</a> -->
<!-- </div> -->
</div>
</div>
Expand All @@ -66,13 +66,13 @@ <h5 class="header col s12 light">Manage your sessions here!</h5>
</div>
<div class="row center">
<a href="session_view.html" id="cancel_session_button"
class="btn-large waves-effect waves-light pink">Cancel</a> <a
class="btn-large waves-effect waves-light orange">Cancel</a> <a
href="session_view.html" id="create_session_button"
class="btn-large waves-effect waves-light pink">Create</a>
class="btn-large waves-effect waves-light orange">Create</a>
</div>
</div>

<footer class="page-footer pink">
<footer class="page-footer orange">
<div class="container">
<div class="row">
<div class="col l6 s12">
Expand Down Expand Up @@ -105,7 +105,7 @@ <h5 class="white-text">Connect</h5>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="pink-text text-lighten-3"
Made by <a class="orange-text text-lighten-3"
id="materialize_footer_link" href="https://materializecss.com">Materialize</a>
</div>
</div>
Expand Down

0 comments on commit 70dec94

Please sign in to comment.