|
@@ -60,10 +60,10 @@ body {
|
|
|
width: 102%;
|
|
|
border: 1px solid #C2DBF2;
|
|
|
padding: 7px;
|
|
|
- background: #ffedf0;
|
|
|
- opacity: 0.6;
|
|
|
+ background: #ffffff;
|
|
|
+ opacity: 0.3;
|
|
|
color:white;
|
|
|
- font-family: Sans;
|
|
|
+ font-family: Arial,Sans,Verdana;
|
|
|
font-size: 12px;
|
|
|
text-align: center;
|
|
|
z-index: 99990;
|
|
@@ -78,7 +78,7 @@ body {
|
|
|
padding: 7px;
|
|
|
opacity: 1.0;
|
|
|
color:black;
|
|
|
- font-family: Sans;
|
|
|
+ font-family: Arial,Sans,Verdana;
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
text-align: right;
|
|
@@ -87,7 +87,7 @@ body {
|
|
|
.header {
|
|
|
height: 65px;
|
|
|
vertical-align: middle;
|
|
|
- border-bottom: 1px solid #2c2f34;
|
|
|
+ border-bottom: 0px solid #2c2f34;
|
|
|
padding: 8px;
|
|
|
}
|
|
|
.friend-header-ve {
|