Mercurial > dive4elements > river
changeset 2951:20ae06d2eeff
Add stylesheets for the login page
flys-client/trunk@4929 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 11 Jul 2012 10:38:11 +0000 |
parents | 192eddbbd4cf |
children | 3cacd42a0336 |
files | flys-client/src/main/webapp/FLYS.css |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/FLYS.css Wed Jul 11 10:37:10 2012 +0000 +++ b/flys-client/src/main/webapp/FLYS.css Wed Jul 11 10:38:11 2012 +0000 @@ -147,3 +147,21 @@ border-style: solid; border-color: black; } + +/* Login jsp */ +#authentication { + margin-left: 25%; + margin-right: 25%; + padding: 1em; + border: 2px solid #cfe1f1; + border-radius: 15px 15px 15px 15px; +} + +#authentication div { + margin: 1em; + font-size: 1.2em; +} + +#authentication table { + margin-bottom: 1em; +}