NIHVIVO-1072: Fixing homepage in IE6,7 and added Google font to the theme
This commit is contained in:
parent
32084a7f8c
commit
9b158001da
4 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -6,3 +6,6 @@
|
|||
#search-home-field input.submit {
|
||||
padding-left: 14px;
|
||||
}
|
||||
#login-form p.submit {
|
||||
margin-left: 20px;
|
||||
}
|
|
@ -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;
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
<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" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue