profile-match and contact suggestion list styling
This commit is contained in:
parent
27a9a53b3b
commit
9b2669eb5d
|
@ -522,6 +522,7 @@ section {
|
||||||
float: left;
|
float: left;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
margin-bottom: 15px;
|
||||||
.contact-photo {
|
.contact-photo {
|
||||||
width: 80px; height: 80px;
|
width: 80px; height: 80px;
|
||||||
img { width: 80px; height: 80px; }
|
img { width: 80px; height: 80px; }
|
||||||
|
@ -886,6 +887,22 @@ ul.tabs {
|
||||||
margin: 0px 10px 10px 0px;
|
margin: 0px 10px 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* profile match wrapper */
|
||||||
|
.profile-match-wrapper {
|
||||||
|
float: left;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
.contact-photo {
|
||||||
|
width: 80px; height: 80px;
|
||||||
|
img { width: 80px; height: 80px; }
|
||||||
|
}
|
||||||
|
.contact-photo-menu-button {
|
||||||
|
left: 0px;
|
||||||
|
top: 63px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* page footer */
|
/* page footer */
|
||||||
footer { height: 100px; display: table-row; }
|
footer { height: 100px; display: table-row; }
|
||||||
|
|
|
@ -868,6 +868,7 @@ section {
|
||||||
float: left;
|
float: left;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
.contact-wrapper .contact-photo {
|
.contact-wrapper .contact-photo {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
@ -1240,6 +1241,25 @@ ul.tabs li .active {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0px 10px 10px 0px;
|
margin: 0px 10px 10px 0px;
|
||||||
}
|
}
|
||||||
|
/* profile match wrapper */
|
||||||
|
.profile-match-wrapper {
|
||||||
|
float: left;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.profile-match-wrapper .contact-photo {
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
}
|
||||||
|
.profile-match-wrapper .contact-photo img {
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
}
|
||||||
|
.profile-match-wrapper .contact-photo-menu-button {
|
||||||
|
left: 0px;
|
||||||
|
top: 63px;
|
||||||
|
}
|
||||||
/* page footer */
|
/* page footer */
|
||||||
footer {
|
footer {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
|
Loading…
Reference in a new issue