diff options
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.tpl | 1 | ||||
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index d9668d66..94860067 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -17,6 +17,7 @@ <li><a href="?page=GettingStarted.HelloWorld">Creating First PRADO Application</a></li>
<li><a href="?page=Fundamentals.Hangman">Sample: Hangman Game</a></li>
<li><a href="?page=Tutorial.CurrencyConverter">Currency Converter</a></li>
+ <li><a href="?page=Tutorial.AddressBook">Address Book</a></li>
<li><a href="?page=Tutorial.AjaxChat">AJAX Chat Client</a></li>
<li><a href="?page=GettingStarted.CommandLine">Command Line Tool</a></li>
</ul>
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 9c3489d6..ddfc7622 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -635,3 +635,26 @@ div.last-modified {
background-image: url(comments.gif);
}
+
+
+
+.start-page
+{
+ clear: both;
+ height: 300px;
+}
+
+.start-block
+{
+ width: 230px;
+ height: 250px;
+ float: left;
+ padding: 0 15px;
+ margin-bottom: 20px;
+}
+
+.start-page .examples
+{
+ border-left: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+}
\ No newline at end of file |