~bcsaller/juju-gui/header-slot

« back to all changes in this revision

Viewing changes to lib/views/browser/vars.less

  • Committer: Rick Harding
  • Author(s): Richard Harding
  • Date: 2013-07-12 21:58:30 UTC
  • mfrom: (823.1.19 home-link)
  • Revision ID: rick.harding@canonical.com-20130712215830-mtxivhfuvmcm0qqh
Add a home link to the search widget.

- Adds the buttons and UI for the home link.
- Updates the search widget to listen/fire events for that click
- Updates the viewNavigate to handle requests to clear/replace the current set
of search filters.

R=benjamin.saller, j.c.sackett, gary.poster
CC=
https://codereview.appspot.com/11224044

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
@bws-sidebar-width: 290px;
10
10
@bws-sidebar-min-width: @bws-sidebar-width;
11
11
@bws-sidebar-content-top-border: #d7d7d7;
12
 
@bws-header-height: 81px;
 
12
@bws-header-height: 145px;
13
13
@bws-sidebar-header-height: @bws-header-height;
14
14
@bws-background: #ecedef;
15
15
@bws-corner: 4px;