3     flex-direction: column;
 
  12 #history-view .message-box {
 
  19 #changes-list-container {
 
  24 table#changes-list-container {
 
  25     border-spacing: 0px 15px;
 
  36 #changes-list .entry {
 
  43 #changes-list .entry:hover {
 
  44     background-color: #f0f0f0;
 
  47 #changes-list .entry.selected {
 
  48     background-color: #ffec63;
 
  52     display: inline-block;
 
  62     vertical-align: middle;
 
  63     -moz-border-radius: 10px;
 
  64     -webkit-border-radius: 10px;
 
  68 #changes-list .entry:hover .tag {
 
  72 #changes-list .tag:hover {
 
  76 #changes-list *[data-version-tag] {
 
  78     border: 1px solid black;
 
  82 #changes-list *[data-stub-value =
 
  88     vertical-align: text-top;
 
  91 .can-approve #changes-list .approved:hover {
 
  94 #pubmark-changeset-button {display: none;}
 
  95 .can-approve #pubmark-changeset-button {display: inline-block;}
 
  97 #changes-list *[data-approved = 'false'] .approved:after {
 
 100     white-space: pre-line;
 
 102 #changes-list *[data-approved = 'true'] .approved:after {
 
 106     white-space: pre-line;
 
 109 #changes-list *[data-stub-value = 'description'] {
 
 112     white-space: pre-line;
 
 115 #changes-list *[data-stub-value = 'published'] {
 
 121  * Graphical DIFF view
 
 124 #history-view .diff_table {
 
 128 .editor.DiffPerspective {
 
 141     border-width: 0px 1px 1px 0px;
 
 142     border-style: dotted;
 
 146     font-family: monospace;
 
 148     white-space: pre-line;
 
 149     /*word-wrap:break-word;
 
 150      word-break:break-all; */
 
 154     border-width: 0px 1px 1px 0px;
 
 160 /* .diff_table td.left, .diff_table td.right {
 
 163 .diff_table tr.change {
 
 164     background-color: #dcdcdc;
 
 168     display: inline-block;
 
 173     background-color: #ff9c94;
 
 177     background-color: #90ee90;
 
 181     background-color: yellow;