]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-fixed-nav.patch
up to 3.1.7
[packages/eventum.git] / eventum-fixed-nav.patch
CommitLineData
c43e0345
ER
1--- /dev/null 2006-03-28 14:00:37.387408000 +0300
2+++ eventum-1.7.1/css/common.css 2006-06-15 21:35:45.731492788 +0300
3@@ -0,0 +1,15 @@
4+body {
5+ padding-top: 56px;
6+}
7+
8+div#navbar {
9+ position: absolute;
10+ width: -11em;
11+ height: auto;
12+ top: 0;
13+ right: auto;
14+ bottom: auto;
15+ left: 0;
16+}
17+
18+body>div#navbar { position: fixed }
19--- eventum-1.7.1/templates/en/header.tpl.html~ 2006-06-15 20:36:52.842558353 +0300
20+++ eventum-1.7.1/templates/en/header.tpl.html 2006-06-15 21:35:45.681491670 +0300
21@@ -7,6 +7,7 @@
22 {else}
23 <link rel="stylesheet" href="{$rel_url}css/other.css" type="text/css">
24 {/if}
25+<link rel="stylesheet" href="{$rel_url}css/common.css" type="text/css">
26 <script language="JavaScript" src="{$rel_url}js/browserSniffer.js"></script>
27 <script language="JavaScript" src="{$rel_url}js/global.js"></script>
28 <script language="JavaScript" src="{$rel_url}js/validation.js"></script>
29--- eventum-1.7.1/templates/en/navigation.tpl.html 2006-06-15 20:36:52.922560140 +0300
30+++ eventum-1.7.1/templates/en/navigation.tpl.html 2006-06-15 21:35:45.721492564 +0300
31@@ -1,4 +1,4 @@
32-
33+<div id="navbar">
34 <table width="100%" border="0" cellspacing="0" cellpadding="0">
35 <tr>
36 <td>
37@@ -114,6 +114,7 @@
38 </td>
39 </tr>
40 </table>
41+</div>
42
43 {if $show_line != "no"}
44 <hr size="1" noshade color="{$cell_color}">
This page took 0.032987 seconds and 4 git commands to generate.