Merge lp:~jcsackett/loggerhead/add-lock-icon into lp:loggerhead

Proposed by j.c.sackett
Status: Merged
Approved by: Aaron Bentley
Approved revision: 461
Merged at revision: 460
Proposed branch: lp:~jcsackett/loggerhead/add-lock-icon
Merge into: lp:loggerhead
Diff against target: 17 lines (+4/-0)
1 file modified
loggerhead/static/css/global.css (+4/-0)
To merge this branch: bzr merge lp:~jcsackett/loggerhead/add-lock-icon
Reviewer Review Type Date Requested Status
Aaron Bentley (community) Approve
Review via email: mp+83203@code.launchpad.net

Commit message

Adds padlock icon to the privacy ribbon to match LP styles.

Description of the change

The privacy ribbon, to match launchpad styles, should display a padlock icon at the lefthand side of the ribbon. Currently it doesn't do that.

This simply adds the padlock icon to loggerhead's static images and adds a background image url for the notification ribbon that includes the image.

To post a comment you must log in.
Revision history for this message
Aaron Bentley (abentley) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loggerhead/static/css/global.css'
2--- loggerhead/static/css/global.css 2011-10-25 15:58:27 +0000
3+++ loggerhead/static/css/global.css 2011-11-23 17:45:21 +0000
4@@ -355,6 +355,10 @@
5 body.global-notification-visible .login-logout {
6 top: 45px;
7 }
8+.notification-private {
9+ background-image: url(/static/images/notification-private.png); /* sprite-ref: icon-sprites */
10+ background-repeat: no-repeat;
11+ }
12 .global-notification {
13 position: fixed;
14 z-index: 10;
15
16=== added file 'loggerhead/static/images/notification-private.png'
17Binary files loggerhead/static/images/notification-private.png 1970-01-01 00:00:00 +0000 and loggerhead/static/images/notification-private.png 2011-11-23 17:45:21 +0000 differ

Subscribers

People subscribed via source and target branches