mirror of https://gitee.com/bigwinds/arangodb
Fixed style of Foxx Importer
This commit is contained in:
parent
16b90f3b60
commit
f383c0d654
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.dropdownImport input {
|
||||
line-height: 0px !important;
|
||||
line-height: 0px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: -5px;
|
||||
margin-bottom: -15px;
|
||||
}
|
||||
|
|
|
@ -53,13 +53,11 @@
|
|||
</div>
|
||||
|
||||
<div id="foxxDropdownImport" class="headerDropdown">
|
||||
<div id="foxxDropdownImportInner" class="dropdownInner">
|
||||
<div class="queryline">
|
||||
<input id="importFoxx" name="importFoxx" type="file" accept="application/zip" />
|
||||
<button id="confirmFoxxImport" class="btn btn-success btn-old-padding" style="float:right">
|
||||
<img id="uploadIndicator" style="display: none;" src="img/ajax-loader.gif"/>Import Foxx
|
||||
</button>
|
||||
</div>
|
||||
<div id="foxxDropdownImportInner" class="dropdownImport">
|
||||
<input id="importFoxx" name="importFoxx" type="file" accept="application/zip" />
|
||||
<button id="confirmFoxxImport" class="btn btn-success btn-old-padding" style="float:right">
|
||||
<img id="uploadIndicator" style="display: none;" src="img/ajax-loader.gif"/>Import Foxx
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="importHeader" style="display:none">
|
||||
<div id="importHeader" class="dropdownImport" style="display:none">
|
||||
<div class="queryline">
|
||||
<input id="importDocuments" name="importDocuments" type="file" accept="application/json" />
|
||||
<button id="confirmDocImport" class="btn btn-success btn-old-padding" style="float:right">
|
||||
|
|
|
@ -130,6 +130,7 @@
|
|||
"frontend/css/api.css",
|
||||
"frontend/css/general.css",
|
||||
"frontend/css/buttons.css",
|
||||
"frontend/css/dropdowns.css",
|
||||
"frontend/css/screenSizes.css",
|
||||
"frontend/ttf/arangofont/style.css"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue