]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
css: increase padding for Debian and Proxmox symbol logos
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 19:21:25 +0000 (21:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 19:26:45 +0000 (21:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/css/ext6-pmx.css

index 7c39c1085803996884e3a21f74fa748a20411d35..843f762516a897d8d94711f0cf5bf04c34659ee3 100644 (file)
@@ -122,10 +122,12 @@ div.right-aligned {
 }
 
 .pmx-itype-icon-debian-swirl {
 }
 
 .pmx-itype-icon-debian-swirl {
+    padding-left: 22px;
     background-size: 16px;
     background-image:url(../images/debian-swirl-openlogo.svg);
 }
 .pmx-itype-icon-proxmox-x {
     background-size: 16px;
     background-image:url(../images/debian-swirl-openlogo.svg);
 }
 .pmx-itype-icon-proxmox-x {
+    padding-left: 22px;
     background-size: 16px;
     background-image:url(../images/proxmox-symbol-x.svg);
 }
     background-size: 16px;
     background-image:url(../images/proxmox-symbol-x.svg);
 }