mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Support for Internet Explorer browser
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
#menu {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
width : 20%;
|
||||
height : 100%;
|
||||
top : 0;
|
||||
@@ -27,7 +27,7 @@
|
||||
/*border-bottom: 1px solid #aaa;*/
|
||||
}
|
||||
#main {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
top : 0;
|
||||
left : 20%;
|
||||
bottom : auto;
|
||||
|
||||
@@ -20,7 +20,7 @@ a:active {
|
||||
}
|
||||
|
||||
#respondent {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
width : 20%;
|
||||
height : 30%;
|
||||
top : 0;
|
||||
@@ -30,7 +30,7 @@ a:active {
|
||||
}
|
||||
|
||||
#header {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
width : 20%;
|
||||
height : 30%;
|
||||
top : 0;
|
||||
@@ -40,7 +40,7 @@ a:active {
|
||||
/*border-bottom: 1px solid #aaa;*/
|
||||
}
|
||||
#calllist {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
width : 60%;
|
||||
height : 30%;
|
||||
top : 0;
|
||||
@@ -48,7 +48,7 @@ a:active {
|
||||
bottom : auto;
|
||||
}
|
||||
#qstatus {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
width : 10%;
|
||||
height : 30%;
|
||||
top : 0;
|
||||
@@ -58,7 +58,7 @@ a:active {
|
||||
/*border: 1px solid #aaa;*/
|
||||
}
|
||||
#casefunctions {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
width : 10%;
|
||||
height : 30%;
|
||||
top : 0;
|
||||
@@ -67,7 +67,7 @@ a:active {
|
||||
bottom : auto;
|
||||
}
|
||||
#content {
|
||||
position : fixed;
|
||||
position : absolute;
|
||||
top : 30%;
|
||||
left : 0;
|
||||
bottom : auto;
|
||||
|
||||
Reference in New Issue
Block a user