From ddef21bbdac63378e2f1399dbfc2347dfff83d74 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Mon, 15 Sep 2014 18:24:14 +0200 Subject: [PATCH] management requests table reorganization --- portal/static/css/onelab.css | 4 ++++ portal/templates/management-tab-requests.html | 15 +++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index d64c5434..e8a5cc11 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -817,3 +817,7 @@ div.s-monitor { span#stats-period-txt { text-transform:lowercase; } + +table.requests td { + padding:4px 6px; +} diff --git a/portal/templates/management-tab-requests.html b/portal/templates/management-tab-requests.html index d704edc8..a01fde7e 100644 --- a/portal/templates/management-tab-requests.html +++ b/portal/templates/management-tab-requests.html @@ -1,7 +1,18 @@