From ece3d5f25b7a3bbd0bbe4a5574629ea8d686bc86 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Thu, 9 Apr 2015 09:09:26 -0500 Subject: [PATCH] Fix button CSS class for download certificate - refs BT#9237 --- main/gradebook/lib/be/category.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gradebook/lib/be/category.class.php b/main/gradebook/lib/be/category.class.php index 16016e2d8c..e20546304f 100755 --- a/main/gradebook/lib/be/category.class.php +++ b/main/gradebook/lib/be/category.class.php @@ -1845,7 +1845,7 @@ class Category implements GradebookItem $url, array( 'target' => '_blank', - 'class' => 'btn' + 'class' => 'btn btn-default' ) );