fixing arrows and curved lines default control points

This commit is contained in:
Pablo Luna
2011-01-24 10:55:06 -03:00
parent 82a9dc8f24
commit 314df3ca68
8 changed files with 65 additions and 64 deletions

View File

@@ -645,7 +645,7 @@ ol#toc span {
}
#workspaceContainer {
/*background: url(../images/grid.gif) bottom left repeat !important;*/
background: url(../images/grid.gif) bottom left repeat !important;
}
div#mapInfo {
@@ -757,3 +757,14 @@ div#toolbar .topicRelation {
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
div#toolbar .topicRelation:hover {
width:56px;
background: url(../images/topic_relationship.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
div#toolbar .relationshiplabel{
width:56px;
}

View File

@@ -193,7 +193,7 @@
<div class="toolbarLabel"><p><spring:message code="LINK"/></p></div>
</div>
<div id="topicRelation" class="topicRelation button" title="<spring:message code="TOPIC_RELATIONSHIP"/>">
<div class="toolbarLabel"><p><spring:message code="TOPIC_RELATIONSHIP"/></p></div>
<div class="relationshiplabel toolbarLabel"><p><spring:message code="TOPIC_RELATIONSHIP"/></p></div>
</div>
</fieldset>
</div>