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
=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
--- Ambiance/gtk-3.0/gtk-widgets.css 2016-01-20 12:04:47 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2016-02-06 19:46:42 +0000
@@ -806,7 +806,7 @@
806 border-radius: 0;806 border-radius: 0;
807 border-style: solid;807 border-style: solid;
808 border-width: 0;808 border-width: 0;
809 padding: 0;809 padding: 1px;
810810
811 color: @dark_fg_color;811 color: @dark_fg_color;
812}812}
813813
=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
--- Radiance/gtk-3.0/gtk-widgets.css 2016-01-20 12:04:47 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2016-02-06 19:46:42 +0000
@@ -830,7 +830,7 @@
830 border-radius: 0;830 border-radius: 0;
831 border-style: solid;831 border-style: solid;
832 border-width: 0;832 border-width: 0;
833 padding: 0;833 padding: 1px;
834834
835 color: @dark_fg_color;835 color: @dark_fg_color;
836}836}

Subscribers

People subscribed via source and target branches