From 65ad5af907ede281bbc4a89ffcf67e54f985c7e8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 24 2014 09:25:50 +0000 Subject: Small CSS change to make things prettier --- diff --git a/progit/static/progit.css b/progit/static/progit.css index b352b45..8ef638a 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -500,3 +500,17 @@ th.month .ui-button-text { .pr_comment { background: #fff; } + +.del_icon { + display: inline; +} + +/* Stealed this from flask-admin */ +form.icon button { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0); + border: medium none; + line-height: normal; + padding: 0; + padding-left: 0.5em; + text-decoration: none; +}