调整文件列表样式
This commit is contained in:
parent
c45a734047
commit
f43c6344f5
|
@ -4,12 +4,13 @@ hr{border:#ccc 1px dotted;padding:0;}
|
|||
#rightbar hr{border:#3C55C4 1px dotted;overflow:hidden;padding:0;}
|
||||
|
||||
li {white-space:nowrap;}
|
||||
#ImageViewer{ width:250px; float:right; text-align:center;margin:0;padding:0;border:0;}
|
||||
#ImageViewer{ width:250px; float:right; text-align:center;margin:0;padding:0;border:0;}
|
||||
#ImageViewer img{padding-top:10px;}
|
||||
#ItemSummary{margin:0 auto;width:300px;text-align:center;}
|
||||
#ItemSummary ul{margin:0;padding:0;text-align:left;float:left;width:300px;}
|
||||
#ItemSummary li{background: url(/images/square.gif) no-repeat left center;padding-left:10px;margin-top:2px;height:24px;line-height:24px;border-bottom:1px dashed #ccc;float:left;list-style-type:none;}
|
||||
#ItemSummary li span{display:block; width:70px; float:left; text-align:right; color:#555;}
|
||||
#OtherInfo{}
|
||||
#OtherInfo img{height:20px;vertical-align:middle;}
|
||||
#OtherInfo li{ float:left; width:290px;}
|
||||
#OtherInfo #filesize,#OtherInfo #downtimes,#OtherInfo #viewtimes{ width:140px;}
|
||||
#OtherInfo #datatype,#OtherInfo #fileformat,#OtherInfo #projection,#OtherInfo #datatimes #datadoc{ width:290px;}
|
||||
|
@ -58,7 +59,6 @@ label.required { background:url(/images/req-asterisk.gif) right; background-repe
|
|||
|
||||
#tools ul li {float:left; padding-left:10px;}
|
||||
ul{list-style-type: none;}
|
||||
img{border:0px;}
|
||||
.commentform{border:0;margin:0;padding:0;clear:left;}
|
||||
.submit-group{padding-left:300px;}
|
||||
.element-group {padding-left:100px;border:0;margin:0;}
|
||||
|
@ -85,7 +85,8 @@ img{border:0px;}
|
|||
border:1px solid #555555;
|
||||
font-weight:normal;
|
||||
padding:2px;
|
||||
position:relative;
|
||||
position:relative;
|
||||
max-height:600px;
|
||||
}
|
||||
#window-closer-container {
|
||||
top:2px;
|
||||
|
|
Loading…
Reference in New Issue