nicer admin navigation
This commit is contained in:
parent
4c21bbcefd
commit
6f143cc21f
2 changed files with 30 additions and 13 deletions
|
@ -75,6 +75,10 @@
|
|||
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
<p>Naturheilpraxis SEINHEIT. Kinga Pannek, Bahnhofstraße 105, 8620 Wetzikon, Schweiz</p>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,28 +1,41 @@
|
|||
#adminNavigation {
|
||||
font-family: verdana;
|
||||
background-color: #90CB93;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 689px;
|
||||
background: #90CB93;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
font-size: 0.8em;
|
||||
width: 725px;
|
||||
* width: 729px;
|
||||
padding: 0 70px;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
}
|
||||
|
||||
#adminNavigation li {
|
||||
float: left;
|
||||
padding: 0 5px;
|
||||
display: inline;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#adminNavigation li:first-child {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
#adminNavigation li:last-child {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#adminNavigation a {
|
||||
color: white;
|
||||
background-color: #416843;
|
||||
padding: 3px 5px;
|
||||
background: #416843;
|
||||
padding: 1em;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#adminNavigation a:hover {
|
||||
background: #216849;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue