Merge lp:~cjohnston/ubuntu/trusty/horizon/1396318-icehouse into lp:~ubuntu-server-dev/horizon/icehouse

Proposed by Chris Johnston
Status: Merged
Approved by: Chuck Short
Approved revision: 200
Merged at revision: 200
Proposed branch: lp:~cjohnston/ubuntu/trusty/horizon/1396318-icehouse
Merge into: lp:~ubuntu-server-dev/horizon/icehouse
Diff against target: 39 lines (+9/-3)
2 files modified
debian/changelog (+6/-0)
debian/theme/css/ubuntu.css (+3/-3)
To merge this branch: bzr merge lp:~cjohnston/ubuntu/trusty/horizon/1396318-icehouse
Reviewer Review Type Date Requested Status
Corey Bryant Approve
Ubuntu branches Pending
Review via email: mp+243583@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Corey Bryant (corey.bryant) wrote :

Looks good to me and tests out ok. I posted a screenshot of running with the fix to bug #1396318.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-10-06 13:00:25 +0000
3+++ debian/changelog 2014-12-03 19:21:30 +0000
4@@ -1,3 +1,9 @@
5+horizon (1:2014.1.3-0ubuntu2) trusty; urgency=medium
6+
7+ * Fix Ubuntu theme region switcher dropdown (LP: #1396318)
8+
9+ -- Chris Johnston <chrisjohnston@ubuntu.com> Wed, 03 Dec 2014 14:00:30 -0500
10+
11 horizon (1:2014.1.3-0ubuntu1) trusty; urgency=medium
12
13 [ Chris Johnston ]
14
15=== modified file 'debian/theme/css/ubuntu.css'
16--- debian/theme/css/ubuntu.css 2014-09-25 21:21:26 +0000
17+++ debian/theme/css/ubuntu.css 2014-12-03 19:21:30 +0000
18@@ -3834,7 +3834,7 @@
19 color: #6e6e6e;
20 text-decoration: none;
21 }
22-.topbar .switcher_bar div {
23+.topbar .switcher_bar div, .topbar #region_switcher a {
24 padding: 2px 10px 1px;
25 font-size: 11px !important;
26 line-height: 20px;
27@@ -3868,10 +3868,10 @@
28 line-height: 20px;
29 font-size: 13px !important;
30 }
31-#editor_list li > a {
32+#editor_list li > a, #region_list li > a {
33 color: #555555;
34 }
35-#editor_list li > a:hover {
36+#editor_list li > a:hover, #region_list li > a:hover {
37 color: #ffffff;
38 }
39 .page-header {

Subscribers

People subscribed via source and target branches