merged from develop_2.0
This commit is contained in:
@@ -176,7 +176,15 @@
|
||||
color: #cc0000;
|
||||
}
|
||||
|
||||
.info_contact {
|
||||
.info_url {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.info_email {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.info_name {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -281,6 +289,34 @@
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
.propWrap {
|
||||
.optionsWrapper {
|
||||
border-spacing: 0;
|
||||
position: absolute;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #bbbbbb;
|
||||
display: none;
|
||||
font-size: 11px;
|
||||
max-width: 400px;
|
||||
line-height: 30px;
|
||||
color: black;
|
||||
padding: 5px;
|
||||
margin-left:10px;
|
||||
th {
|
||||
text-align: center;
|
||||
background-color: #eeeeee;
|
||||
border: 1px solid #bbbbbb;
|
||||
font-size: 11px;
|
||||
color: #666666;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
line-height: 15px;
|
||||
}
|
||||
.optionName {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.propName {
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user