mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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
797d823b22
commit
2d31510f16
@ -144,7 +144,12 @@ if (comprueba_login() == 0) {
|
|||||||
filter:alpha(opacity=95);
|
filter:alpha(opacity=95);
|
||||||
-moz-opacity: 0.95;
|
-moz-opacity: 0.95;
|
||||||
opacity: 0.95;
|
opacity: 0.95;
|
||||||
|
margin-left: 0px;
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-right: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
--></style>
|
--></style>
|
||||||
|
|
||||||
|
|
||||||
@ -152,7 +157,7 @@ if (comprueba_login() == 0) {
|
|||||||
var defOffset = 2;
|
var defOffset = 2;
|
||||||
var defSlideTime = 200;
|
var defSlideTime = 200;
|
||||||
var tnActive = 0;
|
var tnActive = 0;
|
||||||
var visibleMargin = 0;
|
var visibleMargin = 5;
|
||||||
var menuW = 550;
|
var menuW = 550;
|
||||||
var menuH = 220;
|
var menuH = 220;
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user