mirror of https://gitee.com/bigwinds/arangodb
button css
This commit is contained in:
parent
824210a0b9
commit
87ff6be319
|
@ -68,9 +68,14 @@ textarea, .alert {
|
|||
border: none;
|
||||
color:#FFFFFF;
|
||||
margin-left:10px;
|
||||
padding-top: 4px !important;
|
||||
padding: 8px 16px;
|
||||
font-weight: 300 !important;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.btn-old-padding {
|
||||
padding-top: 4px !important;
|
||||
padding-bottom: 4px !important;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
|
|
|
@ -117,8 +117,7 @@
|
|||
|
||||
#submitQueryButton {
|
||||
float: right;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.querynavbar {
|
||||
|
|
|
@ -26,15 +26,15 @@
|
|||
<option value=">=">>=</option>
|
||||
</select><input id="attribute_value0" type="text" placeholder="Attribute value" class="filterValue">
|
||||
<a id="addFilterItem"><i class="icon-plus icon-white"></i></a>
|
||||
<button id="resetView" class="btn btn-primary btn-success">Reset</button>
|
||||
<button id="filterSend" class="btn btn-primary btn-success">Filter</button>
|
||||
<button id="resetView" class="btn btn-primary btn-success btn-old-padding">Reset</button>
|
||||
<button id="filterSend" class="btn btn-primary btn-success btn-old-padding">Filter</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="importHeader" style="display:none">
|
||||
<div class="queryline">
|
||||
<input id="importDocuments" name="importDocuments" type="file" accept="application/json" />
|
||||
<button id="confirmDocImport" class="btn btn-success" style="float:right">
|
||||
<button id="confirmDocImport" class="btn btn-success btn-old-padding" style="float:right">
|
||||
<img id="uploadIndicator" style="display: none;" src="/_admin/html/img/ajax-loader.gif"/>Import
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue