X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f8dc1e5b5062456deab01f927e82b753202f31e3..e1fa59b1d066294098538b17725f20e2e50110d2:/platforma/static/css/managment.css diff --git a/platforma/static/css/managment.css b/platforma/static/css/managment.css index 5e1c5411..d1e2fc20 100644 --- a/platforma/static/css/managment.css +++ b/platforma/static/css/managment.css @@ -46,18 +46,25 @@ table.request-report margin-right: 10px; } -.request-report .status-N { - background-color: teal; +.pull-request.status-N { + background-color: #FFF; } -.request-report .status-R { +.pull-request.status-R { background-color: red; } -.request-report .status-A { - background-color: gray; +.pull-request.status-A { + background-color: #DDD; } .pull-request .diff { white-space: pre; + height: 360px; + width: 960px; + overflow: auto; + border: 1px solid #CCC; + margin-top: 10px; + background-color: #F9F9F9; + padding: 2px; }