Fix all your design issues
This commit is contained in:
parent
3943320c8e
commit
fb377030ef
2 changed files with 7 additions and 14 deletions
|
@ -61,14 +61,11 @@ table {
|
|||
font: 14px/16px Arial, Helvetica, sans-serif;
|
||||
background: white;
|
||||
background: rgba(255,255,255,0.0);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#zeus {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#GSR {
|
||||
float: right;
|
||||
.author-icon {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.legend {
|
||||
|
@ -125,12 +122,8 @@ table {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.info {
|
||||
max-width: 90px;
|
||||
}
|
||||
|
||||
#zeus {
|
||||
width: 75px;
|
||||
.author-icon {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -95,8 +95,8 @@
|
|||
</div>
|
||||
</script>
|
||||
<script id="info-template" type="text/x-handlebars-template">
|
||||
<a href="http://zeus.ugent.be/"><img id="zeus" src="img/zeus.png"></a>
|
||||
<a href="https://gentsestudentenraad.be/"><img id="GSR" src="img/GSR.png"></a>
|
||||
<a href="http://zeus.ugent.be/" class="author-icon"><img src="img/zeus.png" alt="Zeus WPI"></a>
|
||||
<a href="https://gentsestudentenraad.be/" class="author-icon"><img src="img/GSR.png" alt="Gentse Studentenraad"></a>
|
||||
</script>
|
||||
<script id="share-template" type="text/x-handlebars-template">
|
||||
<div class="fb-share-button" data-href="//blok.ugent.be" data-layout="button_count"></div>
|
||||
|
|
Loading…
Reference in a new issue