From a674dfbf7d84330dca4f3bf58f61f4ef35fd15fc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 27 Feb 2015 20:02:20 +0100 Subject: fix too wide buttons closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases --- perl-install/NEWS | 3 +++ perl-install/install/NEWS | 3 +++ perl-install/share/diskdrake.css | 15 +++++++++++++++ 3 files changed, 21 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index 3fa34a73d..f1c776ade 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: + o fix too wide buttons (mga#12422, mga#13471, mga#14839, mga#15379) + Version 16.62 - 19 February 2015 - diskdrake (mga#12422, mga#11988, mga#14839, mga#15272, mga#15264): diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index e4741ef0d..ca8ae13af 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partitioning: + o fix too wide buttons (mga#12422, mga#13471, mga#14839, mga#15379) + Version 16.62 - 19 February 2015 - partitioning (mga#12422, mga#11988, mga#14839, mga#15272, mga#15264): diff --git a/perl-install/share/diskdrake.css b/perl-install/share/diskdrake.css index 186b605bd..d24dc3a65 100644 --- a/perl-install/share/diskdrake.css +++ b/perl-install/share/diskdrake.css @@ -10,59 +10,74 @@ #PART_ext2, #PART_ext3, #PART_ext4 { background-color: #ff0000; background-image: none; + padding: 1px; } #PART_ext2:hover:hover, #PART_ext3:hover, #PART_ext4:hover { background-color: #e60000; + padding: 1px; } #PART_ext2:active:active, #PART_ext3:active, #PART_ext4:active { background-color: #e60000; + padding: 1px; } #PART_xfs { background-color: #ff9900; background-image: none; + padding: 1px; } #PART_xfs:hover { background-color: #e66600; + padding: 1px; } #PART_xfs:active { background-color: #e69900; + padding: 1px; } #PART_swap { background-color: #66cc00; background-image: none; + padding: 1px; } #PART_swap:active, #PART_swap:hover { background-color: #66b700; + padding: 1px; } #PART_vfat, #PART_ntfs, #PART_ntfs-3g { background-color: #00b7ff; background-image: none; + padding: 1px; } #PART_vfat:hover, #PART_ntfs:hover, #PART_ntfs-3g:hover { background-color: #0099e6; + padding: 1px; } #PART_vfat:active, #PART_ntfs:active, #PART_ntfs-3g:active { background-color: #0099e6; + padding: 1px; } #PART_empty { background-color: #ffffff; background-image: none; + padding: 1px; } #PART_empty:hover, #PART_empty:active { background-color: #e6e6e6; + padding: 1px; } #PART_other { background-color: #929eab; background-image: none; + padding: 1px; } #PART_new { background-color: #1f429c; background-image: none; color: #ffffff; + padding: 1px; } -- cgit v1.2.1