Skip to content
Snippets Groups Projects
Commit 210429a8 authored by Axel Hahn's avatar Axel Hahn
Browse files

overview - compact shown infos: no project description; less space in tablecells

parent fdab36fb
No related branches found
No related tags found
No related merge requests found
...@@ -105,8 +105,8 @@ class projectlist extends base{ ...@@ -105,8 +105,8 @@ class projectlist extends base{
<strong> <strong>
<a href="/deployment/' . $sPrj . '/" ><i class="glyphicon glyphicon-book"></i> ' . $oPrj->getLabel() . '</a> <a href="/deployment/' . $sPrj . '/" ><i class="glyphicon glyphicon-book"></i> ' . $oPrj->getLabel() . '</a>
</strong>' </strong>'
. ' <br> . ' <br>'
' . $oPrj->getDescription() // . $oPrj->getDescription()
. '</td>' . '</td>'
. '<td class="prj">' . '<td class="prj">'
. '<a href="#" onclick="setProjectFilter(\'' . $sPrj . '\'); return false;" ' . '<a href="#" onclick="setProjectFilter(\'' . $sPrj . '\'); return false;" '
......
...@@ -115,6 +115,7 @@ th.versioncontrol{background: #eee; } ...@@ -115,6 +115,7 @@ th.versioncontrol{background: #eee; }
tr{/* background: linear-gradient(#fff,#fff,#fff,#fff,#eee); */} tr{/* background: linear-gradient(#fff,#fff,#fff,#fff,#eee); */}
tr:hover{background:#ddd; background: linear-gradient(#f0f0f0,#fff,#f0f0f0);} tr:hover{background:#ddd; background: linear-gradient(#f0f0f0,#fff,#f0f0f0);}
.trproject td{padding: 3px !important;}
.trproject a.btn{opacity: 0.2;} .trproject a.btn{opacity: 0.2;}
.trproject:hover a.btn{opacity: 1;} .trproject:hover a.btn{opacity: 1;}
...@@ -122,7 +123,7 @@ tr:hover{background:#ddd; background: linear-gradient(#f0f0f0,#fff,#f0f0f0);} ...@@ -122,7 +123,7 @@ tr:hover{background:#ddd; background: linear-gradient(#f0f0f0,#fff,#f0f0f0);}
td.preview{} td.preview{}
td.stage{} td.stage{}
td.live{} td.live{}
td{transition: ease-in 1.5s} td{transition: ease-in 0.5s}
td.highlight{background:rgba(255,220,50,0.5) !important;} td.highlight{background:rgba(255,220,50,0.5) !important;}
.dev{background:#ccc;} .dev{background:#ccc;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment