Skip to content
Snippets Groups Projects
Commit 64813bcd authored by Benjamin Becker's avatar Benjamin Becker
Browse files

odpsh-564, footer for mobile

parent c053fda4
Branches
Tags
No related merge requests found
......@@ -788,8 +788,6 @@ ul.dataset-resources {
}
element.style {
}
.dataformat-label:hover {
background-color: #d4004b!important;
}
......@@ -800,10 +798,6 @@ element.style {
margin-bottom: 10px;
}
.popover-content{
}
.popover{
width: unset;
display:inline-table!important;
......@@ -1109,10 +1103,7 @@ label:after {
color:#003064;
}
/* remove icon in upload button */
.image-upload .fa-cloud-upload:before {
content: unset;
}
/* remove icon
.image-upload .fa-globe:before {
content: unset;
}
......@@ -1147,7 +1138,10 @@ label:after {
/* .stages li.last.uncomplete::after, */
.stages li.uncomplete .highlight{
color: #003064;
color: #0in upload button */
.image-upload .fa-cloud-upload:before {
content: unset;
}03064;
background: rgb(204,214,224);
}
......@@ -1198,15 +1192,10 @@ label:after {
.footer a{
color:white;
}
@media (max-width: 1023px){
.footer{
border-top:0px;
width: 100%;
}
body {
background-color: white;
}
}
.footer .container{
width: 100%;
max-width: 1000px;
......@@ -1248,6 +1237,47 @@ body {
margin-top: 10px;
}
@media (max-width: 1023px){
.footer{
border-top:0px;
width: 100%;
}
.footer-line{
border-top: 1px solid white;
}
}
@media (max-width: 767px){
.footer .container {
padding-bottom: 0;
}
.footer-line{
border-top: none;
margin-top: 0;
margin-bottom: 0;
}
.footer-content{
box-sizing: border-box;
padding-bottom: 15px;
background-image: none;
height: 139px;
display: flex;
flex-direction: column-reverse;
}
.footer-first-row{
padding-top: 0;
height: 0;
}
.footer-right{
display: flex;
justify-content: space-between;
padding-bottom: 15px;
}
.footer-icon a{
padding: 15px 0;
}
}
.toolbar .breadcrumb li:after {
background-image: url(/base/images/arrow-right.png);
background-repeat: no-repeat;
......@@ -1395,8 +1425,6 @@ body {
text-align: center;
}
element.style {
}
.dataformat-label:hover {
background-color: #d4004b!important;
}
......
......@@ -8,6 +8,7 @@
<div class='footer-line'></div>
<div class="footer-left">
<div class="footer-icon">&copy; {{g.site_title}}</div>
</div>
<div class="footer-right">
<div class='footer-icon'><a href='http://www.schleswig-holstein.de/odpkontakt'>Kontakt</a></div>
<div class='footer-icon'><a href='http://www.schleswig-holstein.de/odpimpressum'>Impressum</a></div>
......@@ -15,5 +16,4 @@
</div>
</div>
</div>
</div>
</footer>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment