~larsu/ubuntu-themes/gedit-fixes

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.0/gtk-widgets.css

  • Committer: Tarmac
  • Author(s): William Hua
  • Date: 2013-09-25 10:40:17 UTC
  • mfrom: (319.2.1 lp1228809)
  • Revision ID: tarmac-20130925104017-bkb030u8o0yypyaa
Only add padding between GtkImages and GtkLabels in menu items. (LP #1228809)

Thanks Alberts Muktupāvels. Fixes: https://bugs.launchpad.net/bugs/1228809.

Approved by Dmitrijs Ledkovs, Alberts Muktupāvels, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1196
1196
    text-shadow: 0 -1px shade (@dark_bg_color, 0.7);
1197
1197
}
1198
1198
 
1199
 
.menuitem > GtkBox > GtkImage {
1200
 
    padding-right: 6px;
 
1199
.menuitem > GtkBox > GtkImage + GtkLabel {
 
1200
    padding-left: 6px;
1201
1201
}
1202
1202
 
1203
1203
/************