From 4c86659bc90d9134b0f901572c5417aa7d9cec18 Mon Sep 17 00:00:00 2001
From: wei <>
Date: Tue, 27 Feb 2007 23:27:14 +0000
Subject: Add comments for scaffold, minor changes to TActiveRecord
---
demos/quickstart/protected/controls/TopicList.tpl | 1 +
demos/quickstart/themes/PradoSoft/style.css | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
(limited to 'demos')
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 @@
Creating First PRADO Application
Sample: Hangman Game
Currency Converter
+ Address Book
AJAX Chat Client
Command Line Tool
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
--
cgit v1.2.3