NIHVIVO-1838: Fixed some browser issues in IE 6 and 7
This commit is contained in:
parent
378acfd9dd
commit
737024a8e0
4 changed files with 66 additions and 29 deletions
|
@ -11,6 +11,9 @@ input[type="password"]{
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
margin-bottom: 0.8em;
|
margin-bottom: 0.8em;
|
||||||
}
|
}
|
||||||
|
input.block{
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
label{
|
label{
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,10 +7,6 @@ body{
|
||||||
background-color: #f3f3f0;
|
background-color: #f3f3f0;
|
||||||
background-image: url(../images/header-background.jpg);
|
background-image: url(../images/header-background.jpg);
|
||||||
}
|
}
|
||||||
#wrapper-content{
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
#intro h2 {
|
#intro h2 {
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
}
|
}
|
||||||
|
@ -79,3 +75,40 @@ article.individual-foaf-person {
|
||||||
*display: inline !important;
|
*display: inline !important;
|
||||||
*vertical-align: top !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;
|
||||||
|
}
|
|
@ -17,3 +17,13 @@
|
||||||
*display: inline !important;
|
*display: inline !important;
|
||||||
*vertical-align: top !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;
|
||||||
|
}
|
|
@ -747,6 +747,12 @@ p{
|
||||||
.button:active {
|
.button:active {
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
|
.blue{
|
||||||
|
color: #2485ae;
|
||||||
|
}
|
||||||
|
.green{
|
||||||
|
color: #b2d15a;
|
||||||
|
}
|
||||||
.small.button,
|
.small.button,
|
||||||
.small.button:visited {
|
.small.button:visited {
|
||||||
font-size: 11px
|
font-size: 11px
|
||||||
|
@ -774,15 +780,6 @@ p{
|
||||||
background-color: #58a2c1;
|
background-color: #58a2c1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MISCELLANEOUS ------> */
|
|
||||||
.displace {
|
|
||||||
position: absolute;
|
|
||||||
left: -9999px;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
text-decoration: underline
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* INDIVIDUAL LIST ---------------------------------> */
|
/* INDIVIDUAL LIST ---------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
@ -1105,7 +1102,7 @@ ul#alpha-browse-childClass .count-classes {
|
||||||
}
|
}
|
||||||
/* INDIVIDUAL INTRO FOR PERSON ------> */
|
/* INDIVIDUAL INTRO FOR PERSON ------> */
|
||||||
.foaf-person{
|
.foaf-person{
|
||||||
padding-top: 2.75em;
|
padding-top: .2em;
|
||||||
}
|
}
|
||||||
/* INDIVIDUAL INTRO FOR ANY CLASS ------> */
|
/* INDIVIDUAL INTRO FOR ANY CLASS ------> */
|
||||||
#individual-intro h1{
|
#individual-intro h1{
|
||||||
|
@ -1117,7 +1114,7 @@ ul#alpha-browse-childClass .count-classes {
|
||||||
color: #5e6363;
|
color: #5e6363;
|
||||||
border-left: 1px solid #A6B1B0;
|
border-left: 1px solid #A6B1B0;
|
||||||
}
|
}
|
||||||
#individual-intro ul#individual-tools{
|
ul#individual-tools{
|
||||||
color: #8AA149;
|
color: #8AA149;
|
||||||
}
|
}
|
||||||
#individual-intro ul.individual-urls li a{
|
#individual-intro ul.individual-urls li a{
|
||||||
|
@ -1127,7 +1124,7 @@ ul#alpha-browse-childClass .count-classes {
|
||||||
#individual-intro-person{
|
#individual-intro-person{
|
||||||
border-right: 1px solid #edf0ed;
|
border-right: 1px solid #edf0ed;
|
||||||
}
|
}
|
||||||
/* INDIVIDUAL INTRO LEFT CONTENT ------> */
|
/* INDIVIDUAL INTRO - LEFT SIDE CONTENT ------> */
|
||||||
#share-contact img.individual-photo{
|
#share-contact img.individual-photo{
|
||||||
border: 7px solid #ebebeb;
|
border: 7px solid #ebebeb;
|
||||||
}
|
}
|
||||||
|
@ -1218,15 +1215,9 @@ ul#individual-areas{
|
||||||
ul#individual-areas li{
|
ul#individual-areas li{
|
||||||
border-right: 1px solid #A6B1B0;
|
border-right: 1px solid #A6B1B0;
|
||||||
}
|
}
|
||||||
ul#individual-areas li:first-child{
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
ul#individual-areas li:last-child{
|
ul#individual-areas li:last-child{
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
ul#individual-areas li{
|
|
||||||
border-right: 1px solid #A6B1B0;
|
|
||||||
}
|
|
||||||
ul#individual-areas li a{
|
ul#individual-areas li a{
|
||||||
color: #2485ae;
|
color: #2485ae;
|
||||||
}
|
}
|
||||||
|
@ -1306,7 +1297,6 @@ article.property h3{
|
||||||
article.property ul.property-list li.subclass h3 {
|
article.property ul.property-list li.subclass h3 {
|
||||||
font-size: 1.063em;
|
font-size: 1.063em;
|
||||||
color: #5E6363;
|
color: #5E6363;
|
||||||
background: none;
|
|
||||||
}
|
}
|
||||||
article.property .data-property-statement{
|
article.property .data-property-statement{
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -1321,15 +1311,16 @@ article.property ul.property-list li a{
|
||||||
color: #2485ae;
|
color: #2485ae;
|
||||||
}
|
}
|
||||||
/* MISCELLANEOUS ------> */
|
/* MISCELLANEOUS ------> */
|
||||||
.blue{
|
|
||||||
color: #2485ae;
|
|
||||||
}
|
|
||||||
.grey{
|
.grey{
|
||||||
color: #5e6363;
|
color: #5e6363;
|
||||||
}
|
}
|
||||||
.green{
|
.displace {
|
||||||
color: #b2d15a;
|
position: absolute;
|
||||||
|
left: -9999px;
|
||||||
}
|
}
|
||||||
.middle{
|
a {
|
||||||
|
text-decoration: underline
|
||||||
|
}
|
||||||
|
.middle {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue