NIHVIVO-1072: Doing testing in different browsers and fixing layout issues.

This commit is contained in:
mb863 2010-12-16 22:12:03 +00:00
parent 34ef2e0335
commit 0989181973
4 changed files with 43 additions and 29 deletions

View file

@ -15,6 +15,15 @@
@import url("institution.css"); @import url("institution.css");
@import url("individual.css"); @import url("individual.css");
header,
hgroup,
section,
nav,
article,
aside,
footer {
display: block;
}
body { body {
position: relative; position: relative;
background: #596673; background: #596673;

View file

@ -5,23 +5,26 @@ body {
background-position: center, 0; background-position: center, 0;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
#intro h3 { #wrapper-content{
padding-left: 10px;
padding-right: 10px;
}
#intro h2 {
margin-left: 24px; margin-left: 24px;
} }
#intro p { #intro p {
margin-left: 24px; margin-left: 24px;
} }
#log-in {
margin-right: 20px;
}
#search-home h3 { #search-home h3 {
margin-left: 0; margin-left: 0;
} }
#log-in input { #search-field .submit {
width: 200px; padding-left: 14px;
margin-left: -28px;
} }
ul#browse-classGroups { #search-home-field input.submit {
padding-left: 14px;
}
ul#browse-classgroups {
margin-left: 20px; margin-left: 20px;
} }
#browse-classes { #browse-classes {
@ -31,11 +34,11 @@ ul#browse-classGroups {
width: 220px; width: 220px;
padding: 18px; padding: 18px;
} }
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;
} }
/* fix for menupages */ /* Fix for menupages */
ul#foaf-person-childClasses { ul#foaf-person-childClasses {
float: left; float: left;
width: 265px; width: 265px;
@ -63,4 +66,3 @@ article.individual-foaf-person {
#profile-photo-display { #profile-photo-display {
width: 620px; width: 620px;
} }

View file

@ -1,6 +1,8 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* fix for homepage */ /* Fix for homepage */
#log-in input { #search-field .submit {
width: 200px; padding-left: 14px;
margin-left: -24px; }
#search-home-field input.submit {
padding-left: 14px;
} }

View file

@ -97,7 +97,7 @@ ul#header-nav li {
display: block; display: block;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
border-right: 1px solid grey; border-right: 1px solid #fff;
font-size: 0.7em; font-size: 0.7em;
color: #fff; color: #fff;
} }
@ -123,7 +123,7 @@ ul#header-nav a:active {
.loginIcon { .loginIcon {
font-family: 'Pictos'; font-family: 'Pictos';
font-size: 1.8em; font-size: 1.8em;
line-height: 0.2em; line-height: .2em;
color: #fff; color: #fff;
} }
/* SEARCH ------> */ /* SEARCH ------> */
@ -207,7 +207,7 @@ ul#main-nav {
min-height: 450px; min-height: 450px;
padding: 20px; padding: 20px;
} }
/* INTRO ------> */ /* INTRO-BLURB ------> */
#intro { #intro {
float: left; float: left;
width: 570px; width: 570px;
@ -380,7 +380,7 @@ p.password-note{
color: #fff; color: #fff;
font-size: 18px; font-size: 18px;
border: none; border: none;
padding-left: 20px; padding-left: 23px;
padding-top: 8px; padding-top: 8px;
cursor: pointer; cursor: pointer;
} }
@ -648,6 +648,7 @@ p.summary time {
height: 35px; height: 35px;
background: url(../images/icon-pub.png) 0 0 no-repeat; background: url(../images/icon-pub.png) 0 0 no-repeat;
padding-bottom: 10px; padding-bottom: 10px;
float: left;
} }
p.publication-content { p.publication-content {
padding-left: 40px; padding-left: 40px;