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;
|
||||
border: 2px solid Silver;
|
||||
padding: 5px;
|
||||
font-size: 1em;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
|
||||
#main {
|
||||
margin-right: 10px;
|
||||
background: #EEEEFF;
|
||||
padding: 5px;
|
||||
padding: 3px;
|
||||
border: 2px solid Silver;
|
||||
min-height: 600px;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
#mainwhere {
|
||||
margin-right: 10px;
|
||||
background: #EEEEFF;
|
||||
padding: 2px;
|
||||
border-top: 2px solid Silver;
|
||||
border-left: 2px solid Silver;
|
||||
border-right: 2px solid Silver;
|
||||
font-size: 0.85em;
|
||||
margin-right: 10px;
|
||||
background: #EEEEFF;
|
||||
padding: 3px;
|
||||
border-top: 2px solid Silver;
|
||||
border-left: 2px solid Silver;
|
||||
border-right: 2px solid Silver;
|
||||
font-size: 0.85em;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
|
||||
@ -365,15 +367,33 @@ tr.externalaward {
|
||||
|
||||
.SFIABDialog {
|
||||
font-size: 0.8em;
|
||||
padding: 5px;
|
||||
background-color: #5C6F90;
|
||||
background-color: #EEEEFF;
|
||||
border: 3px solid #5C6F90;
|
||||
z-index: 140;
|
||||
}
|
||||
|
||||
.SFIABDialogInner {
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #EEEEFF;
|
||||
margin: 4px;
|
||||
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