You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.2 KiB
71 lines
1.2 KiB
.scormpage{
|
|
}
|
|
.scormpage .menu{
|
|
width: 180px;
|
|
position: fixed;
|
|
padding: 0px;
|
|
font-size: small;
|
|
margin-right: 5%;
|
|
margin-left: 75%;
|
|
margin-top: 10px;
|
|
filter:alpha(opacity=50);
|
|
opacity: 0.50;
|
|
-moz-border-radius: 25px;
|
|
background-color: white;
|
|
}
|
|
.scormpage .menu .lp_nav{
|
|
height: 50px;
|
|
width: 160px;
|
|
padding-top: 4px;
|
|
padding-bottom:0px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
margin-top: 4px;
|
|
}
|
|
.lp_navigation_elem{
|
|
padding-left: 25px;
|
|
padding-top: 0px;
|
|
}
|
|
.lp_navigation_elem .progresstext{
|
|
margin-top: -12px;
|
|
margin-left: 4em;
|
|
font-size: smaller;
|
|
}
|
|
.lp_navigation_elem .buttons{
|
|
margin-left: 1em;
|
|
margin-right: 0em;
|
|
margin-top: 0.4em;
|
|
}
|
|
.scormpage .menu .notification{
|
|
height: 50px;
|
|
}
|
|
.scormpage .menu .notification .message{
|
|
height: 50px;
|
|
width: 180px;
|
|
border: none;
|
|
}
|
|
.scormpage .menu .notification .lp_log{
|
|
height: 100px;
|
|
width: 180px;
|
|
border: none;
|
|
overflow: auto;
|
|
}
|
|
.scormpage .content .iframe{
|
|
/*
|
|
border: none;
|
|
height: 700px;
|
|
margin: 0px;
|
|
padding-right: 0px;
|
|
margin-right: 0%;
|
|
margin-left: 0%;
|
|
*/
|
|
/* trying the absolute mode */
|
|
position: absolute;
|
|
bottom:0;
|
|
left:0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.scormpage .footer{
|
|
clear: both;
|
|
} |