Evil CSS hackery to prevent link targets from being under the navbar
[?]
Feb 20, 2013, 12:56 PM
SBMOICGVH2B2FBFHL2D767XC4LC2Y6SF4TYGY3I6TSNMLYV27GUQCDependencies
- [2]
7IJXKGHDTurn repeated dependencies into hyperlinks - [3]
ZHHFJ4K5Simplify the tree implementation a bit more - [4]
HRAFVVOEmake logo configurable via HYDRA_LOGO env var - [5]
TQKGQ5R3 - [6]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [7]
G4X5IUYJRemove default logo, replaced by text for now. Hide template in jobset edit. - [8]
HQ54SEMSAdd more spacing between products - [9]
NOSDBMWDRemove comments, re-add logo. - [10]
OCRZNLGSUpdate jquery/jqueryui - [11]
XDDCO6CH* hydra: add dependency list with links to logfiles - [12]
YPDYBK5GShow dependencies as a tree rather than a list - [13]
5NHZT4UHRender the dependencies as a tree - [14]
KT2SLXPUMove <style> to hydra.css - [15]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [16]
J5UVLXOK* Start of a basic Catalyst web interface. - [17]
KXO3EUSVFactor out the tree rendering
Change contents
- replacement in src/root/deps.tt at line 19
<span class="dep-tree-line" id="[% done.${node.path} %]"><span id="[% done.${node.path} %]"><span class="dep-tree-line"> - replacement in src/root/deps.tt at line 28
</span></span></span> - replacement in src/root/deps.tt at line 38
<a name="runtime"></a><h2>Runtime dependency graph</h2><h2 id="runtime">Runtime dependency graph</h2> - replacement in src/root/deps.tt at line 47
<a name="buildtime"></a><h2>Build-time dependency graph</h2><h2 id="buildtime">Build-time dependency graph</h2> - replacement in src/root/layout.tt at line 17
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap.css" type="text/css" /><link rel="stylesheet" href="/static/bootstrap/css/bootstrap-responsive.css" type="text/css" /><script type="text/javascript" src="/static/bootstrap/js/bootstrap-dropdown.js"></script><script type="text/javascript" src="/static/bootstrap/js/bootstrap-tab.js"></script><script type="text/javascript" src="/static/bootstrap/js/bootstrap-alert.js"></script><meta name="viewport" content="width=device-width, initial-scale=1.0"><link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet"><link href="/static/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"><script type="text/javascript" src="/static/bootstrap/js/bootstrap.min.js"></script> - replacement in src/root/layout.tt at line 98
<div class="nav-collapse"><div class="nav-collapse collapse"> - replacement in src/root/layout.tt at line 100
</div><!--/.nav-collapse --></div> - replacement in src/root/static/css/hydra.css at line 2
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */padding-bottom: 0px; /* 60px to make the container go all the way to the bottom of the topbar */padding-top: 60px; - replacement in src/root/static/css/hydra.css at line 27
span.dep-tree-line:target {background-color: #f8f8e0;span:target > span.dep-tree-line { - edit in src/root/static/css/hydra.css at line 29
font-weight: bold; - edit in src/root/static/css/hydra.css at line 31[2.850]
:target {padding-top: 40px;margin-top: -40px;display: inline-block; /* required for webkit browsers */} - edit in src/root/topbar.tt at line 1