From 9003670826ab682055f234490b877360e2c32d2f Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 19 Sep 2014 12:25:02 -0400 Subject: [PATCH] Adjust the CSS a bit for displaying the pull box in the repo view --- static/css/quay.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/quay.css b/static/css/quay.css index 4b559a104..15c71634b 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -2227,6 +2227,8 @@ p.editable:hover i { margin-right: -3px; background: #f8f8f8; outline: none; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } .repo .pull-container .pull-selector i {