Skip to content

Commit 74d1639

Browse files
Information link add
1 parent b3c1246 commit 74d1639

8 files changed

+19
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iknow-entity-browser",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"description": "Visualizer for iKnow entities",
55
"main": "gulpfile.babel.js",
66
"scripts": {

Diff for: src/static/fonts/iknowentitybrowsericons.eot

280 Bytes
Binary file not shown.

Diff for: src/static/fonts/iknowentitybrowsericons.svg

+1
Loading

Diff for: src/static/fonts/iknowentitybrowsericons.ttf

280 Bytes
Binary file not shown.

Diff for: src/static/fonts/iknowentitybrowsericons.woff

160 Bytes
Binary file not shown.

Diff for: src/static/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
</div>
4242
</div>
4343
</div>
44+
<a id="infoLink" class="ui icon-question hint" target="_blank" href="https://github.com/intersystems-ru/iknow-entity-browser/blob/master/README.md">
45+
<div class="tooltip">
46+
<div class="label">
47+
Information
48+
</div>
49+
</div>
50+
</a>
4451
</div>
4552
<div id="toolbarIcons">
4653
<div id="undoButton" class="ui icon-undo hint">

Diff for: src/static/scss/icons.scss

+3
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,6 @@
115115
.icon-close-table:before {
116116
content: "\79";
117117
}
118+
.icon-question:before {
119+
content: "\7a";
120+
}

Diff for: src/static/scss/interface.scss

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@
2121

2222
position: absolute;
2323
left: -35px;
24-
top: 36px;
24+
top: 40px;
2525
z-index: $zIndexInterface;
2626
@include transition($defaultTransition);
2727

28+
> .ui {
29+
display: block;
30+
color: inherit;
31+
text-decoration: none;
32+
}
33+
2834
}
2935

3036
#table.active #rightTopIcons {

0 commit comments

Comments
 (0)