comparison flys-client/src/main/webapp/FLYS.css @ 2971:229c34d6e87b

Add css for the error box at the login page flys-client/trunk@4967 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 13 Jul 2012 07:12:06 +0000
parents 20ae06d2eeff
children e82acd5c86f7
comparison
equal deleted inserted replaced
2970:b89dd09b486c 2971:229c34d6e87b
150 150
151 /* Login jsp */ 151 /* Login jsp */
152 #authentication { 152 #authentication {
153 margin-left: 25%; 153 margin-left: 25%;
154 margin-right: 25%; 154 margin-right: 25%;
155 padding: 1em; 155 padding: 2em;
156 border: 2px solid #cfe1f1; 156 border: 2px solid #cfe1f1;
157 border-radius: 15px 15px 15px 15px; 157 border-radius: 15px;
158 } 158 }
159 159
160 #authentication div { 160 #authentication div {
161 margin: 1em; 161 margin: 1em 0;
162 font-size: 1.2em; 162 font-size: 1.2em;
163 }
164
165 #authentication div.error {
166 text-align: center;
167 border: 1px solid red;
168 border-radius: 5px;
163 } 169 }
164 170
165 #authentication table { 171 #authentication table {
166 margin-bottom: 1em; 172 margin-bottom: 1em;
167 } 173 }

http://dive4elements.wald.intevation.org