# HG changeset patch # User Marcin Kuzminski # Date 2019-09-25 10:44:08 # Node ID e5b1132516d8f50f24891c01d49bd348e4cee6e9 # Parent 70acf9f6037724241a99a3071ce18720ee125ebc pull-requests: fixed old style status icon diff --git a/rhodecode/public/css/main.less b/rhodecode/public/css/main.less --- a/rhodecode/public/css/main.less +++ b/rhodecode/public/css/main.less @@ -1421,11 +1421,9 @@ table.integrations { } .reviewer_status { display: inline-block; - vertical-align: top; width: 25px; min-width: 25px; height: 1.2em; - margin-top: 3px; line-height: 1em; } diff --git a/rhodecode/templates/ejs_templates/templates.html b/rhodecode/templates/ejs_templates/templates.html --- a/rhodecode/templates/ejs_templates/templates.html +++ b/rhodecode/templates/ejs_templates/templates.html @@ -49,7 +49,7 @@ var CG = new ColorGenerator();
-
+
<% if (mandatory) { %>