mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
83 lines
1.1 KiB
CSS
83 lines
1.1 KiB
CSS
.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;
|
|
}
|
|
|