NIHVIVO-1838: Fixed some browser issues in IE 6 and 7

This commit is contained in:
mb863 2011-01-20 18:31:47 +00:00
parent 378acfd9dd
commit 737024a8e0
4 changed files with 66 additions and 29 deletions

View file

@ -11,6 +11,9 @@ input[type="password"]{
-webkit-border-radius: 5px;
margin-bottom: 0.8em;
}
input.block{
margin-bottom: 20px;
}
label{
margin-top: .5em;
}

View file

@ -7,10 +7,6 @@ body{
background-color: #f3f3f0;
background-image: url(../images/header-background.jpg);
}
#wrapper-content{
padding-left: 10px;
padding-right: 10px;
}
#intro h2 {
margin-left: 24px;
}
@ -78,4 +74,41 @@ article.individual-foaf-person {
*float: none !important;
*display: inline !important;
*vertical-align: top !important;
}
/* Fix for individual pages */
.thumb-edit-links{
margin-top: 147px;
margin-right: 10px;
z-index: 9999;
}
#individual-intro-person{
width: 73%;
}
#individual-intro{
width: 65%;
}
#individual-info{
width: 90%;
}
#share-contact {
width: auto;
}
/* Fix for menupages */
ul#alpha-browse-childClass {
width: 545px;
}
ul#alpha-browse-childClass a {
height: 30px;
margin-left: 0;
padding-left: 6px;
width: 8px;
}
#individuals-in-childClass{
width: 550px;
}
/* Fix for photo upload */
input#submit,
input#submit:visited{
padding: 5px 5px 7px;
margin-left: -17px;
}

View file

@ -16,4 +16,14 @@
*float: none !important;
*display: inline !important;
*vertical-align: top !important;
}
/* Fix for photo upload */
input#submit,
input#submit:visited{
padding: 5px 5px 7px;
margin-left: -17px;
}
/* Fix individual pages */
#share-contact {
width: auto;
}

View file

@ -747,6 +747,12 @@ p{
.button:active {
top: 1px;
}
.blue{
color: #2485ae;
}
.green{
color: #b2d15a;
}
.small.button,
.small.button:visited {
font-size: 11px
@ -774,15 +780,6 @@ p{
background-color: #58a2c1;
}
/* MISCELLANEOUS ------> */
.displace {
position: absolute;
left: -9999px;
}
a {
text-decoration: underline
}
/* -------------------------------------------------> */
/* INDIVIDUAL LIST ---------------------------------> */
/* -------------------------------------------------> */
@ -1105,7 +1102,7 @@ ul#alpha-browse-childClass .count-classes {
}
/* INDIVIDUAL INTRO FOR PERSON ------> */
.foaf-person{
padding-top: 2.75em;
padding-top: .2em;
}
/* INDIVIDUAL INTRO FOR ANY CLASS ------> */
#individual-intro h1{
@ -1117,7 +1114,7 @@ ul#alpha-browse-childClass .count-classes {
color: #5e6363;
border-left: 1px solid #A6B1B0;
}
#individual-intro ul#individual-tools{
ul#individual-tools{
color: #8AA149;
}
#individual-intro ul.individual-urls li a{
@ -1127,7 +1124,7 @@ ul#alpha-browse-childClass .count-classes {
#individual-intro-person{
border-right: 1px solid #edf0ed;
}
/* INDIVIDUAL INTRO LEFT CONTENT ------> */
/* INDIVIDUAL INTRO - LEFT SIDE CONTENT ------> */
#share-contact img.individual-photo{
border: 7px solid #ebebeb;
}
@ -1218,15 +1215,9 @@ ul#individual-areas{
ul#individual-areas li{
border-right: 1px solid #A6B1B0;
}
ul#individual-areas li:first-child{
padding-left: 0;
}
ul#individual-areas li:last-child{
border-right: none;
}
ul#individual-areas li{
border-right: 1px solid #A6B1B0;
}
ul#individual-areas li a{
color: #2485ae;
}
@ -1306,7 +1297,6 @@ article.property h3{
article.property ul.property-list li.subclass h3 {
font-size: 1.063em;
color: #5E6363;
background: none;
}
article.property .data-property-statement{
background: #fff;
@ -1321,15 +1311,16 @@ article.property ul.property-list li a{
color: #2485ae;
}
/* MISCELLANEOUS ------> */
.blue{
color: #2485ae;
}
.grey{
color: #5e6363;
}
.green{
color: #b2d15a;
.displace {
position: absolute;
left: -9999px;
}
.middle{
a {
text-decoration: underline
}
.middle {
vertical-align: middle;
}