fix style

This commit is contained in:
Mathias Panzenböck
2013-07-11 00:06:35 +02:00
parent f9ab915880
commit 7825d7f72e

15
gui.css
View File

@@ -18,6 +18,21 @@ background: linear-gradient(top, #2d96c6 0%,#c9e6f4 100%);
body, option {
color: #294256;
}
#share {
position: absolute;
left: -100px;
width: 100px;
opacity: 0.5;
*zoom: 1;
filter: alpha(opacity=50);
padding-bottom: 20px;
overflow: hidden;
}
#share:hover {
opacity: 1;
filter: alpha(opacity=100);
overflow: visible;
}
h1 {
text-align: center;
margin: 0;