From 210429a824995ec54830774396e0c5d0dd7875c6 Mon Sep 17 00:00:00 2001 From: Axel Hahn <axel.hahn@iml.unibe.ch> Date: Wed, 6 May 2015 08:42:28 +0200 Subject: [PATCH] overview - compact shown infos: no project description; less space in tablecells --- public_html/deployment/classes/projectlist.class.php | 4 ++-- public_html/deployment/main.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public_html/deployment/classes/projectlist.class.php b/public_html/deployment/classes/projectlist.class.php index 7157983c..07831cdc 100644 --- a/public_html/deployment/classes/projectlist.class.php +++ b/public_html/deployment/classes/projectlist.class.php @@ -105,8 +105,8 @@ class projectlist extends base{ <strong> <a href="/deployment/' . $sPrj . '/" ><i class="glyphicon glyphicon-book"></i> ' . $oPrj->getLabel() . '</a> </strong>' - . ' <br> - ' . $oPrj->getDescription() + . ' <br>' + // . $oPrj->getDescription() . '</td>' . '<td class="prj">' . '<a href="#" onclick="setProjectFilter(\'' . $sPrj . '\'); return false;" ' diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css index 0a15af1b..e5388ecc 100644 --- a/public_html/deployment/main.css +++ b/public_html/deployment/main.css @@ -115,6 +115,7 @@ th.versioncontrol{background: #eee; } tr{/* background: linear-gradient(#fff,#fff,#fff,#fff,#eee); */} tr:hover{background:#ddd; background: linear-gradient(#f0f0f0,#fff,#f0f0f0);} +.trproject td{padding: 3px !important;} .trproject a.btn{opacity: 0.2;} .trproject:hover a.btn{opacity: 1;} @@ -122,7 +123,7 @@ tr:hover{background:#ddd; background: linear-gradient(#f0f0f0,#fff,#f0f0f0);} td.preview{} td.stage{} td.live{} -td{transition: ease-in 1.5s} +td{transition: ease-in 0.5s} td.highlight{background:rgba(255,220,50,0.5) !important;} .dev{background:#ccc;} -- GitLab