Commit a3524e7a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 68467dce
...@@ -44,7 +44,7 @@ if(isset($_SESSION['api-key']) OR (isset($_COOKIE['api-key']) AND isset($_COOKIE ...@@ -44,7 +44,7 @@ if(isset($_SESSION['api-key']) OR (isset($_COOKIE['api-key']) AND isset($_COOKIE
<meta name="description" content="MediaDB Webfrontend"> <meta name="description" content="MediaDB Webfrontend">
<meta name="author" content=""> <meta name="author" content="">
<title>MediaDB-Anmeldung</title> <title>MediaDB-Anmeldung</title>
<link href="files/bootstrap.css" rel="stylesheet"> <link href="webapp/css/bootstrap.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="files/ie10-viewport-bug-workaround.css" rel="stylesheet"> <link href="files/ie10-viewport-bug-workaround.css" rel="stylesheet">
......
...@@ -364,8 +364,8 @@ ul.callbacks_tabs.callbacks1_tabs { ...@@ -364,8 +364,8 @@ ul.callbacks_tabs.callbacks1_tabs {
} }
@media(max-width:480px){ @media(max-width:480px){
.container { .container {
padding-right: 1px; padding-right: 3px;
padding-left: 1px; padding-left: 3px;
} }
.caption { .caption {
width: 70%; width: 70%;
...@@ -396,6 +396,10 @@ ul.callbacks_tabs.callbacks1_tabs { ...@@ -396,6 +396,10 @@ ul.callbacks_tabs.callbacks1_tabs {
} }
} }
@media(max-width:320px){ @media(max-width:320px){
.container {
padding-right: 1px;
padding-left: 1px;
}
.caption { .caption {
width: 70%; width: 70%;
top: 14%; top: 14%;
...@@ -427,15 +431,14 @@ ul.callbacks_tabs.callbacks1_tabs { ...@@ -427,15 +431,14 @@ ul.callbacks_tabs.callbacks1_tabs {
} }
} }
.button { .button {
display: block; display: block;
z-index: 2; z-index: 2;
text-shadow: none; text-shadow: none;
margin: 0; margin: 0;
max-width: none; max-width: none;
position: absolute; position: absolute;
top:5%; top:5%;
right:5%; right:5%;
} }
.button a{ .button a{
text-decoration: none; text-decoration: none;
......
webapp/images/f_logo.png

3.71 KB | W: | H:

webapp/images/f_logo.png

3.88 KB | W: | H:

webapp/images/f_logo.png
webapp/images/f_logo.png
webapp/images/f_logo.png
webapp/images/f_logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -259,12 +259,12 @@ License URL: http://creativecommons.org/licenses/by/3.0/ ...@@ -259,12 +259,12 @@ License URL: http://creativecommons.org/licenses/by/3.0/
</ul> </ul>
</div> </div>
<div class="col_1_of_3 span_1_of_3"> <div class="col_1_of_3 span_1_of_3">
<h3>Follow Us</h3> <!-- <h3>Follow Us</h3>
<ul class="first"> <ul class="first">
<li><a href="#">Facebook</a></li> <li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li> <li><a href="#">Twitter</a></li>
<li><a href="#">Youtube</a></li> <li><a href="#">Youtube</a></li>
</ul> </ul> -->
<div class="copy"> <div class="copy">
<p>&copy; 2015 Template by <a href="http://w3layouts.com" target="_blank"> w3layouts</a></p> <p>&copy; 2015 Template by <a href="http://w3layouts.com" target="_blank"> w3layouts</a></p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment