mirror of https://gitee.com/bigwinds/arangodb
sourceview design changes
This commit is contained in:
parent
937694d210
commit
dc9a917752
|
@ -1,3 +1,11 @@
|
|||
#sourceFooter {
|
||||
margin-top: 0;
|
||||
background: none;
|
||||
margin-bottom: 0;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#sourceEditor {
|
||||
height: 400px;
|
||||
width: 900px;
|
||||
|
@ -26,5 +34,4 @@
|
|||
}
|
||||
|
||||
.sourceBox {
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
<div id="sourceEditor">
|
||||
|
||||
</div>
|
||||
<div class="form-actions">
|
||||
<a href="#" class="btn btn-primary pull-right">Save</a>
|
||||
</div>
|
||||
<div class="form-actions" id="sourceFooter">
|
||||
<button class="arangoBtnSuccess" style="float:right">Save</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue