Improve layout

This commit is contained in:
Eike Foken
2011-04-17 23:08:03 +02:00
parent 19939ff095
commit 24ae39d4e9
6 changed files with 73 additions and 48 deletions

View File

@@ -21,3 +21,11 @@
</head>
<body>
<div id="header">
<?=img(array('src' => 'assets/images/logo.png', 'style' => 'margin-left: 5px'));?>
<div style="float: right; margin-top: 15px; margin-right: 10px; color: #ccc;">
<?=anchor('auth/settings', "Einstellungen", array('style' => 'padding: 5px;'));?> |
<?=anchor('auth/logout', "Logout", array('style' => 'padding: 5px;'));?>
</div>
</div>