From athimel@users.chorem.org Tue Jan 24 15:20:33 2012 From: athimel@users.chorem.org To: pollen-commits@list.chorem.org Subject: [Pollen-commits] r3118 - in branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp: WEB-INF/decorators css Date: Tue, 24 Jan 2012 15:20:33 +0100 Message-ID: <20120124142033.5AA8C15A57@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0339181426465729736==" --===============0339181426465729736== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: athimel Date: 2012-01-24 15:20:33 +0100 (Tue, 24 Jan 2012) New Revision: 3118 Url: http://chorem.org/repositories/revision/pollen/3118 Log: Add a flag for Beta version Modified: branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp/WEB-INF/decor= ators/layout-default.jsp branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp/css/main.css Modified: branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp/WEB-IN= F/decorators/layout-default.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp/WEB-INF/deco= rators/layout-default.jsp 2012-01-24 14:15:29 UTC (rev 3117) +++ branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp/WEB-INF/deco= rators/layout-default.jsp 2012-01-24 14:20:33 UTC (rev 3118) @@ -41,6 +41,11 @@ =20 +<%-- TODO AThimel 24/01/2012 Remove this when refactoring is over --%> +
+ Version βeta +
+ Modified: branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp/css/ma= in.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp/css/main.css= 2012-01-24 14:15:29 UTC (rev 3117) +++ branches/pollen-2.0-beta-1/pollen-ui-struts2/src/main/webapp/css/main.css= 2012-01-24 14:20:33 UTC (rev 3118) @@ -467,3 +467,29 @@ border-color: #000; border-width: 2px; } + + + +#in-progress { + -moz-transform: rotate(-45deg); + -webkit-transform:rotate(-45deg); + background-color: #00cc00; + box-shadow: 0 0 1em #888888; + left: -4em; + overflow: hidden; + position: fixed; + top: 2.5em; + width: 200px; + z-index: 999; +} +#in-progress a { + border: 1px solid #FFAAAA; + color: #FFFFFF; + display: block; + font-size: 1.1em; + font-weight: bold; + padding: 0.5em; + text-align: center; + text-decoration: none; + text-shadow: 1px 1px 10px #000000; +} \ No newline at end of file --===============0339181426465729736==--