Merge pull request #2120 from rabuzarus/2911_network_header
2911 network header
This commit is contained in:
commit
4efb6c6f79
18 changed files with 239 additions and 15 deletions
|
@ -791,6 +791,29 @@ ul.menu-popup .toolbar a:hover {
|
|||
color: #9eabb0;
|
||||
display: block;
|
||||
}
|
||||
/* Contact-Header for the Network Stream */
|
||||
#viewcontact_wrapper-network {
|
||||
width: 100%;
|
||||
min-height: 100px;
|
||||
background-color: #eff0f1;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network {
|
||||
float: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network #contact-entry-accounttype-network {
|
||||
font-size: 22px;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network #contact-entry-name-network {
|
||||
font-size: 24.5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network .contact-details {
|
||||
font-size: 12px;
|
||||
}
|
||||
/* aside 230px*/
|
||||
aside {
|
||||
display: table-cell;
|
||||
|
|
|
@ -791,6 +791,29 @@ ul.menu-popup .toolbar a:hover {
|
|||
color: #9eabb0;
|
||||
display: block;
|
||||
}
|
||||
/* Contact-Header for the Network Stream */
|
||||
#viewcontact_wrapper-network {
|
||||
width: 100%;
|
||||
min-height: 100px;
|
||||
background-color: #eff0f1;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network {
|
||||
float: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network #contact-entry-accounttype-network {
|
||||
font-size: 22px;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network #contact-entry-name-network {
|
||||
font-size: 24.5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network .contact-details {
|
||||
font-size: 12px;
|
||||
}
|
||||
/* aside 230px*/
|
||||
aside {
|
||||
display: table-cell;
|
||||
|
|
|
@ -791,6 +791,29 @@ ul.menu-popup .toolbar a:hover {
|
|||
color: #9eabb0;
|
||||
display: block;
|
||||
}
|
||||
/* Contact-Header for the Network Stream */
|
||||
#viewcontact_wrapper-network {
|
||||
width: 100%;
|
||||
min-height: 100px;
|
||||
background-color: #eff0f1;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network {
|
||||
float: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network #contact-entry-accounttype-network {
|
||||
font-size: 22px;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network #contact-entry-name-network {
|
||||
font-size: 24.5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
#viewcontact_wrapper-network #contact-entry-wrapper-network .contact-details {
|
||||
font-size: 12px;
|
||||
}
|
||||
/* aside 230px*/
|
||||
aside {
|
||||
display: table-cell;
|
||||
|
|
|
@ -301,7 +301,22 @@ ul.menu-popup {
|
|||
.notif-when { font-size: 10px; color: @MenuItemDetail; display: block; }
|
||||
}
|
||||
|
||||
|
||||
/* Contact-Header for the Network Stream */
|
||||
#viewcontact_wrapper-network {
|
||||
width: 100%;
|
||||
min-height: 100px;
|
||||
background-color: #eff0f1;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
#contact-entry-wrapper-network {
|
||||
float: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 10px;
|
||||
#contact-entry-accounttype-network { font-size: 22px; }
|
||||
#contact-entry-name-network { font-size: 24.5px; font-weight: normal; }
|
||||
.contact-details { font-size: 12px; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* aside 230px*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue