Merge https://github.com/friendica/friendica into pull
This commit is contained in:
commit
13b4962531
|
@ -2822,6 +2822,35 @@ float: left;
|
||||||
/* = Directory = */
|
/* = Directory = */
|
||||||
/* ============= */
|
/* ============= */
|
||||||
/* contacts menu */
|
/* contacts menu */
|
||||||
|
section .directory-item dl {
|
||||||
|
height: auto;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dt {
|
||||||
|
float: left;
|
||||||
|
margin-left: 0px;
|
||||||
|
text-align: right;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dd {
|
||||||
|
float: left;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-wrapper {
|
||||||
|
float: left;
|
||||||
|
max-height: 178px;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 635px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-copy-wrapper {
|
||||||
|
float:left;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-photo-wrapper {
|
.contact-photo-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -2862,13 +2891,20 @@ float: left;
|
||||||
}
|
}
|
||||||
.directory-item {
|
.directory-item {
|
||||||
float: left;
|
float: left;
|
||||||
width: 200px;
|
width: 800px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
.directory-item .contact-photo {
|
.directory-item .contact-photo {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section .directory-photo-wrapper {
|
||||||
|
float: left;
|
||||||
|
height: 200px;
|
||||||
|
width: 165px;
|
||||||
|
}
|
||||||
|
|
||||||
.directory-item .contact-photo img {
|
.directory-item .contact-photo img {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
|
|
|
@ -2778,6 +2778,35 @@ float: left;
|
||||||
/* = Directory = */
|
/* = Directory = */
|
||||||
/* ============= */
|
/* ============= */
|
||||||
/* contacts menu */
|
/* contacts menu */
|
||||||
|
section .directory-item dl {
|
||||||
|
height: auto;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dt {
|
||||||
|
float: left;
|
||||||
|
margin-left: 0px;
|
||||||
|
text-align: right;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dd {
|
||||||
|
float: left;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-wrapper {
|
||||||
|
float: left;
|
||||||
|
max-height: 178px;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 635px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-copy-wrapper {
|
||||||
|
float:left;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-photo-wrapper {
|
.contact-photo-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -2818,7 +2847,7 @@ float: left;
|
||||||
}
|
}
|
||||||
.directory-item {
|
.directory-item {
|
||||||
float: left;
|
float: left;
|
||||||
width: 200px;
|
width: 800px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
.directory-item .contact-photo {
|
.directory-item .contact-photo {
|
||||||
|
@ -2829,14 +2858,47 @@ float: left;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section .directory-photo-wrapper {
|
||||||
|
float: left;
|
||||||
|
height: 200px;
|
||||||
|
width: 165px;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-name {
|
.contact-name {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 12px;
|
font-size: 18px;
|
||||||
|
margin-bottom: -3px;
|
||||||
}
|
}
|
||||||
.contact-details {
|
.contact-details {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.page-type {
|
||||||
|
font-size: 10px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-detailscolumn-wrapper {
|
||||||
|
float: left;
|
||||||
|
width: 305px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-wrapper d1 {
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-title {
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 3px
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#side-bar-photos-albums{
|
#side-bar-photos-albums{
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2799,6 +2799,35 @@ float: left;
|
||||||
/* = Directory = */
|
/* = Directory = */
|
||||||
/* ============= */
|
/* ============= */
|
||||||
/* contacts menu */
|
/* contacts menu */
|
||||||
|
section .directory-item dl {
|
||||||
|
height: auto;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dt {
|
||||||
|
float: left;
|
||||||
|
margin-left: 0px;
|
||||||
|
text-align: right;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dd {
|
||||||
|
float: left;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-wrapper {
|
||||||
|
float: left;
|
||||||
|
max-height: 178px;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 635px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-copy-wrapper {
|
||||||
|
float:left;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-photo-wrapper {
|
.contact-photo-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -2839,13 +2868,20 @@ float: left;
|
||||||
}
|
}
|
||||||
.directory-item {
|
.directory-item {
|
||||||
float: left;
|
float: left;
|
||||||
width: 200px;
|
width: 800px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
.directory-item .contact-photo {
|
.directory-item .contact-photo {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section .directory-photo-wrapper {
|
||||||
|
float: left;
|
||||||
|
height: 200px;
|
||||||
|
width: 165px;
|
||||||
|
}
|
||||||
|
|
||||||
.directory-item .contact-photo img {
|
.directory-item .contact-photo img {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
|
|
|
@ -2799,6 +2799,36 @@ float: left;
|
||||||
/* = Directory = */
|
/* = Directory = */
|
||||||
/* ============= */
|
/* ============= */
|
||||||
/* contacts menu */
|
/* contacts menu */
|
||||||
|
|
||||||
|
section .directory-item dl {
|
||||||
|
height: auto;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dt {
|
||||||
|
float: left;
|
||||||
|
margin-left: 0px;
|
||||||
|
text-align: right;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dd {
|
||||||
|
float: left;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-wrapper {
|
||||||
|
float: left;
|
||||||
|
max-height: 178px;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 635px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-copy-wrapper {
|
||||||
|
float:left;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-photo-wrapper {
|
.contact-photo-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -2839,7 +2869,7 @@ float: left;
|
||||||
}
|
}
|
||||||
.directory-item {
|
.directory-item {
|
||||||
float: left;
|
float: left;
|
||||||
width: 200px;
|
width: 800px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
.directory-item .contact-photo {
|
.directory-item .contact-photo {
|
||||||
|
@ -2850,14 +2880,46 @@ float: left;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section .directory-photo-wrapper {
|
||||||
|
float: left;
|
||||||
|
height: 200px;
|
||||||
|
width: 165px;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-name {
|
.contact-name {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 12px;
|
font-size: 18px;
|
||||||
|
margin-bottom: -3px;
|
||||||
}
|
}
|
||||||
.contact-details {
|
.contact-details {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-type {
|
||||||
|
font-size: 10px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-detailscolumn-wrapper {
|
||||||
|
float: left;
|
||||||
|
width: 305px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-wrapper d1 {
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-title {
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 3px
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#side-bar-photos-albums{
|
#side-bar-photos-albums{
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2805,6 +2805,35 @@ float: left;
|
||||||
/* = Directory = */
|
/* = Directory = */
|
||||||
/* ============= */
|
/* ============= */
|
||||||
/* contacts menu */
|
/* contacts menu */
|
||||||
|
section .directory-item dl {
|
||||||
|
height: auto;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dt {
|
||||||
|
float: left;
|
||||||
|
margin-left: 0px;
|
||||||
|
text-align: right;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
section .directory-item dd {
|
||||||
|
float: left;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-profile-wrapper {
|
||||||
|
float: left;
|
||||||
|
max-height: 178px;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 635px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.directory-copy-wrapper {
|
||||||
|
float:left;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-photo-wrapper {
|
.contact-photo-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -2845,13 +2874,20 @@ float: left;
|
||||||
}
|
}
|
||||||
.directory-item {
|
.directory-item {
|
||||||
float: left;
|
float: left;
|
||||||
width: 200px;
|
width: 800px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
.directory-item .contact-photo {
|
.directory-item .contact-photo {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section .directory-photo-wrapper {
|
||||||
|
float: left;
|
||||||
|
height: 200px;
|
||||||
|
width: 165px;
|
||||||
|
}
|
||||||
|
|
||||||
.directory-item .contact-photo img {
|
.directory-item .contact-photo img {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user