branch develop updated (95de1fb -> 153e83d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wao. See http://git.codelutin.com/wao.git from 95de1fb Correction OGNL (refs #6393) new 153e83d Correction d'un décalage provoqué par une textarea trop large (fixes #6487) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 153e83ddb53e0722706d98b96ea47cd9635cfe0a Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Jan 21 17:21:04 2015 +0100 Correction d'un décalage provoqué par une textarea trop large (fixes #6487) Summary of changes: wao-web/src/main/webapp/wao.css | 1 + 1 file changed, 1 insertion(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 153e83ddb53e0722706d98b96ea47cd9635cfe0a Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Jan 21 17:21:04 2015 +0100 Correction d'un décalage provoqué par une textarea trop large (fixes #6487) --- wao-web/src/main/webapp/wao.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wao-web/src/main/webapp/wao.css b/wao-web/src/main/webapp/wao.css index 0256528..90d4275 100644 --- a/wao-web/src/main/webapp/wao.css +++ b/wao-web/src/main/webapp/wao.css @@ -709,6 +709,7 @@ table.contacts-list .actions .dropdown-menu { border-bottom-left-radius: 3px; border-top-left-radius: 3px; overflow: scroll; outline: none; + width: 90%; } /** -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm