Merge lp:~fitojb/ubuntu-themes/lp1537794 into lp:ubuntu-themes

Proposed by Adolfo Jayme Barrientos
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 466
Merged at revision: 474
Proposed branch: lp:~fitojb/ubuntu-themes/lp1537794
Merge into: lp:ubuntu-themes
Diff against target: 25 lines (+2/-2)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+1/-1)
Radiance/gtk-3.0/gtk-widgets.css (+1/-1)
To merge this branch: bzr merge lp:~fitojb/ubuntu-themes/lp1537794
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+285278@code.launchpad.net

Commit message

Add 1px padding to calendar widget elements; looks better. Thanks, Khurshid Alam.

To post a comment you must log in.
Revision history for this message
Adolfo Jayme Barrientos (fitojb) wrote :

Ping?

Revision history for this message
Sebastien Bacher (seb128) wrote :

looks good, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
2--- Ambiance/gtk-3.0/gtk-widgets.css 2016-01-20 12:04:47 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2016-02-06 19:46:42 +0000
4@@ -806,7 +806,7 @@
5 border-radius: 0;
6 border-style: solid;
7 border-width: 0;
8- padding: 0;
9+ padding: 1px;
10
11 color: @dark_fg_color;
12 }
13
14=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
15--- Radiance/gtk-3.0/gtk-widgets.css 2016-01-20 12:04:47 +0000
16+++ Radiance/gtk-3.0/gtk-widgets.css 2016-02-06 19:46:42 +0000
17@@ -830,7 +830,7 @@
18 border-radius: 0;
19 border-style: solid;
20 border-width: 0;
21- padding: 0;
22+ padding: 1px;
23
24 color: @dark_fg_color;
25 }

Subscribers

People subscribed via source and target branches