Skip to content

Commit

Permalink
Flytta loggor, nya spottanloggan
Browse files Browse the repository at this point in the history
  • Loading branch information
possan committed Mar 15, 2015
1 parent e5dda9c commit 6f020cb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
22 changes: 17 additions & 5 deletions web/css/style.css
Expand Up @@ -60,6 +60,10 @@ select {
overflow-y: auto;
}

#params {
padding-top: 20px;
}

#params li {
list-style: none;
margin: 0;
Expand Down Expand Up @@ -159,16 +163,24 @@ br {
#logocnt {
background:rgba(255,255,255,0.0);
padding: 10px;
position:absolute;
/* position:absolute;
bottom: 0px;
left: 0px;
*/
text-align: center;
color: #444;
z-index: 500;
/*height: 60px;*/
width: 100%;
}

#logocnt a {
/*float: left;*/
/*vertical-align: center;*/
}

#logocnt img {
max-width: 90px;
max-height: 100px;
margin:15px 0;
#logocnt a img {
max-width: 200px;
max-height: 60px;
margin: 0 25px 0 0;
}
Binary file modified web/img/spotify-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions web/index.html
Expand Up @@ -12,11 +12,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script>
</head>
<body>
<div id="logocnt">
<a href="http://www.cavagent.com"><img src="img/cavagent.gif"></a><br/>
<a href="http://www.spotify.com"><img src="img/spotify-logo.png"></a><br/>
<a href="http://www.sp.se"><img src="img/sp.png"></a><br />
</div>
<div id="map"></div>
<div id="paramcnt">
<i class="toggler fa fa-toggle-off fa-2x" id="toggleParam"></i>
Expand All @@ -36,6 +31,11 @@
<h2>För att starta simulering</h2>
<p>Klicka på kartan för att sätta en startpunkt och sedan för att sätta en slutpunkt</p>
</div>
<div id="logocnt">
<a href="http://www.cavagent.com"><img src="img/cavagent.gif"></a>
<a href="http://www.spotify.com"><img src="img/spotify-logo.png"></a>
<a href="http://www.sp.se"><img src="img/sp.png"></a>
</div>
</div>

<div id="debug"></div>
Expand Down

0 comments on commit 6f020cb

Please sign in to comment.