File:  [LON-CAPA] / modules / damieng / graphical_editor / loncapa_daxe / web / loncapa_daxe.css
Revision 1.19: download - view: text, annotated - select for diffs
Mon Apr 3 15:37:08 2017 UTC (7 years, 1 month ago) by damieng
Branches: MAIN
CVS tags: HEAD
fixed cursor for radio and checkbox buttons with IE11


div.indent {
  margin-left: 1.3em;
}

.vertical-gutter {
  position: absolute;
  top: 4em;
  width: 8px;
  bottom: 1.3em;
  background-image: url('images/grip.png');
  background-repeat: no-repeat;
  background-position: 50% center;
  background-color: #F0F0F0;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  cursor: col-resize;
}

#preview_div {
  position: absolute;
  top: 4em;
  right: 0px;
  bottom: 1.3em;
}

#preview_iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.help_regexp {
  display: none;
}

span.empty_tag, span.start_tag, span.end_tag, span.simple_type {
  background-color: #F6F6F6;
  border: 1px solid #808080;
}

.dnblock .lcd-advanced {
  float: right;
}

.tex {
  cursor: default;
}

.hr {
  cursor: default;
  margin: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

input.math {
  font-family: monospace;
}

.script-text {
  visibility: hidden;
  padding-left: 1em;
  font-family: monospace;
}

.script-text .selection, .script-text .selected {
  visibility: visible;
}

.selected .script-text {
  visibility: visible;
}

.script-colored {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-left: 1em;
  visibility: visible;
  font-family: monospace;
}

.script-colored .keyword {
  font-weight: bold;
}
.script-colored .string {
  color: #050;
}
.script-colored .comment {
  color: #666;
}
.script-colored .variable {
  color: #049;
}
.script-colored .number {
  color: #640;
}
.script-colored .function-call {
  color: #705;
}

.script-line-number-position {
  position: relative;
}

.script-line_number {
  position: absolute;
  z-index: 1;
  left: -2em;
  top: 0;
  font-family: monospace;
  color: #CCC;
}

.radio-foilgroup {
  white-space: normal; /* to prevent a bug with draggable in Firefox */
  margin-bottom: 1em;
}

.radio-foilgroup>table {
  padding-right: 1em;
}

.radio-foilgroup>table>tr>td:first-child {
  vertical-align: middle;
}

.radio-foilgroup>table>tr>td:nth-child(3) {
  min-width: 5em;
}

.radio-foilgroup>table>tr>td {
  position: relative; /* bug workaround for Chromium (without this the tr drag&drop ghost is not visible) */
}

.radio-foilgroup>table>tr:hover .delete-icon {
  visibility: visible;
}

.radio-foilgroup>table>tr>td {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.radio-foilgroup>table>tr.dragbefore>td {
  border-top: 1px dashed #000;
}

.radio-foilgroup>table>tr.dragafter>td {
  border-bottom: 1px dashed #000;
}

input[type="radio"] {
  cursor: default;
}

.grip-icon {
  vertical-align: middle;
  padding-right: 6px;
  padding-left: 4px;
  cursor: move;
}

.optionresponse-options {
  margin-bottom: 1em;
}

.option-list {
  list-style: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  white-space: normal; /* to prevent a bug with draggable in Firefox */
  cursor: default;
  margin-left: 0;
  padding-left: 0;
}

.option-list>li {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.option-list>li.dragbefore {
  border-top: 1px dashed #000;
}

.option-list>li.dragafter {
  border-bottom: 1px dashed #000;
}

.delete-icon {
  visibility: hidden;
  cursor: default;
}

.option-list>li:hover .delete-icon {
  visibility: visible;
}

.optionresponse-foilgroup {
  margin-bottom: 1em;
  white-space: normal;
}

.optionresponse-foilgroup>table>tr>td:first-child {
  vertical-align: middle;
}

.optionresponse-foilgroup>table>tr>td:nth-child(2) {
  min-width: 5em;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

.optionresponse-foilgroup>table>tr>td {
  position: relative; /* bug workaround for Chromium (without this the tr drag&drop ghost is not visible) */
}

.optionresponse-foilgroup>table>tr:hover .delete-icon {
  visibility: visible;
}

.optionresponse-foilgroup>table>tr>td {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.optionresponse-foilgroup>table>tr.dragbefore>td {
  border-top: 1px dashed #000;
}

.optionresponse-foilgroup>table>tr.dragafter>td {
  border-bottom: 1px dashed #000;
}

input[type="checkbox"] {
  cursor: default;
}

.matchresponse-foilgroup {
  margin-bottom: 1em;
  white-space: normal;
}

.matchresponse-foilgroup>table>tr>td:first-child {
  vertical-align: middle;
}

.matchresponse-foilgroup>table>tr>td:nth-child(2) {
  min-width: 5em;
}

.matchresponse-foilgroup>table>tr>td {
  position: relative; /* bug workaround for Chromium (without this the tr drag&drop ghost is not visible) */
}

.matchresponse-foilgroup>table>tr:hover .delete-icon {
  visibility: visible;
}

.matchresponse-foilgroup>table>tr>td {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.matchresponse-foilgroup>table>tr.dragbefore>td {
  border-top: 1px dashed #000;
}

.matchresponse-foilgroup>table>tr.dragafter>td {
  border-bottom: 1px dashed #000;
}

.itemgroup {
  margin-bottom: 1em;
  white-space: normal;
}

.itemgroup>table>tr>td:first-child {
  vertical-align: middle;
}

.itemgroup>table>tr>td:nth-child(2) {
  min-width: 5em;
}

.itemgroup>table>tr>td {
  position: relative; /* bug workaround for Chromium (without this the tr drag&drop ghost is not visible) */
}

.itemgroup>table>tr:hover .delete-icon {
  visibility: visible;
}

.itemgroup>table>tr>td {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.itemgroup>table>tr.dragbefore>td {
  border-top: 1px dashed #000;
}

.itemgroup>table>tr.dragafter>td {
  border-bottom: 1px dashed #000;
}

.rank-foilgroup {
  white-space: normal; /* to prevent a bug with draggable in Firefox */
  margin-bottom: 1em;
}

.rank-foilgroup>table {
  padding-right: 1em;
}

.rank-foilgroup>table>tr>td:first-child {
  vertical-align: middle;
}

.rank-foilgroup>table>tr>td:nth-child(2) {
  min-width: 5em;
}

.rank-foilgroup>table>tr>td {
  position: relative; /* bug workaround for Chromium (without this the tr drag&drop ghost is not visible) */
}

.rank-foilgroup>table>tr:hover .delete-icon {
  visibility: visible;
}

.rank-foilgroup>table>tr>td {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.rank-foilgroup>table>tr.dragbefore>td {
  border-top: 1px dashed #000;
}

.rank-foilgroup>table>tr.dragafter>td {
  border-bottom: 1px dashed #000;
}

.rank-number {
  border: 1px solid #555;
  padding: 1px;
  margin: 1px;
}

table.hintgroup {
  width: 100%;
}

table.hintgroup>tr>td:first-child {
  width: 1%;
  white-space: nowrap;
  font-style: italic;
  padding-right: 1em;
}

table.math-answer {
  width: 100%;
}

table.math-answer>tr>td:first-child {
  width: 1%;
  white-space: nowrap;
  font-style: italic;
  padding-right: 1em;
}

table.math-answer>tr>td:nth-child(2) {
  font-family: monospace;
}

div.section {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #2A4;
  border-radius: 5px;
  box-shadow: 0px 1px 1px #BBB;
}

div.section-title {
  font-weight: bold;
}

div.section-title>img {
  vertical-align: middle;
  padding-right: 0.5em;
  cursor: default;
}

div.section-title>select {
  margin-right: 0.5em;
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>