NIHVIVO-1072: Fixing homepage in IE6,7 and added Google font to the theme

This commit is contained in:
mb863 2010-12-21 19:25:23 +00:00
parent 32084a7f8c
commit 9b158001da
4 changed files with 12 additions and 4 deletions

View file

@ -34,6 +34,9 @@ ul#browse-classgroups {
width: 220px;
padding: 18px;
}
#login-form p.submit {
margin-left: 15px;
}
ul#browse-classgroups a.selected {
background-position-x: 0;
background-position-y: 12px;

View file

@ -5,4 +5,7 @@
}
#search-home-field input.submit {
padding-left: 14px;
}
#login-form p.submit {
margin-left: 20px;
}

View file

@ -19,7 +19,7 @@ body{
margin: 0;
padding: 0;
height: 100%; /* needed for container min-height */
font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
font-family: 'Arimo', "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
/*font-size: 62.5%;*/
height: auto !important; /* real browsers */
height: 100%; /* IE6: treaded as min-height*/;
@ -204,7 +204,7 @@ ul#main-nav {
width: 930px;
margin: 0 auto;
background: #fff;
min-height: 450px;
min-height: 550px;
padding: 20px;
}
/* INTRO-BLURB ------> */
@ -291,8 +291,8 @@ ul#main-nav {
-webkit-border-radius: 5px;
}
#login-form input.text-field:focus {
border: 1px solid rgba(57, 138, 172, 0.5);
background-color: rgba(57, 138, 172, 0.1);
border: 1px solid rgba(57, 138, 172, 0.5);
background-color: rgba(57, 138, 172, 0.1);
}
#login-form p.submit {
width: 100px;

View file

@ -7,6 +7,8 @@
<title>${title}</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Arimo:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
<#include "stylesheets.ftl">
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />