Merge lp:~kroq-gar78/salience/classic-logo into lp:salience

Proposed by Aditya V
Status: Merged
Approved by: Christopher Kyle Horton
Approved revision: 173
Merged at revision: 173
Proposed branch: lp:~kroq-gar78/salience/classic-logo
Merge into: lp:salience
Diff against target: 22 lines (+12/-0)
1 file modified
gtk-3.0/panel.css (+12/-0)
To merge this branch: bzr merge lp:~kroq-gar78/salience/classic-logo
Reviewer Review Type Date Requested Status
Christopher Kyle Horton Approve
Review via email: mp+141465@code.launchpad.net

Description of the change

This merge copies the relevant changes from the Ambiance theme (see https://code.launchpad.net/~jbicha/light-themes/fix-ambiance-in-gnome-panel/+merge/103001) that add the Ubuntu logo back into the GNOME classic panel, next to "Applications". However, it would be nice if it was cleaned up somewhat to remove the unnecessary parts of the change (if they exist).

To post a comment you must log in.
Revision history for this message
Christopher Kyle Horton (christhehorton) wrote :

I checked the diff, and verified that the fix works in Ubuntu Raring Ringtail's GNOME Fallback session. Go ahead and merge. :)

review: Approve
Revision history for this message
Aditya V (kroq-gar78) wrote :

Ok then, so I guess we'll try to clean it up after I merge it.

Revision history for this message
Christopher Kyle Horton (christhehorton) wrote :

You'll have to point out what exactly needs to be cleaned up after we merge
it, because I didn't see anything right off the bat that looked out of
place. Or maybe I was just too distracted by company over at the time, who
knows?
On Dec 29, 2012 10:58 PM, "kroq-gar78" <email address hidden> wrote:

> Ok then, so I guess we'll try to clean it up after I merge it.
>
> --
> https://code.launchpad.net/~kroq-gar78/salience/classic-logo/+merge/141465
> You are reviewing the proposed merge of
> lp:~kroq-gar78/salience/classic-logo into lp:salience.
>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gtk-3.0/panel.css'
2--- gtk-3.0/panel.css 2012-11-30 21:51:02 +0000
3+++ gtk-3.0/panel.css 2012-12-29 21:35:24 +0000
4@@ -115,6 +115,18 @@
5 /* to (shade (@bg_color, 1.00)));*/
6 }
7
8+/* Add the Ubuntu logo next to "Applications" */
9+.gnome-panel-menu-bar,
10+PanelApplet > GtkMenuBar.menubar,
11+PanelApplet > GtkMenuBar.menubar.menuitem,
12+PanelMenuBar.menubar,
13+PanelMenuBar.menubar.menuitem {
14+ -PanelMenuBar-icon-visible: true;
15+ background-image: -gtk-gradient (linear, left top, left bottom,
16+ from (shade (@dark_bg_color, 1.5)),
17+ to (shade (@dark_bg_color, 1.05)));
18+}
19+
20 NaTrayApplet * {
21 -NaTrayApplet-icon-padding: 12;
22 -NaTrayApplet-icon-size: 22;

Subscribers

People subscribed via source and target branches

to all changes: