Merge lp:~wallyworld/launchpad/buglisting-text-alignment-1029526 into lp:launchpad

Proposed by Ian Booth
Status: Merged
Merged at revision: 15787
Proposed branch: lp:~wallyworld/launchpad/buglisting-text-alignment-1029526
Merge into: lp:launchpad
Diff against target: 43 lines (+5/-5)
2 files modified
lib/canonical/launchpad/icing/css/components/bug_listing.css (+4/-3)
lib/canonical/launchpad/icing/css/components/sharing.css (+1/-2)
To merge this branch: bzr merge lp:~wallyworld/launchpad/buglisting-text-alignment-1029526
Reviewer Review Type Date Requested Status
Ian Booth (community) Approve
Review via email: mp+119089@code.launchpad.net

Commit message

A simple css tweak to improve the bug listing page, specifically the text alignment for information type

Description of the change

A simple css tweak to improve the bug listing page, specifically the text alignment for information type.

To post a comment you must log in.
Revision history for this message
Ian Booth (wallyworld) wrote :

Self approve, trivial change

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/launchpad/icing/css/components/bug_listing.css'
2--- lib/canonical/launchpad/icing/css/components/bug_listing.css 2012-07-16 01:24:26 +0000
3+++ lib/canonical/launchpad/icing/css/components/bug_listing.css 2012-08-10 08:05:21 +0000
4@@ -28,12 +28,13 @@
5 div#client-listing .importance,
6 div#client-listing .information_type {
7 float: left;
8- height: 1.5em;
9+ height: 1.4em;
10 font-size: 0.8em;
11 border-radius: 2px;
12 text-transform: uppercase;
13 line-height: 12px;
14 text-align: center;
15+ padding-top: 0.1em;
16 margin: 5px 10px 0 0;
17 }
18
19@@ -46,8 +47,8 @@
20 }
21
22 div#client-listing .information_type {
23- height: 1em;
24- width: 160px;
25+ width: 165px;
26+ background-color: #dcdcdc;
27 }
28
29 div#client-listing .field {
30
31=== modified file 'lib/canonical/launchpad/icing/css/components/sharing.css'
32--- lib/canonical/launchpad/icing/css/components/sharing.css 2012-07-21 03:04:06 +0000
33+++ lib/canonical/launchpad/icing/css/components/sharing.css 2012-08-10 08:05:21 +0000
34@@ -13,8 +13,7 @@
35 padding-right: 10px;
36 }
37
38-table.sharing ul.horizontal li div,
39-.information_type {
40+table.sharing ul.horizontal li div {
41 display: inline;
42 border-radius: 5px;
43 background-color: #dcdcdc;