svn: /pear2/sandbox/pear2.php.net/trunk/www/ css/main.css templates/pear2/html/Categories.tpl.php templates/pear2/html/PackageList.tpl.php
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Thu, 17 Jun 2010 17:07:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300534
Log:
Message box styles.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/css/main.css
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Categories.tpl.php
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageList.tpl.php
Modified: pear2/sandbox/pear2.php.net/trunk/www/css/main.css
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/css/main.css 2010-06-17 16:56:48 UTC (rev 300533)
+++ pear2/sandbox/pear2.php.net/trunk/www/css/main.css 2010-06-17 17:07:10 UTC (rev 300534)
@@ -485,6 +485,26 @@
padding: 12px 4px 8px 4px;
}
+
+/* Messages */
+
+.pear-message {
+ padding: 5px;
+ background: #fcf7b8;
+ -moz-border-radius: 8px;
+}
+
+.pear-message-content {
+ padding: 15px;
+ border: 1px solid #ded45c;
+ background: #fcf9d8;
+ -moz-border-radius: 6px;
+}
+
+.pear-message h3 {
+ margin: 0;
+}
+
/* Browse Packages */
#packages h2,
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Categories.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Categories.tpl.php 2010-06-17 16:56:48 UTC (rev 300533)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/Categories.tpl.php 2010-06-17 17:07:10 UTC (rev 300534)
@@ -70,5 +70,9 @@
</div>
</div>
- <h3>Don't see what you need?</h3>
- <p>Many of the PEAR packages you know and love are still available on <a href="http://pear.php.net/packages.php">pear.php.net</a> or <a href="http://pear.php.net/channels/">other PEAR compatible channels</a>.</p>
+ <div class="pear-message">
+ <div class="pear-message-content">
+ <h3>Don’t see what you need?</h3>
+ <p>Many of the PEAR packages you know and love are still available on <a href="http://pear.php.net/packages.php">pear.php.net</a> or <a href="http://pear.php.net/channels/">other PEAR compatible channels</a>.</p>
+ </div>
+ </div>
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageList.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageList.tpl.php 2010-06-17 16:56:48 UTC (rev 300533)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/PackageList.tpl.php 2010-06-17 17:07:10 UTC (rev 300534)
@@ -17,5 +17,9 @@
</ul>
</div>
</div>
-<h3>Don't see what you need?</h3>
-<p>Many of the PEAR packages you know and love are still available on <a href="http://pear.php.net/packages.php">pear.php.net</a> or <a href="http://pear.php.net/channels/">other PEAR compatible channels</a>.</p>
+<div class="pear-message">
+ <div class="pear-message-content">
+ <h3>Don't see what you need?</h3>
+ <p>Many of the PEAR packages you know and love are still available on <a href="http://pear.php.net/packages.php">pear.php.net</a> or <a href="http://pear.php.net/channels/">other PEAR compatible channels</a>.</p>
+ </div>
+</div>