44 lines
1.2 KiB
CSS
44 lines
1.2 KiB
CSS
#leftPanel
|
|
{
|
|
float:left; width:18%;
|
|
background-color:#edefea;
|
|
}
|
|
#leftPanel .title
|
|
{
|
|
border-bottom: #5D657C 1px solid;
|
|
border-top: #5D657C 1px solid;
|
|
color: #5D657C;
|
|
line-height: 25px;
|
|
font-size: 14px;
|
|
padding-left: 15px;
|
|
font-weight: bold;
|
|
margin-bottom: 0px;
|
|
background-color: #e6edea;
|
|
}
|
|
ul {list-style-type: none; }
|
|
#leftPanel ul, #rightPanel ul {margin-left: 10px;padding-left: 0px;overflow:hidden;width:100%;}
|
|
#leftPanel .item{line-height: 25px;}
|
|
#leftPanel .more a:link, #leftPanel .more a:visited{color:Green; text-decoration:none;}
|
|
#rightPanel{float:left;padding-left: 15px;width:80%;}
|
|
#message{background-color:#fffbcc;border:1px solid #E6DB55;padding-left:10px;}
|
|
#feature ul, #datasetcd ul{border:1px #dfdfdf solid;padding:5px;}
|
|
#feature img{float:left;}
|
|
#metadata ul{border:1px #dfdfdf solid;}
|
|
#comments ul{border:1px #dfdfdf solid;}
|
|
.offline {
|
|
border:1px solid #dfdfdf;
|
|
margin:0;
|
|
width:100%;
|
|
}
|
|
.offline thead {background:#abc;}
|
|
.offline tr {border:1px solid #dfdfdf;}
|
|
.name {width:50px;}
|
|
.unit {width:100px;}
|
|
.addr {width:100px;}
|
|
.postcode {width:50px;}
|
|
.project {width:100px;}
|
|
.datalist {width:300px;}
|
|
.ts {width:60px;}
|
|
.action {width:70px;}
|
|
.newsletter{float:left;}
|
|
.newsletter img{border:0;} |