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 #changes-list *[data-stub-value = 'description'] {
94 white-space: pre-line;
97 #changes-list *[data-stub-value = 'published'] {
103 * Graphical DIFF view
106 #history-view .diff_table {
110 .editor.DiffPerspective {
123 border-width: 0px 1px 1px 0px;
124 border-style: dotted;
128 font-family: monospace;
130 white-space: pre-line;
131 /*word-wrap:break-word;
132 word-break:break-all; */
136 border-width: 0px 1px 1px 0px;
142 /* .diff_table td.left, .diff_table td.right {
145 .diff_table tr.change {
146 background-color: #dcdcdc;
150 display: inline-block;
155 background-color: #ff9c94;
159 background-color: #90ee90;
163 background-color: yellow;