summaryrefslogtreecommitdiffstats
path: root/perl-install/share
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-02-27 20:02:20 +0100
commita674dfbf7d84330dca4f3bf58f61f4ef35fd15fc (patch)
tree7cd91b2a02841cb321b1ccb61176d267ad0f87e2 /perl-install/share
parent0611281a013eeb3a959cc6e5ad266a3c69f19315 (diff)
downloaddrakx-a674dfbf7d8.tar
drakx-a674dfbf7d8.tar.gz
drakx-a674dfbf7d8.tar.bz2
drakx-a674dfbf7d8.tar.xz
drakx-a674dfbf7d8.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
Diffstat (limited to 'perl-install/share')
-rw-r--r--perl-install/share/diskdrake.css15
1 files changed, 15 insertions, 0 deletions
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;
}