X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c506c076add0d88931ff6b4a3ecfbbbb2badac3b..03c5ba6e50339d7bc470eb6d7f051483eff1e96b:/platforma/static/css/master.css diff --git a/platforma/static/css/master.css b/platforma/static/css/master.css index d41a73c8..b1bcdf79 100644 --- a/platforma/static/css/master.css +++ b/platforma/static/css/master.css @@ -332,70 +332,7 @@ p { margin: 0;} padding-right: 5px; } -#history-view table { - width: 80%; - margin: 1em auto; -} - -#history-view .diff_table { - width: 90%; -} - -/* DIFFS */ - .diff_table { - border-width: 1px; - border-style: solid; - border-color: black; - empty-cells: show; - border-spacing: 0px; -} - -.diff_table td { - border-width: 0px 1px 1px 0px; - border-style: dotted; - border-color: grey; - - font-size: 10px; - line-height: 20px; - font-family: monospace; - padding: 0px; - white-space:pre-line; - /*word-wrap:break-word; - word-break:break-all; */ -} - -.diff_table th { - border-width: 0px 1px 1px 0px; - border-style: solid; - border-color: black; - background: #e5ffe5; -} - -/* .diff_table td.left, .diff_table td.right { - width: 50%; -}*/ -.diff_table tr.change { - background-color: #dcdcdc; - -} - -.diff_mark { - display: inline-block; - padding: 2px; -} - -.diff_mark_removed { - background-color: #ff9c94; -} - -.diff_mark_added { - background-color: #90ee90; -} - -.diff_mark_changed { - background-color: yellow; -} /* * HTML Editor view */