Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/FLYS.css @ 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 | 57f9753700e2 |
children | 229c34d6e87b |
comparison
equal
deleted
inserted
replaced
2950:192eddbbd4cf | 2951:20ae06d2eeff |
---|---|
145 .olMap { | 145 .olMap { |
146 border-width: 1px; | 146 border-width: 1px; |
147 border-style: solid; | 147 border-style: solid; |
148 border-color: black; | 148 border-color: black; |
149 } | 149 } |
150 | |
151 /* Login jsp */ | |
152 #authentication { | |
153 margin-left: 25%; | |
154 margin-right: 25%; | |
155 padding: 1em; | |
156 border: 2px solid #cfe1f1; | |
157 border-radius: 15px 15px 15px 15px; | |
158 } | |
159 | |
160 #authentication div { | |
161 margin: 1em; | |
162 font-size: 1.2em; | |
163 } | |
164 | |
165 #authentication table { | |
166 margin-bottom: 1em; | |
167 } |