NIHVIVO-556: Changed wrong end tag for h1 on branding section.

This commit is contained in:
mb863 2010-11-05 17:42:46 +00:00
parent 16bd448853
commit 0083cd84a7
4 changed files with 77 additions and 80 deletions

View file

@ -197,101 +197,97 @@ h2{
font-size: 14px;
color: #b2d15a;
}
/* LOG IN------> */
/* LOG IN------> */
#log-in {
float: right;
width: 314px;
height: 348px;
border: 1px solid #e8ece9;
margin-right: 25px;
margin-top: 20px;
padding-bottom: 30px;
margin-bottom: 30px;
float:right;
width:314px;
height:390px;
border:1px solid #e8ece9;
margin-right:25px;
margin-top:20px;
padding-bottom:30px;
margin-bottom:30px;
}
#log-in h3 {
#log-in h2 {
font-size: 22px;
color: #2485ae;
padding-left: 15px;
padding-top: 18px;
border-bottom: none;
}
form#log-in-form {
padding-bottom: 0
padding-left:15px;
padding-top:18px;
border-bottom:none;
}
#log-in label {
display: block;
display:block;
font-size: 14px;
color: #5e6363;
padding-top: 20px;
padding-left: 38px;
font-size: 14px;
padding-top:20px;
padding-left:38px;
font-size:14px;
}
div.input-field {
width: 229px;
height: 34px;
margin-left: 38px;
margin-top: 7px;
#log-in input.text-field {
border:0;
font-size:14px;
padding:5px;
width:219px;
height:24px;
margin-left:38px;
margin-top:7px;
background: #fff;
border: 1px solid #e0dfdf;
border:1px solid #e0dfdf;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
}
#log-in input {
margin-left: 7px;
margin-top: 7px;
border: 0;
font-size: 14px;
#log-in input.text-field:focus {
border:1px solid rgba(57, 138, 172, 0.5);
background-color: rgba(57, 138, 172, 0.1);
}
#log-in input.login {
margin: 7px 4px 10px 0;
#log-in p.submit {
width:100px;
height:40px;
margin-top:20px;
margin-left:38px;
float:left;
}
#wrapper-submit-remember-me {
width: 270px;
margin-left: 38px;
margin-top: 20px;
}
#remember-me {
float: right;
width: 170px;
height: 20px;
margin: 0;
padding: 0;
padding-top: 5px;
}
#remember-me input.checkbox-remember-me {
float: left;
height: 14px;
width: 14px;
#log-in input.checkbox-remember-me {
float:left;
height:14px;
width:14px;
color: #5e6363;
font-size: 12px;
padding: 0;
margin: 0;
padding:0;
margin-top:33px;
margin-left:20px;
}
#remember-me .label-remember-me {
display: block;
float: right;
#log-in .label-remember-me {
display:block;
float:right;
color: #5e6363;
font-size: 12px;
width: 100px;
padding: 0px;
padding-right: 50px;
padding-top: 1px;
font-size:12px;
width:100px;
margin:0;
padding:0;
margin-top:30px;
margin-right:25px;
padding-right:10px;
}
p.forgot-password {
margin-left: 38px;
font-size: 12px;
clear:both;
margin-left:38px;
font-size:12px;
}
p.forgot-password a {
color: #2485ae
color: #2485ae;
}
#request-account {
clear: both;
float: left;
margin-left: 38px;
margin-top: 0;
padding-top: 15px;
border-top: 1px solid #e8ece9;
p.request-account {
width:219px;
clear:both;
float:left;
margin-left:38px;
margin-top:10px;
padding-top:20px;
border-top:1px solid #e8ece9;
}
p.request-account a{
color:#fff;
}
/* HOME SEARCH ------> */
#search-home {
@ -664,13 +660,14 @@ p{
border-bottom: 1px solid rgba(0, 0, 0, 0.25);*/
position: relative;
cursor: pointer;
border:0;
}
.button:hover {
background-color: #111;
color: #fff;
}
.button:active {
top: 1px
top: 1px;
}
.small.button,
.small.button:visited {
@ -684,17 +681,17 @@ p{
}
.green.button,
.green.button:visited {
background-color: #749a02
background-color: #749a02;
}
.green.button:hover {
background-color: #b2d15a
background-color: #b2d15a;
}
.blue.button,
.blue.button:visited {
background-color: #398aac
background-color: #398aac;
}
.blue.button:hover {
background-color: #58a2c1
background-color: #58a2c1;
}
/* MISCELLANEOUS------> */

View file

@ -2,7 +2,7 @@
<#-- This is a temporary file and will be removed once we have completed the transition to freemarker -->
<header id="branding">
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h2>
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h1>
<!-- Since we are using a graphic text for the tagline, we won't render ${siteTagline}
<#if siteTagline?has_content>

View file

@ -33,7 +33,7 @@
<body>
<header id="branding">
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h2>
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h1>
<!-- Since we are using a graphic text for the tagline, we won't render ${siteTagline}
<#if siteTagline?has_content>
<em>${siteTagline}</em>

View file

@ -28,7 +28,7 @@
<body>
<header id="branding">
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h2>
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h1>
<!-- Since we are using a graphic text for the tagline, we won't render ${siteTagline}
<#if siteTagline?has_content>
<em>${siteTagline}</em>