fix buggered contact photos

This commit is contained in:
friendica
2013-06-03 22:34:35 -07:00
parent a258487801
commit 21491100f8
3 changed files with 32 additions and 1 deletions

View File

@@ -2439,6 +2439,17 @@ aside input[type='text'] {
margin-top: -4px;
}
.nav-dropdown-indicator {
opacity: 0.5;
filter:alpha(opacity=50);
}
.nav-dropdown-indicator:hover {
opacity: 1.0;
filter:alpha(opacity=100);
}
.location-label, .gender-label, .marital-label, .homepage-label {
float: left;
text-align: right;