Author: bleny Date: 2014-07-15 15:01:47 +0200 (Tue, 15 Jul 2014) New Revision: 2152 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2152 Log: css for instance disclaimer 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-07-15 10:08:16 UTC (rev 2151) +++ trunk/wao-web/src/main/webapp/wao.css 2014-07-15 13:01:47 UTC (rev 2152) @@ -148,6 +148,8 @@ margin-left: auto; margin-right: auto; clear: both; + + margin-bottom: 100px; } footer ul { @@ -243,6 +245,20 @@ background-image: linear-gradient(to bottom, #00b2b2, #0c9696); } +#instance-disclaimer { + padding: 10px; + background: #B63030; + border-top: 1px solid #777777; + color: #ffffff; + position: fixed; + padding: 5px; + bottom: 0; + left: 0; + width: 100%; + height: 50px; + z-index: 99999; +} + /** * Le style général des formulaires */
participants (1)
-
bleny@users.forge.codelutin.com