svn: /web/doc-editor/trunk/ js/ui/cmp/About.js themes/main.css
[email protected] (Philip Olson)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
philip Thu, 09 Jun 2011 18:47:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=311982
Log:
Added CSS to the 'Help and support' (#php-oe-support) section
Changed paths:
U web/doc-editor/trunk/js/ui/cmp/About.js
U web/doc-editor/trunk/themes/main.css
Modified: web/doc-editor/trunk/js/ui/cmp/About.js
===================================================================
--- web/doc-editor/trunk/js/ui/cmp/About.js 2011-06-09 18:28:31 UTC (rev 311981)
+++ web/doc-editor/trunk/js/ui/cmp/About.js 2011-06-09 18:47:20 UTC (rev 311982)
@@ -43,10 +43,11 @@
'</div>'
}, {
title : _('Help and support'),
- html : '<div id="phd-oe-support">' +
- _('Mailing list:') + ' <a href="mailto:[email protected]">[email protected]</a><br />' +
- _('IRC:') + ' <a href="irc://irc.efnet.org/#php.doc">EFnet: #php.doc</a> ' +
- '</div>'
+ bodyStyle : 'padding:15px',
+ html : '<div id="phd-oe-support"><ul>' +
+ '<li>' + _('Mailing list:') + '<a href="mailto:[email protected]">[email protected]</a></li>' +
+ '<li>' + _('IRC:') + '<a href="irc://irc.efnet.org/#php.doc">EFnet: #php.doc</a></li>' +
+ '</ul></div>'
}, {
title : _('Credits'),
bodyStyle : 'padding:15px',
Modified: web/doc-editor/trunk/themes/main.css
===================================================================
--- web/doc-editor/trunk/themes/main.css 2011-06-09 18:28:31 UTC (rev 311981)
+++ web/doc-editor/trunk/themes/main.css 2011-06-09 18:47:20 UTC (rev 311982)
@@ -9,9 +9,9 @@
font-size: 10px;
text-align: center;
color: #849090;
-} #phd-oe-credit ul {
+} #phd-oe-credit, #phd-oe-support ul {
list-style: disc url(./img/arrow_right.png) inside;
-} #phd-oe-credit li {
+} #phd-oe-credit, #php-oe-support li {
margin: 10px;
padding: 0;
} .phd-oe-credit-info {