comparison rhodecode/public/css/style.css @ 1417:5875955def39 beta

fixes #223 improve password reset form
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 04 Jul 2011 10:59:01 +0200
parents e354efa1f386
children c6b811f11c94
comparison
equal deleted inserted replaced
1415:677408ee9355 1417:5875955def39
196 -webkit-border-radius: 0px 0px 8px 8px; 196 -webkit-border-radius: 0px 0px 8px 8px;
197 -khtml-border-radius: 0px 0px 8px 8px; 197 -khtml-border-radius: 0px 0px 8px 8px;
198 -moz-border-radius: 0px 0px 8px 8px; 198 -moz-border-radius: 0px 0px 8px 8px;
199 border-radius: 0px 0px 8px 8px; 199 border-radius: 0px 0px 8px 8px;
200 height:37px; 200 height:37px;
201 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367 201 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
202 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
202 } 203 }
203 204
204 #header ul#logged-user li { 205 #header ul#logged-user li {
205 list-style:none; 206 list-style:none;
206 float:left; 207 float:left;
1381 height: 150px; 1382 height: 150px;
1382 position: absolute; 1383 position: absolute;
1383 margin-left: -16px; 1384 margin-left: -16px;
1384 width: 281px; 1385 width: 281px;
1385 border-radius: 0 0 8px 8px; 1386 border-radius: 0 0 8px 8px;
1387 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1388 }
1389
1390 #quick_login .password_forgoten{
1391 padding-right:10px;
1392 padding-top:10px;
1393 float:left;
1386 } 1394 }
1387 1395
1388 #quick_login div.form div.fields{ 1396 #quick_login div.form div.fields{
1389 padding-top: 2px; 1397 padding-top: 2px;
1390 padding-left:10px; 1398 padding-left:10px;