|
@@ -43,7 +43,7 @@ blockquote { background-image: url(/views/acme/img/quote.png); background-positi
|
|
|
@media (max-height: 400px) { .foot_plus { height: 80%; top: calc(100% - 92%); }}
|
|
@media (max-height: 400px) { .foot_plus { height: 80%; top: calc(100% - 92%); }}
|
|
|
.foot_in { overflow-y: scroll; height: calc(100% - 20px); }
|
|
.foot_in { overflow-y: scroll; height: calc(100% - 20px); }
|
|
|
#origin { display: none; }
|
|
#origin { display: none; }
|
|
|
-.all_in_data { display: block; width: 100%; }
|
|
|
|
|
|
|
+.all_in_data { display: block; width: 100%; white-space: pre-wrap; }
|
|
|
.table_safe { max-width: 100%; }
|
|
.table_safe { max-width: 100%; }
|
|
|
.change_space { white-space: pre-line; }
|
|
.change_space { white-space: pre-line; }
|
|
|
div#topic_scroll { max-height: 500px; overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; }
|
|
div#topic_scroll { max-height: 500px; overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; }
|