fixed some minor bug that didn't allow the configuration menu to be seen in IE.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@148 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
771b74848e
commit
50451624e3
|
@ -144,7 +144,12 @@ if (comprueba_login() == 0) {
|
|||
filter:alpha(opacity=95);
|
||||
-moz-opacity: 0.95;
|
||||
opacity: 0.95;
|
||||
margin-left: 0px;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
--></style>
|
||||
|
||||
|
||||
|
@ -152,7 +157,7 @@ if (comprueba_login() == 0) {
|
|||
var defOffset = 2;
|
||||
var defSlideTime = 200;
|
||||
var tnActive = 0;
|
||||
var visibleMargin = 0;
|
||||
var visibleMargin = 5;
|
||||
var menuW = 550;
|
||||
var menuH = 220;
|
||||
window.onload = function() {
|
||||
|
|
Loading…
Reference in New Issue