diff --git a/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp b/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp index 6d5526f..ddc1fa3 100644 --- a/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp +++ b/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp @@ -219,11 +219,7 @@ btn.style.backgroundColor = '#4990e2'; btn.style.color = 'white'; btn.style.border = 'none'; - btn.style.fontSize = '2rem'; - btn.style.textAlign = 'center'; - btn.style.height = '3rem'; - btn.style.width = '10rem'; - btn.style.marginLeft = '20px'; + btn.style.marginLeft = '5px'; txt = txt+btn.outerHTML; } }