diff options
author | carl <> | 2006-01-18 15:29:37 +0000 |
---|---|---|
committer | carl <> | 2006-01-18 15:29:37 +0000 |
commit | 4c6a3b64d51a409107afefe9993ea0d83b962fa0 (patch) | |
tree | 30b3b4c56d0b15ab523ec598f1e092b7ecfa813e /demos/quickstart/protected | |
parent | 2c5382ca838f4cb93b2aba9fa1b07296e8f9ce9e (diff) |
QuickStart: Fixed div overlapping bug in headers
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 3 | ||||
-rw-r--r-- | demos/quickstart/protected/controls/SampleLayout.tpl | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 0ad47cce..ac5f84d0 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -8,7 +8,8 @@ <body>
<com:TForm>
<div id="header">
-Prado QuickStart Tutorial
+<div class="title">Prado QuickStart Tutorial</div> +<div class="image"></div>
</div>
<div id="menu">
diff --git a/demos/quickstart/protected/controls/SampleLayout.tpl b/demos/quickstart/protected/controls/SampleLayout.tpl index 46d1d928..5564e832 100644 --- a/demos/quickstart/protected/controls/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/SampleLayout.tpl @@ -12,7 +12,8 @@ <div class="title">
<a href="?">PRADO QuickStart Tutorial</a> Sample
-</div>
+</div> +<div class="image"></div>
</div>
<div class="samplemenu">
|