added studio logo to log in and sign up pages

This commit is contained in:
Tom Giannattasio
2012-10-09 11:44:07 -04:00
committed by Calen Pennington
parent 5dba4fd6c3
commit a1a13eb4f2
5 changed files with 16 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -1,7 +1,15 @@
.edx-studio-logo-large {
display: block;
width: 224px;
height: 45px;
margin: 100px auto 30px;
background: url(../img/edx-studio-large.png) no-repeat;
}
.sign-up-box,
.log-in-box {
width: 500px;
margin: 100px auto;
margin: auto;
border-radius: 3px;
header {

View File

@@ -5,9 +5,11 @@
<%block name="content">
<div class="edx-studio-logo-large"></div>
<article class="log-in-box">
<header>
<h1>Log in to edX</h1>
<h1>Log in to edX studio</h1>
</header>
<form class="log-in-form" id="login_form" action="login_post" method="post">
<div class="row">

View File

@@ -3,9 +3,12 @@
<%block name="bodyclass">no-header</%block>
<%block name="content">
<div class="edx-studio-logo-large"></div>
<article class="sign-up-box">
<header>
<h1>Register for edX Labs</h1>
<h1>Register for edX studio</h1>
</header>
<form id="register_form" method="post">
<div id="register_error" name="register_error"></div>