diff --git a/htdocs/css/watermdview.css b/htdocs/css/watermdview.css index dd9b8bc8..9853a52b 100644 --- a/htdocs/css/watermdview.css +++ b/htdocs/css/watermdview.css @@ -12,7 +12,8 @@ li {white-space:nowrap;} #OtherInfo{} #OtherInfo li{ float:left; width:300px;} #OtherInfo #filesize,#OtherInfo #downtimes,#OtherInfo #viewtimes{ width:140px;} -#OtherInfo #datatype,#OtherInfo #fileformat,#OtherInfo #projection,#OtherInfo #datatimes #datadoc{ width:290px;} +#OtherInfo #datatype,#OtherInfo #fileformat,#OtherInfo #projection,#OtherInfo #datatimes,#OtherInfo #datadoc,#OtherInfo #attach{ width:290px;} +#OtherInfo #attach img{height: 24px;} #linkurl {text-align:center;display:block;width:300px;} #temporal ul{padding-left:36px;background:url(/images/time.gif) no-repeat left center;width:260px;border-top:1px solid #abc;} diff --git a/htdocs/images/document.png b/htdocs/images/document.png new file mode 100644 index 00000000..983434d5 Binary files /dev/null and b/htdocs/images/document.png differ