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

- use formgen.class.php on deploy-page

- update footer area (back to home, Logs)
- warning boxes
- fix home button in project overview
parent 23f04ba0
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,6 @@ body, label, input, button, select, textarea, p, .btn {
}
div#navbuttom{
background: #f8f8f8;
background: linear-gradient(#fff, #f8f8f8, #fff);
margin-top: 4em; padding: 1em 0;
border-top: 2px dotted #ccc;}
......@@ -204,4 +202,6 @@ input[type="radio"]:checked+label, input[type="checkbox"]:checked+label{
.loglevel-error{ background: #fcc;}
.loglevel-success{ color: #080;}
div.logs{ background: #f8f8f8; border-top: 1px solid #eee; margin-top: 1em; padding: 0.5em 0;}
\ No newline at end of file
div.logs{ margin-top: 1em; padding: 0.5em 0;
text-align: left;
}
\ No newline at end of file
......@@ -54,7 +54,7 @@ if (!array_key_exists("prj", $aParams)) {
$oPrj->renderLink("setup");
}
$sOut .= '<div style="clear: both"></div>
<div id="navbuttom">' . aPrjHome() . '</div>';
<div id="navbuttom">' . aHome() . '</div>';
}
//
echo $sOut;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment