mirror of https://gitee.com/bigwinds/arangodb
Encapsulated the GraphViewer menu into a container with padding
This commit is contained in:
parent
86d8ddb71e
commit
875100a195
|
@ -1,6 +1,5 @@
|
|||
/* Sets the default values shared for content views*/
|
||||
#content
|
||||
{
|
||||
#content {
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
margin-top: 30px;
|
||||
margin-bottom: 33px;
|
||||
|
@ -10,6 +9,13 @@
|
|||
margin-left: 20px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
div.content {
|
||||
padding-top: 13px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
/* layout.css
|
||||
#aboutDiv {
|
||||
padding-bottom: 5px;
|
||||
|
|
|
@ -24,7 +24,7 @@ gs = _.sortBy(gs, sortF);
|
|||
</div>
|
||||
</ul>
|
||||
|
||||
<ul class="thumbnails">
|
||||
<div class="content">
|
||||
<form action="javascript:void(0);" autocomplete="on" class="form-horizontal" id="creationDialog">
|
||||
<fieldset>
|
||||
<div class="control-group">
|
||||
|
@ -172,5 +172,5 @@ gs = _.sortBy(gs, sortF);
|
|||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue