Externalize top link style

This commit is contained in:
NumEricR
2013-08-25 16:41:20 +02:00
parent a4990dd294
commit 8e1ed353bb
2 changed files with 15 additions and 1 deletions

View File

@ -236,6 +236,20 @@ a, a:hover, a:visited {
cursor: move;
}
.top_link {
position: fixed;
right: 15px;
bottom: 15px;
display: none;
padding: 20px;
background: #ccc;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
opacity: 0.9;
z-index: 2000;
}
footer {
clear: both;
}