we have now a sliding configuration menu on graphics. It's made with cross-browser libraries (http://www.cross-browser.com/), whose i also committed on include/styles/cb. I don't now if this folder is the right one.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@116 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
58820e1a7f
commit
77b01187dc
|
@ -141,6 +141,9 @@ if (comprueba_login() == 0) {
|
|||
position:absolute;
|
||||
margin:0; width:550px; height:220px;
|
||||
visibility:hidden;
|
||||
filter:alpha(opacity=95);
|
||||
-moz-opacity: 0.95;
|
||||
opacity: 0.95;
|
||||
}
|
||||
--></style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue