tweak color and position of username in public share

This commit is contained in:
Jan-Christoph Borchardt 2014-01-15 15:34:14 +01:00
parent 5f95356592
commit 3e7cf4110d
1 changed files with 8 additions and 9 deletions

View File

@ -14,20 +14,19 @@ body {
padding:7px;
}
#details {
color:#fff;
float: left;
}
.header-right #details {
margin-right: 28px;
}
.header-right {
padding: 0;
height: 32px;
}
#details {
color:#fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: .5;
padding-right: 5px;
}
#controls {
left: 0;
}