Author: lkaufmann Date: 2014-05-15 15:42:22 +0200 (Thu, 15 May 2014) New Revision: 1942 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1942 Log: Refs #4997 Sticky notifications Modified: trunk/wao-web/src/main/webapp/wao.css Modified: trunk/wao-web/src/main/webapp/wao.css =================================================================== --- trunk/wao-web/src/main/webapp/wao.css 2014-05-15 13:28:50 UTC (rev 1941) +++ trunk/wao-web/src/main/webapp/wao.css 2014-05-15 13:42:22 UTC (rev 1942) @@ -412,6 +412,28 @@ display: inherit; } +/** + * Les notifications + */ +#notifications { + position: fixed; + right: 0; + top: 40px; +} + +#notifications .alert { + margin: 2px 10px 5px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); +} + +#notifications .alert-info { + background: #00B2B2; + background: rgba(0, 178, 178, 0.7); + border-color: #299; + color: #444; + text-shadow: none; +} + /****************************************************************************** * Styles spécifiques pour certaines pages de l'appli *****************************************************************************/