1
0
Fork 0

Merge remote-tracking branch 'friendika/master'

This commit is contained in:
Fabio Comuni 2011-10-26 12:15:38 +02:00
commit dc212de960
9 changed files with 56 additions and 17 deletions

View file

@ -228,6 +228,9 @@ footer {
}
.birthday-today, .event-today {
font-weight: bold;
}
div.wall-item-content-wrapper.shiny {
background-image: url('shiny.png');
@ -2539,6 +2542,16 @@ a.mail-list-link {
margin-top: 10px;
}
.body-tag {
opacity: 0.5;
filter:alpha(opacity=50);
}
.body-tag:hover {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
.item-select {
opacity: 0.1;
filter:alpha(opacity=10);