This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit e74040c95aedd87e2464879d9b3e8586aac9e548 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Jan 30 11:33:09 2015 +0100 Fixes close button issue in alerts --- coselmar-ui/src/main/webapp/css/coselmar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index 038415b..6a33b0a 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -418,7 +418,7 @@ a.dropdown-toggle:hover .caret { } /* remove the stupid float on right with bootstrap close class */ -.close { +.tag .close { float: none; } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.