redesign the network page header when cid selected
This commit is contained in:
parent
6e957c6c91
commit
1a0cb99d56
2 changed files with 35 additions and 11 deletions
|
@ -1199,6 +1199,21 @@ section.minimal {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
#contact-entry-wrapper-network {
|
||||
float: none;
|
||||
width: 100%;
|
||||
background-color: #FAFAFA;
|
||||
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
||||
border-bottom: 1px solid #D2D2D2;
|
||||
padding: 10px 10px 0 10px;
|
||||
width: 745px;
|
||||
}
|
||||
#contact-entry-accounttype-network {
|
||||
font-size: 20px;
|
||||
}
|
||||
#contact-entry-name-network {
|
||||
font-size: 24.5px;
|
||||
}
|
||||
/* wall item */
|
||||
.tread-wrapper {
|
||||
/* border-bottom: 1px solid #BDCDD4; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue