Skip to content
Snippets Groups Projects
Commit a1aa64e8 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Style für die mobile Version repariert

parent 499d07fe
No related branches found
No related tags found
1 merge request!87Style für die mobile Version repariert
......@@ -432,28 +432,15 @@ a:hover
color:green;
}
/* Style für den Footer */
.footer{
padding: 15px 0;
margin-top:50px;
margin-bottom: 0;
}
.footer a{
color:black;
}
.footer li{
width:49%;
padding:0;
margin:0;
text-align:center;
}
.footer .left{
text-align:right;
padding-right:20px;
footer{
text-align: center;
}
.footer .right{
text-align:left;
padding-left:20px;
footer a{
color: black!important;
}
/* Ein resetter für Floats */
.clearfix{
clear:both;
......
......@@ -52,10 +52,7 @@ header nav {
.result{
padding:0;
}
.result > .resultInformation{
margin-left:0;
padding-left:0;
}
.result .link a{
white-space:nowrap;
overflow:hidden;
......
......@@ -7,8 +7,10 @@
<div class="image col-xs-2 col-sm-1">
<img src="{{ $metager->getImageProxyLink($result->image) }}" alt="" />
</div>
@endif
<div class="resultInformation col-xs-10 col-sm-10">
@else
<div class="resultInformation col-xs-12 col-sm-12">
@endif
<p class="title">
<a class="title" href="{{ $result->link }}" target="{{ $metager->getTab() }}" data-hoster="{{ strip_tags($result->gefVon) }}" data-count="{{ $result->number }}">
{{ $result->titel }}
......
......@@ -46,12 +46,14 @@
@endif
<footer>
<ul class="list-unstyled list-inline footer">
<li class="left"><a class="btn btn-default" href="/">MetaGer-Startseite</a>
</li>
<li class="right"><a class="btn btn-default" href="/impressum/">Impressum</a>
</li>
</ul>
<div class="row">
<div class="col-xs-6">
<a class="btn btn-default" href="/">MetaGer-Startseite</a>
</div>
<div class="col-xs-6">
<a class="btn btn-default" href="/impressum/">Impressum</a>
</div>
</div>
</footer>
<script src="/js/jquery.js" type="text/javascript"></script>
<script src="/js/bootstrap.js" type="text/javascript"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment