Merge pull request #2120 from rabuzarus/2911_network_header

2911 network header
This commit is contained in:
Michael Vogel 2015-11-30 08:30:34 +01:00
commit 4efb6c6f79
18 changed files with 239 additions and 15 deletions

View file

@ -122,3 +122,7 @@ div.pager, ul.tabs {
.mail-list-wrapper {
border-radius: 5px;
}
#viewcontact_wrapper-network {
border-radius: 5px;
}

View file

@ -57,5 +57,9 @@ input#side-peoplefind-submit, input#side-follow-submit {
}
li :hover {
color: #767676 !important;
color: #767676 !important;
}
#viewcontact_wrapper-network {
background-color: #343434;
}

View file

@ -16,3 +16,8 @@ aside {
right_aside {
border-left: 1px solid #D2D2D2;
}
#viewcontact_wrapper-network {
background-color: #FFF;
border-bottom: 1px solid #D2D2D2;
}

View file

@ -1202,6 +1202,31 @@ section.minimal {
height: 100%;
}
/* Contact-Header for the Network Stream */
#viewcontact_wrapper-network {
width: 100%;
min-height: 100px;
background-color: #FAFAFA;
box-shadow: 1px 2px 0px 0px #D8D8D8;
border-bottom: 1px solid #D2D2D2;
}
#contact-entry-wrapper-network {
float: none;
width: auto;
height: auto;
padding: 10px;
margin: 0;
}
#contact-entry-accounttype-network {
font-size: 20px;
}
#contact-entry-name-network {
font-size: 24.5px;
}
.contact-entry-photo img {
border-radius: 4px;
}
/* wall item */
.tread-wrapper {
/* border-bottom: 1px solid #BDCDD4; */