调整关键词显示宽度
This commit is contained in:
parent
c12be9a74c
commit
ea8ca49ea6
|
@ -5,7 +5,7 @@ hr{clear:left;border:#ccc 1px dotted;overflow:hidden;}
|
||||||
li {white-space:nowrap;}
|
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;}
|
||||||
#ItemSummary{margin-left:0px auto;top:10px;width:300px;text-align:center;}
|
#ItemSummary{margin-left:0px auto;top:10px;width:300px;text-align:center;}
|
||||||
#ItemSummary ul{margin:0;padding:0;text-align:left;float:left;width:300px;}
|
#ItemSummary ul{margin:0;padding:0;text-align:left;float:left;width:300px;margin-right:30px;}
|
||||||
#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{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;}
|
#ItemSummary li span{display:block; width:70px; float:left; text-align:right; color:#555;}
|
||||||
#OtherInfo{}
|
#OtherInfo{}
|
||||||
|
@ -14,14 +14,14 @@ li {white-space:nowrap;}
|
||||||
#OtherInfo #datatype,#OtherInfo #projection,#OtherInfo #datatimes #datadoc{ width:290px;}
|
#OtherInfo #datatype,#OtherInfo #projection,#OtherInfo #datatimes #datadoc{ width:290px;}
|
||||||
#linkurl {text-align:center;display:block;width:300px;}
|
#linkurl {text-align:center;display:block;width:300px;}
|
||||||
|
|
||||||
#temporal ul{padding-left:36px;background:url(/images/time.gif) no-repeat left center;}
|
#temporal ul{padding-left:36px;background:url(/images/time.gif) no-repeat left center;width:260px;border-top:1px solid #abc;}
|
||||||
#place ul{padding-left:36px;background:url(/images/place.gif) no-repeat left center;width:280px;}
|
#place ul{padding-left:36px;background:url(/images/place.gif) no-repeat left center;width:260px;border-top:1px solid #abc;}
|
||||||
#place ul li{float:left;}
|
#place ul li{float:left;}
|
||||||
#theme ul{padding-left:36px;background:url(/images/theme.gif) no-repeat left center;}
|
#theme ul{padding-left:36px;background:url(/images/theme.gif) no-repeat left center;width:260px;border-top:1px solid #abc;}
|
||||||
#stratum ul{padding-left:36px;background:url(/images/stratum.gif) no-repeat left center;}
|
#stratum ul{padding-left:36px;background:url(/images/stratum.gif) no-repeat left center;}
|
||||||
#discipline ul{padding-left:36px;background:url(/images/discipline.gif) no-repeat left center;}
|
#discipline ul{padding-left:36px;background:url(/images/discipline.gif) no-repeat left center;width:260px;}
|
||||||
#series ul{padding-left:36px;background:url(/images/series.gif) no-repeat left center;}
|
#series ul{padding-left:36px;background:url(/images/series.gif) no-repeat left center;}
|
||||||
#category ul{clear:both;padding-left:36px;background:url(/images/category.gif) no-repeat left center;}
|
#category ul{clear:both;padding-left:36px;background:url(/images/category.gif) no-repeat left center;width:260px;}
|
||||||
#filesize,#downtimes,#fileformat,#viewtimes {text-align:left;width:140px;}
|
#filesize,#downtimes,#fileformat,#viewtimes {text-align:left;width:140px;}
|
||||||
#datatype,#projection,#datatimes {text-align:left;width:290px;}
|
#datatype,#projection,#datatimes {text-align:left;width:290px;}
|
||||||
#cite{float:left;text-indent:2em;}
|
#cite{float:left;text-indent:2em;}
|
||||||
|
@ -65,7 +65,7 @@ img{border:0px;}
|
||||||
#series fieldset {border-bottom:0;}
|
#series fieldset {border-bottom:0;}
|
||||||
#category fieldset {border-bottom:0;}
|
#category fieldset {border-bottom:0;}
|
||||||
.clear-div{height:0px;overflow:hidden;}
|
.clear-div{height:0px;overflow:hidden;}
|
||||||
#map{height:300px;width:300px;border:1px;float:right;}
|
#map{height:300px;width:300px;border:1px;float:right;position:relative;}
|
||||||
#window-outter {
|
#window-outter {
|
||||||
background:#3d3d3d none repeat scroll 0 0;
|
background:#3d3d3d none repeat scroll 0 0;
|
||||||
border:1px solid #DDDDDD;
|
border:1px solid #DDDDDD;
|
||||||
|
|
Loading…
Reference in New Issue