2015-06-29 15:15:07 -04:00
|
|
|
#course-details-view
|
|
|
|
|
|
|
|
.textarea-emails
|
|
|
|
width: 50%
|
|
|
|
|
|
|
|
.select-language
|
|
|
|
width: 200px
|
2015-06-30 19:53:33 -04:00
|
|
|
display: inline
|
|
|
|
|
|
|
|
.select-session
|
|
|
|
width: 300px
|
|
|
|
display: inline
|
2015-07-01 18:11:40 -04:00
|
|
|
|
|
|
|
.progress-header
|
|
|
|
margin-right: 14px
|
|
|
|
|
|
|
|
.progress-key
|
|
|
|
cursor: default
|
|
|
|
display: inline-block
|
|
|
|
white-space: nowrap
|
|
|
|
font-size: 9pt
|
|
|
|
font-weight: normal
|
|
|
|
border: 1px solid gray
|
|
|
|
border-radius: 5px
|
|
|
|
margin: 0px
|
|
|
|
padding: 2px
|
|
|
|
|
|
|
|
.progress-key-started
|
|
|
|
background-color: lightgreen
|
|
|
|
|
|
|
|
.progress-key-complete
|
|
|
|
background-color: lightgray
|
|
|
|
|
|
|
|
.expand-progress-checkbox
|
|
|
|
margin-left: 14px
|
|
|
|
|
|
|
|
.expand-progress-label
|
|
|
|
font-weight: normal
|
|
|
|
font-size: 14px
|
|
|
|
|
|
|
|
.progress-cell
|
|
|
|
padding: 2px
|
|
|
|
padding-bottom: 10px
|
|
|
|
|
|
|
|
.level-popup-container
|
|
|
|
display: none
|
|
|
|
position: absolute
|
|
|
|
padding: 10px
|
|
|
|
border: 1px solid black
|
|
|
|
z-index: 3
|
|
|
|
background-color: blanchedalmond
|
|
|
|
font-size: 10pt
|
|
|
|
|
|
|
|
.progress-level-cell
|
|
|
|
display: inline-block
|
|
|
|
white-space: nowrap
|
|
|
|
font-size: 9pt
|
|
|
|
border: 1px solid gray
|
|
|
|
border-radius: 5px
|
|
|
|
margin: 0px
|
|
|
|
padding: 2px
|
|
|
|
|
|
|
|
.progress-level-cell-started
|
|
|
|
cursor: pointer
|
|
|
|
background-color: lightgreen
|
|
|
|
|
|
|
|
.progress-level-cell-complete
|
|
|
|
cursor: pointer
|
|
|
|
background-color: lightgray
|