~juju-gui/juju-gui/trunk

« back to all changes in this revision

Viewing changes to lib/views/browser/charm-token.less

  • Committer: Rick Harding
  • Author(s): Richard Harding
  • Date: 2013-07-03 12:38:35 UTC
  • mfrom: (785.3.1 qa-visual-update-1)
  • Revision ID: rick.harding@canonical.com-20130703123835-wwzf2k8is00zrhdz
Update visual design #1

This branch implements the new header and adds the beginnings of the new
visual design for the sidebar. It has two followup branches that should be
landed as part of this work (lp:~rharding/juju-gui/new-controls and
lp:~huwshimi/juju-gui/visual-update-2) otherwise the new header nav
will not work and there will be a couple of visual glitches.

R=
CC=
https://codereview.appspot.com/10700046

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        background-color: #eee;
113
113
    }
114
114
    &.active {
115
 
        padding-right: 14px;
116
 
        background-color: #ddd;
117
 
        border-right: 6px solid @charm-panel-orange;
 
115
        // Adjust the left padding to account for the border.
 
116
        padding-left: 18px;
 
117
        background-color: #d7d7d7;
 
118
        border-left: 2px solid @charm-panel-orange;
118
119
    }
119
120
}
120
121