1
0
Fork 0

changed icons for importing and exporting json collections

This commit is contained in:
Heiko Kernbach 2014-11-06 15:32:07 +01:00
parent 7e99c16f01
commit afe860262b
3 changed files with 24 additions and 2 deletions

View File

@ -22,12 +22,12 @@
</li>
<li class="enabled">
<a id="importCollection" class="headerButton">
<span class="icon_arangodb_import" title="Upload documents from JSON file"></span>
<span title="Upload documents from JSON file"><i class="fa fa-upload"></i></span>
</a>
</li>
<li class="enabled">
<a id="exportCollection" class="headerButton">
<span class="icon_arangodb_export" title="Download documents as JSON file"></span>
<span title="Download documents as JSON file"><i class="fa fa-download"></i></span>
</a>
</li>
<li class="enabled">

View File

@ -170,6 +170,20 @@ a.headerButton {
}
}
#exportCollection {
i {
margin-left: -3px !important;
}
}
#importCollection {
i {
margin-left: -3px !important;
position: relative;
top: -1px;
}
}
//Graph Viewer
div.toolbox {

View File

@ -1760,6 +1760,14 @@ a.headerButton {
background-color: #fff;
color: #788f3d; }
#exportCollection i {
margin-left: -3px !important; }
#importCollection i {
margin-left: -3px !important;
position: relative;
top: -1px; }
div.toolbox {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;