From 5a12fad77b38a0005dc40f47893732b9c2244a09 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 26 2014 16:12:54 +0000 Subject: Make the delete button a little prettier with that newly added icon --- diff --git a/progit/static/progit.css b/progit/static/progit.css index 874f8bf..6a40f9b 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -451,3 +451,11 @@ th.month .ui-button-text { min-width: 500px; min-height: 120px; } + + +.delete_icon { + padding-left: 20px !important; + background-image: url(delete.png); + background-repeat: no-repeat; + background-position: 0px 50%; +}