commit
8cacff6985
|
@ -309,13 +309,14 @@ aside {
|
||||||
.allcontact-link { float: right; margin: 5px 0px; }
|
.allcontact-link { float: right; margin: 5px 0px; }
|
||||||
.contact-block-content {
|
.contact-block-content {
|
||||||
clear: both;
|
clear: both;
|
||||||
overflow: idden; height: auto;
|
overflow: hidden;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
/*.contact-block-div { width:60px; height: 60px; }*/
|
/*.contact-block-div { width:60px; height: 60px; }*/
|
||||||
.contact-block-link {
|
.contact-block-link {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0px 2px 2px 0px;
|
margin: 0px 2px 2px 0px;
|
||||||
img { widht: 48px; height: 48px; }
|
img { width: 48px; height: 48px; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* mail view */
|
/* mail view */
|
||||||
|
|
|
@ -615,7 +615,7 @@ aside #profiles-menu {
|
||||||
}
|
}
|
||||||
#contact-block .contact-block-content {
|
#contact-block .contact-block-content {
|
||||||
clear: both;
|
clear: both;
|
||||||
overflow: idden;
|
overflow: hidden;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
#contact-block .contact-block-link {
|
#contact-block .contact-block-link {
|
||||||
|
@ -623,7 +623,7 @@ aside #profiles-menu {
|
||||||
margin: 0px 2px 2px 0px;
|
margin: 0px 2px 2px 0px;
|
||||||
}
|
}
|
||||||
#contact-block .contact-block-link img {
|
#contact-block .contact-block-link img {
|
||||||
widht: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
/* mail view */
|
/* mail view */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user