From eaed37e3bb438f8552380b2d2b499270c756011e Mon Sep 17 00:00:00 2001 From: apache Date: Sun, 26 Feb 2017 20:54:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D1=81?= =?UTF-8?q?=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/static/css/style.css b/project/static/css/style.css index 36e97c2..5a7f188 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -550,7 +550,7 @@ table.list tr:nth-child(even) {background: #fff;} table.list tr th {text-align: left;font-size:12px;color:#646669;padding:7px 10px 7px 10px;border-right:#dedede 1px solid;border-bottom:#dedede 1px solid;border-top:none;background: #f7f7f7;} table.list tr th:last-child {border-right:none;} table.list tr th a {font-size:12px;color:#646669;text-decoration:none;} -table.list tr td a {color:#313942;text-decoration:none;} +table.list tr td a {text-decoration:none;} table.list tr td {font-size:14px;color:#313942;padding:7px;word-break: break-all;} .filters-header {background: #f7f7f7;overflow:hidden;margin:0;}