Skip to content
Snippets Groups Projects
Commit c973c666 authored by hahn's avatar hahn
Browse files

- update appmonitor client class

- simplify filter on top in the project overview
parent 2eeb0fd9
No related branches found
No related tags found
No related merge requests found
iml:$apr1$AUcEY.ns$FqqznbqFI.tPNno07nyCI0
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
###################################################################### */ ###################################################################### */
session_start(); session_start();
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
require_once("./classes/page.class.php"); require_once("./classes/page.class.php");
require_once("../../config/inc_projects_config.php"); require_once("../../config/inc_projects_config.php");
require_once("./classes/logger.class.php"); require_once("./classes/logger.class.php");
......
...@@ -16,7 +16,7 @@ body{padding-top: 0;} ...@@ -16,7 +16,7 @@ body{padding-top: 0;}
border-top: 0px solid #ddd; border-top: 0px solid #ddd;
margin-top: 5em; margin-top: 5em;
} }
.navbar {position: fixed; top: 0px; width: 100%; left: 0; z-index: 100;} .navbar {background:#023; border-radius: 0; position: fixed; top: 0px; width: 100%; left: 0; z-index: 100;}
.navbar-inner {padding: 0 6em;box-shadow: 0 0 3em #888;} .navbar-inner {padding: 0 6em;box-shadow: 0 0 3em #888;}
#header2{ #header2{
background: none; background: none;
...@@ -44,7 +44,7 @@ body{padding-top: 0;} ...@@ -44,7 +44,7 @@ body{padding-top: 0;}
box-shadow: 0 0 15px #eee; box-shadow: 0 0 15px #eee;
padding: 0.5em; padding: 0.5em;
box-shadow: 0 0 7em #ddd; box-shadow: 0 0 1em #ddd;
} }
div#navtop, div#navbuttom{background: #dde; padding: 0.5em;} div#navtop, div#navbuttom{background: #dde; padding: 0.5em;}
...@@ -137,6 +137,23 @@ div.progressinprogress{color: #6a9;} ...@@ -137,6 +137,23 @@ div.progressinprogress{color: #6a9;}
tr.progresshasqueue{border-left:0.5em solid #f81;} tr.progresshasqueue{border-left:0.5em solid #f81;}
div.progresshasqueue{color: #d61;} div.progresshasqueue{color: #d61;}
.filterbar{border-bottom: 0px dotted #ccc; ;}
button.prjprogress>span{font-size: 130%;}
button.prjprogress.selected{background:#f4f4f4; box-shadow: 0 0 1em #ddd inset; border: 1px solid #aaa;}
/*
.trproject-textfilter {border-right: 3px solid #f00;}
.trproject-projectfilter {border-top: 3px solid #00f;}
.trproject-progressfilter {border-bottom: 3px solid #0f0;}
*/
.trproject-textfilter,
.trproject-projectfilter,
.trproject-progressfilter
{
display: none;
}
td.preview{} td.preview{}
td.stage{} td.stage{}
td.live{} td.live{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment