comparison rhodecode/templates/login.html @ 611:edf8567be8ed

css cleanup, fixed rounded corners, removed obsolete images and css imports
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 15:19:51 +0200
parents f99075170eb4
children a1ec653f5f95
comparison
equal deleted inserted replaced
607:ff449e9e6e38 611:edf8567be8ed
6 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 6 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7 <link rel="icon" href="/images/hgicon.png" type="image/png" /> 7 <link rel="icon" href="/images/hgicon.png" type="image/png" />
8 <meta name="robots" content="index, nofollow"/> 8 <meta name="robots" content="index, nofollow"/>
9 9
10 <!-- stylesheets --> 10 <!-- stylesheets -->
11 <link rel="stylesheet" type="text/css" href="/css/reset.css" />
12 <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" /> 11 <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
13 <link id="color" rel="stylesheet" type="text/css" href="/css/colors/blue.css" />
14
15 <!-- scripts -->
16 12
17 </head> 13 </head>
18 <body> 14 <body>
19 <div id="login"> 15 <div id="login">
20 <!-- login --> 16 <!-- login -->
21 <div class="title"> 17 <div class="title top-left-rounded-corner top-right-rounded-corner">
22 <h5>${_('Sign In to rhodecode')}</h5> 18 <h5>${_('Sign In to rhodecode')}</h5>
23 <div class="corner tl"></div>
24 <div class="corner tr"></div>
25 </div> 19 </div>
26 <div class="inner"> 20 <div class="inner">
27 ${h.form(h.url.current(came_from=c.came_from))} 21 ${h.form(h.url.current(came_from=c.came_from))}
28 <div class="form"> 22 <div class="form">
29 <!-- fields --> 23 <!-- fields -->