Skip to content

Commit

Permalink
Responsive design bug fixes, placeholder code for #64 (commented out)
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 28, 2013
1 parent 8680d98 commit 4fcdf72
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions app/views/backend/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,37 @@
<!-- <li class="hidden-phone">
<input class="search" type="text" />
</li> -->
<!--
<li class="notification-dropdown hidden-phone">
<a href="#" class="trigger">
<i class="icon-warning-sign"></i>
<span class="count">8</span>
</a>
<div class="pop-dialog">
<div class="pointer right">
<div class="arrow"></div>
<div class="arrow_border"></div>
</div>
<div class="body">
<a href="#" class="close-icon"><i class="icon-remove-sign"></i></a>
<div class="notifications">
<h3>You have 2 new notifications</h3>
<a href="#" class="item">
<i class="icon-signin"></i> (these are placeholder)
<span class="time"><i class="icon-time"></i> 13 min.</span>
</a>
<a href="#" class="item">
<i class="icon-signin"></i> Warranty expiring!
<span class="time"><i class="icon-time"></i> 18 min.</span>
</a>
<div class="footer">
<a href="#" class="logout">View all notifications</a>
</div>
</div>
</div>
</div>
</li> -->


<li class="dropdown">
<a href="#" class="dropdown-toggle hidden-phone" data-toggle="dropdown">
Expand Down Expand Up @@ -114,7 +145,7 @@
</li>
</ul>
</li>
<li class="dropdown{{ (Request::is('admin/users*|admin/groups*') ? ' active' : '') }}">
<li class="dropdown{{ (Request::is('admin/users*|admin/groups*') ? ' active' : '') }} hidden-phone">
<a class="dropdown-toggle" data-toggle="dropdown" href="{{ URL::to('admin/users') }}">
<i class="icon-wrench icon-white"></i> Admin <span class="caret"></span>
</a>
Expand Down Expand Up @@ -165,7 +196,6 @@
<div id="sidebar-nav">
<ul id="dashboard-menu">


<li{{ (Request::is('admin') ? ' class="active"><div class="pointer"><div class="arrow"></div><div class="arrow_border"></div></div>' : '>') }}
<a href="{{ URL::to('admin') }}">
<i class="icon-barcode"></i>
Expand Down Expand Up @@ -292,6 +322,7 @@
<script src="{{ asset('assets/js/jquery.uniform.min.js') }}"></script>
<script src="{{ asset('assets/js/bootstrap.datepicker.js') }}"></script>
<script src="{{ asset('assets/js/jquery.dataTables.js') }}"></script>
<script src="{{ asset('assets/js/theme.js') }}"></script>

<script type="text/javascript">
$(function () {
Expand Down

0 comments on commit 4fcdf72

Please sign in to comment.