summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-02-27 20:02:20 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-04-27 17:56:11 +0200
commit77cd051688f1e8aae47aed0c8ac40ea45360461a (patch)
tree1323ab32074947eda5ef77947f8f56916f93c77b
parent85a146d908179db8e1b79055fc9e8b13c8c55648 (diff)
downloaddrakx-77cd051688f1e8aae47aed0c8ac40ea45360461a.tar
drakx-77cd051688f1e8aae47aed0c8ac40ea45360461a.tar.gz
drakx-77cd051688f1e8aae47aed0c8ac40ea45360461a.tar.bz2
drakx-77cd051688f1e8aae47aed0c8ac40ea45360461a.tar.xz
drakx-77cd051688f1e8aae47aed0c8ac40ea45360461a.zip
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
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/share/diskdrake.css15
3 files changed, 20 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index db92f89d2..1a21166a5 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.26.12 - 17 August 2014
- mygtk3:
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 9a2fa08df..ab9f2b0a6 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- partitioning:
+ o fix too wide buttons (mga#12422, mga#13471, mga#14839, mga#15379)
- Ensure uid/gid extraction works when adding users via summary page
(fixes chown'ing user to root when adding existing user on upgrade mga#12375)
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;
}