1
0
Fork 0

sourceview design changes

This commit is contained in:
Heiko Kernbach 2013-02-27 10:57:10 +01:00
parent 937694d210
commit dc9a917752
2 changed files with 11 additions and 4 deletions

View File

@ -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;
}

View File

@ -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>