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
=== modified file 'loggerhead/static/css/global.css'
--- loggerhead/static/css/global.css 2011-10-25 15:58:27 +0000
+++ loggerhead/static/css/global.css 2011-11-23 17:45:21 +0000
@@ -355,6 +355,10 @@
355body.global-notification-visible .login-logout {355body.global-notification-visible .login-logout {
356 top: 45px;356 top: 45px;
357 }357 }
358.notification-private {
359 background-image: url(/static/images/notification-private.png); /* sprite-ref: icon-sprites */
360 background-repeat: no-repeat;
361 }
358.global-notification {362.global-notification {
359 position: fixed;363 position: fixed;
360 z-index: 10;364 z-index: 10;
361365
=== added file 'loggerhead/static/images/notification-private.png'
362Binary 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 differ366Binary 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