forked from science-ation/science-ation
A few CSS changes to fix the problem with the ? icon being off the side of the page in inept exploder.
This commit is contained in:
parent
b7e72aa40c
commit
18de1e13cf
@ -63,26 +63,28 @@ table tr.odd {
|
|||||||
background: #EEEEFF;
|
background: #EEEEFF;
|
||||||
border: 2px solid Silver;
|
border: 2px solid Silver;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 1em;
|
font-size: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background: #EEEEFF;
|
background: #EEEEFF;
|
||||||
padding: 5px;
|
padding: 3px;
|
||||||
border: 2px solid Silver;
|
border: 2px solid Silver;
|
||||||
min-height: 600px;
|
min-height: 600px;
|
||||||
|
width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainwhere {
|
#mainwhere {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background: #EEEEFF;
|
background: #EEEEFF;
|
||||||
padding: 2px;
|
padding: 3px;
|
||||||
border-top: 2px solid Silver;
|
border-top: 2px solid Silver;
|
||||||
border-left: 2px solid Silver;
|
border-left: 2px solid Silver;
|
||||||
border-right: 2px solid Silver;
|
border-right: 2px solid Silver;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
|
width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -365,15 +367,33 @@ tr.externalaward {
|
|||||||
|
|
||||||
.SFIABDialog {
|
.SFIABDialog {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding: 5px;
|
background-color: #EEEEFF;
|
||||||
background-color: #5C6F90;
|
border: 3px solid #5C6F90;
|
||||||
|
z-index: 140;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SFIABDialogInner {
|
.SFIABDialogInner {
|
||||||
background-color: white;
|
background-color: #EEEEFF;
|
||||||
width: 100%;
|
margin: 4px;
|
||||||
height: 100%;
|
padding: 4px;
|
||||||
|
z-index: 150;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#FadeScreenDiv {
|
||||||
|
filter:alpha(opacity=50);
|
||||||
|
-moz-opacity:.50;
|
||||||
|
opacity:.50;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 100;
|
||||||
|
background-color: black;
|
||||||
|
position: fixed;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
clear: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
* html #FadeScreenDiv {
|
||||||
|
position: absolute;
|
||||||
|
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user