Added panel for object edits

Fixed headers for textures and edit object panels
This commit is contained in:
Felipe Martín 2013-05-31 14:16:06 +02:00
parent fe746cba79
commit b444c5b06f
2 changed files with 11 additions and 1 deletions

View File

@ -14,3 +14,6 @@
#objects table #objects table
margin-bottom: 0 margin-bottom: 0
.texture-search
margin-top: -7px !important

View File

@ -77,11 +77,18 @@
{% block content %} {% block content %}
<div class="studio-workspace"> <div class="studio-workspace">
<div class="panel panel-left"> <div class="panel panel-left">
<div class="well">
<h4 class="margin-none">Edit object</h4>
<div class="clearfix"></div>
<div class="edit-object">
</div>
</div>
<div class="well"> <div class="well">
<div class="pull-right"> <div class="pull-right">
<input type="text" class="texture-search" placeholder="Search..." /> <input type="text" class="texture-search" placeholder="Search..." />
</div> </div>
<h3 class="margin-none">Textures</h3> <h4 class="margin-none">Textures</h4>
<div class="clearfix"></div> <div class="clearfix"></div>
<div class="texture-list"> <div class="texture-list">
{#{% for item in textures %} {#{% for item in textures %}