Skip to content

Commit

Permalink
website updates.
Browse files Browse the repository at this point in the history
* added Trello link
* fixed styles on demo page
  • Loading branch information
Wojtek Oledzki committed Jan 7, 2012
1 parent 938aad3 commit e3f95e0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
1 change: 0 additions & 1 deletion htdocs/demo/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// define('DEFAULT_CONFIG', 'demo');
// define('DATA_DIR', realpath(__DIR__ . '/../../widgets'));
define('APP_ENV', 'development');
$active_link = '/demo';

// and display it
include_once __DIR__ . '/../../vendor/dashboard/autoload.php';
Expand Down
8 changes: 4 additions & 4 deletions htdocs/styles/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

#header .quicklinks {
float: left;
margin: 0 0 0 420px;
width: 300px;
margin: 0 0 0 284px;
width: 436px;
height: 24px;
}
#header .quicklinks ul {
Expand All @@ -66,8 +66,8 @@
#header .quicklinks ul li.github {
background: url(../gfx/icons/github.png) 0 0 no-repeat;
}
#header .quicklinks ul li.github {
background: url(../gfx/icons/github.png) 0 0 no-repeat;
#header .quicklinks ul li.trello {
background: url(../gfx/icons/trello.png) 0 0 no-repeat;
}
#header .quicklinks ul li.php {
background: url(../gfx/icons/php.png) 0 0 no-repeat;
Expand Down
Binary file added htdocs/styles/gfx/icons/trello.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion includes/demo.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
</script>

<?php echo $head; ?>

<style>
[class*="span"]:first-child {
margin-left: 10px;
}
</style>
</head>
<body>
<div id="header" class="container">
Expand All @@ -79,8 +85,9 @@

<div class="quicklinks">
<ul>
<li class="php"><a href="/downloads/dashboard.phar">dashboard.phar</a></li>
<li class="trello"><a href="https://trello.com/board/dashboard/4ea7062eaed5f360a418c6f5">trello board</a></li>
<li class="github"><a href="http://github.com/hoborglabs/Dashboard">view on github</a></li>
<li class="php"><a href="/downloads/dashboard.phar">dashboard.phar</a></li>
</ul>
</div>

Expand Down
3 changes: 2 additions & 1 deletion templates/components/grid/header/templates/default.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@

<div class="quicklinks">
<ul>
<li class="php"><a href="/downloads/dashboard.phar">dashboard.phar</a></li>
<li class="trello"><a href="https://trello.com/board/dashboard/4ea7062eaed5f360a418c6f5">trello board</a></li>
<li class="github"><a href="http://github.com/hoborglabs/Dashboard">view on github</a></li>
<li class="php"><a href="/downloads/dashboard.phar">dashboard.phar</a></li>
</ul>
</div>

Expand Down

0 comments on commit e3f95e0

Please sign in to comment.