mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Adding relationship line icon
This commit is contained in:
parent
cfe833f947
commit
82a9dc8f24
@ -216,11 +216,11 @@ div#node {
|
||||
}
|
||||
|
||||
div#font {
|
||||
left: 656px; /*left:581px;*/
|
||||
left: 679px; /*left:581px;*/
|
||||
}
|
||||
|
||||
div#share {
|
||||
left: 852px; /*left:777px;*/
|
||||
left: 874px; /*left:777px;*/
|
||||
}
|
||||
|
||||
div#saveButton {
|
||||
@ -311,12 +311,6 @@ div#topicLink {
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
div#topicRelation {
|
||||
background: url(../images/topic_link.png) no-repeat center top;
|
||||
behavior: url(../css/iepngfix.htc);
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
div#topicNote {
|
||||
background-image: url(../images/note.png);
|
||||
behavior: url(../css/iepngfix.htc);
|
||||
@ -756,3 +750,10 @@ div#small_error_icon {
|
||||
min-height: 16px;
|
||||
background: url(../images/error_icon.png) bottom left no-repeat !important;
|
||||
}
|
||||
|
||||
div#toolbar .topicRelation {
|
||||
width:56px;
|
||||
background: url(../images/topic_relationship.png) no-repeat center top;
|
||||
behavior: url(../css/iepngfix.htc);
|
||||
z-index: 4;
|
||||
}
|
||||
|
BIN
wise-webapp/src/main/webapp/images/topic_relationship.png
Normal file
BIN
wise-webapp/src/main/webapp/images/topic_relationship.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
@ -192,7 +192,7 @@
|
||||
<div id="topicLink" class="button" title="<spring:message code="TOPIC_LINK"/>">
|
||||
<div class="toolbarLabel"><p><spring:message code="LINK"/></p></div>
|
||||
</div>
|
||||
<div id="topicRelation" class="button" title="<spring:message code="TOPIC_RELATIONSHIP"/>">
|
||||
<div id="topicRelation" class="topicRelation button" title="<spring:message code="TOPIC_RELATIONSHIP"/>">
|
||||
<div class="toolbarLabel"><p><spring:message code="TOPIC_RELATIONSHIP"/></p></div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user