css
This commit is contained in:
parent
5a715c0fb8
commit
b83fc7d7a1
|
@ -1,39 +1,61 @@
|
||||||
|
.email .email-headers {
|
||||||
|
background-color: gray;
|
||||||
|
}
|
||||||
|
.email .email-tabs {
|
||||||
|
background-color: gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.email .tab-content {
|
||||||
.email-table .email-header {
|
|
||||||
font-weight: bold;
|
|
||||||
border-top: 5px solid #7C96AB;
|
|
||||||
border-bottom: 1px solid #7C96AB;
|
|
||||||
padding: 10px;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
padding:5px
|
||||||
}
|
}
|
||||||
|
|
||||||
.email-table .email-info {
|
/* Tab Button (disabled): gray*/
|
||||||
background-color: white;
|
.nav-tabs > li.disabled > a:hover,
|
||||||
|
.nav-tabs > li.disabled > a:focus {
|
||||||
|
background-color: #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tab Button (incative): gray*/
|
||||||
|
.nav-tabs > li > a{
|
||||||
|
background-color: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.email-table .email-body {
|
/*.email-table .email-header {*/
|
||||||
overflow: hidden;
|
/*font-weight: bold;*/
|
||||||
background-color: white;
|
/*border-top: 5px solid #7C96AB;*/
|
||||||
}
|
/*border-bottom: 1px solid #7C96AB;*/
|
||||||
|
/*padding: 10px;*/
|
||||||
|
/*background-color: white;*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
.info-list {
|
/*.email-table .email-info {*/
|
||||||
margin: 0 0 21px;
|
/*background-color: white;*/
|
||||||
border-bottom: 1px solid #ccc;
|
/*}*/
|
||||||
padding: 0 0 16px;
|
|
||||||
color: #999;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-list dt {
|
|
||||||
float: left;
|
|
||||||
color: #666;
|
|
||||||
margin: 0 3px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-list dd {
|
/*.email-table .email-body {*/
|
||||||
display: block;
|
/*overflow: hidden;*/
|
||||||
overflow: hidden;
|
/*background-color: white;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
|
/*.info-list {*/
|
||||||
|
/*margin: 0 0 21px;*/
|
||||||
|
/*border-bottom: 1px solid #ccc;*/
|
||||||
|
/*padding: 0 0 16px;*/
|
||||||
|
/*color: #999;*/
|
||||||
|
/*overflow: hidden;*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
|
/*.info-list dt {*/
|
||||||
|
/*float: left;*/
|
||||||
|
/*color: #666;*/
|
||||||
|
/*margin: 0 3px 0 0;*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
|
/*.info-list dd {*/
|
||||||
|
/*display: block;*/
|
||||||
|
/*overflow: hidden;*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user