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