From abfc3f6a55b48a7ee91f655c79a073474d9c518b Mon Sep 17 00:00:00 2001 From: Di Wu Date: Sat, 19 Dec 2015 01:17:27 -0800 Subject: [PATCH] fixed 50% width for the location column --- static/css/my_checks_desktop.css | 6 +++++- templates/front/my_checks_desktop.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/my_checks_desktop.css b/static/css/my_checks_desktop.css index b1f0f6d1..4499beac 100644 --- a/static/css/my_checks_desktop.css +++ b/static/css/my_checks_desktop.css @@ -17,6 +17,10 @@ table.table tr > th.th-name { padding-left: 21px; } +table.table tr > th.th-location { + width: 50%; +} + #checks-table .indicator-cell { text-align: center; } @@ -76,4 +80,4 @@ tr:hover .check-menu { .my-checks-email { display: none; -} \ No newline at end of file +} diff --git a/templates/front/my_checks_desktop.html b/templates/front/my_checks_desktop.html index 57dbf2aa..4cd43bf3 100644 --- a/templates/front/my_checks_desktop.html +++ b/templates/front/my_checks_desktop.html @@ -4,7 +4,7 @@ Name - + URL Email