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

82
css/index.css Normal file
View File

@@ -0,0 +1,82 @@
.box {
margin: 8px;
}
.online {
background: #00FF00;
}
.offline {
background: #FF0000;
}
a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
background: #DDE;
text-decoration: none;
color: black;
}
a:active {
border: 4px inset;
}
#respondent {
position : fixed;
width : 20%;
height : 30%;
top : 0;
right : 0;
bottom : auto;
left : 0;
}
#header {
position : fixed;
width : 20%;
height : 30%;
top : 0;
right : 0;
bottom : auto;
left : 0;
/*border-bottom: 1px solid #aaa;*/
}
#calllist {
position : fixed;
width : 60%;
height : 30%;
top : 0;
right : 0;
bottom : auto;
}
#qstatus {
position : fixed;
width : 10%;
height : 30%;
top : 0;
right : 0;
left: 30%;
bottom : auto;
/*border: 1px solid #aaa;*/
}
#casefunctions {
position : fixed;
width : 10%;
height : 30%;
top : 0;
right : 0;
left: 20%;
bottom : auto;
}
#content {
position : fixed;
top : 30%;
left : 0;
bottom : auto;
width : 100%;
height : 70%;
}
.embeddedobject {
width:100%;
height:100%;
position:absolute;
}