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; width: 220px;
padding: 18px; padding: 18px;
} }
#login-form p.submit {
margin-left: 15px;
}
ul#browse-classgroups a.selected { ul#browse-classgroups a.selected {
background-position-x: 0; background-position-x: 0;
background-position-y: 12px; background-position-y: 12px;

View file

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

View file

@ -19,7 +19,7 @@ body{
margin: 0; margin: 0;
padding: 0; padding: 0;
height: 100%; /* needed for container min-height */ 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%;*/ /*font-size: 62.5%;*/
height: auto !important; /* real browsers */ height: auto !important; /* real browsers */
height: 100%; /* IE6: treaded as min-height*/; height: 100%; /* IE6: treaded as min-height*/;
@ -204,7 +204,7 @@ ul#main-nav {
width: 930px; width: 930px;
margin: 0 auto; margin: 0 auto;
background: #fff; background: #fff;
min-height: 450px; min-height: 550px;
padding: 20px; padding: 20px;
} }
/* INTRO-BLURB ------> */ /* INTRO-BLURB ------> */

View file

@ -8,6 +8,8 @@
<meta name="description" content="" /> <meta name="description" content="" />
<meta name="keywords" 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"> <#include "stylesheets.ftl">
<link rel="stylesheet" href="${urls.theme}/css/screen.css" /> <link rel="stylesheet" href="${urls.theme}/css/screen.css" />