lexeme_view.css 1.94 KB
#pattern-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.transaction-table {
  width: 620px;
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 20px;
}

table.transaction-table td, table.transaction-table th {
  border: 1px solid;
  width: 33%;
  padding: 3px;
}

table.transaction-table td em {
  font-style: normal;
  color: gray;
}

table.transaction-table th {
  background-color: #E6E6FF;
}

table.transaction-table th.lip-header {
  text-align: left;
}

ul#cr-list li span, ul#prompter-list li span {
  display: inline-block;
}

#prompter-dialog {
  white-space: nowrap;
}

#prompter-dialog-left {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  white-space: normal;
}

#prompter-table-preview {
  display: inline-block;
  vertical-align: top;
}

ul#cr-list li span.type {
  width: 175px;
  white-space: normal;
}

ul#cr-list li span.id {
  width: 50px;
}

ul#cr-list li span.entry { /*, ul#prompter-list li span.entry {*/
  width: 110px;
}

table#prompter-list, table#prompter-list td {
  border-style: solid;
  border-color: gray;
  border-collapse: collapse;
}

table#prompter-list {
  border-width: 1px 1px 0 1px;
}

table#prompter-list td {
  border-width: 0 0 1px 0;
  padding: 5px;
}

table#prompter-list .entry {
  text-align: right;
}

table#prompter-list .prompter-row-active td {
  background: blue;
  color: #AAA;
}

table#prompter-list .entry span.suffix {
  font-weight: bold;
}

table#prompter-list .ic-id {
  display: none;
}

table#prompter-list .cv ul {
  margin: 0;
}

table#prompter-list .cv ul li {
  padding: 0;
}

#move-lexeme {
  margin-bottom: 15px;
}

#move-lexeme.move-hidden .label {
  color: gray;
}

#move-lexeme.move-hidden .form {
  display: none;
}

#move-lexeme .label {
  cursor: pointer;
}

#homonym-count {
  margin-left: 10px;
  color: red;
}

#vocab-list {
  margin-top: 1em;
}

#vocab-list ul {
  margin: 0;
}

#vocab-list li {
  display: inline;
}

#vocab-list th {
  font-size: smaller;
}