2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Import from DCARF SVN

This commit is contained in:
azammitdcarf
2008-10-15 04:49:50 +00:00
parent 74c9cb7408
commit ec24d5af18
45 changed files with 12429 additions and 0 deletions

24
css/admin.css Normal file
View File

@@ -0,0 +1,24 @@
#menu {
position : fixed;
width : 20%;
height : 100%;
top : 0;
right : 0;
bottom : auto;
left : 0;
/*border-bottom: 1px solid #aaa;*/
}
#main {
position : fixed;
top : 0;
left : 20%;
bottom : auto;
width : 80%;
height : 100%;
}
.embeddedobject {
width:100%;
height:100%;
position:absolute;
}