Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes toolbox height issue
  • Loading branch information
rwaldron committed Mar 22, 2011
1 parent 8689d25 commit 0ccbe4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/butter.application.css
Expand Up @@ -177,12 +177,12 @@ canvas{

.ui-accordion-panel div {
/*height: 290px;*/
height:222px;
/*height:222px;*/
overflow-y:scroll;
}

#ui-tools-accordion div {
height: 180px;
/*height: 180px;*/
overflow-y:scroll;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -157,7 +157,7 @@
<h3><a href="#">Project Details</a></h3>
<div>
<input placeholder="Title" type="text" id="io-video-title" name="io-video-title" class="text" style="width:388px;" value="" />
<textarea placeholder="Description" id="io-video-description" style="width:388px;height:85px" class="text"></textarea>
<!--<textarea placeholder="Description" id="io-video-description" style="width:388px;height:25px" class="text"></textarea>-->
<button class="ui-menu-controls" data-control="save" >Save</button>
<button class="ui-menu-controls" data-control="remove" >Delete</button>
</div>
Expand Down

0 comments on commit 0ccbe4e

Please sign in to comment.