Merge pull request #65 from Nayan/sidenav

side nav and ng-view set same height
This commit is contained in:
Nayan Ambali 2013-08-31 01:07:59 -07:00
commit 56b7a263cd
2 changed files with 6 additions and 2 deletions

View File

@ -167,7 +167,7 @@
</div>
<div class="container">
<div class="row-fluid">
<div class="span3 well sidebar-nav">
<div class="extsidenav span3 well sidebar-nav">
<div class="input-append">
<input type="text" ng-model="search.query" class="form-control input-small" placeholder="Search">

View File

@ -2,10 +2,14 @@
.extngview {
overflow-y: scroll;
height: 450px;
height: 550px;
padding-right: 20px;
}
.extsidenav {
height: 550px;
}
.well {
background-color: #F5F5F5;
border: 1px solid #E3E3E3;