svn: /web/doc-editor/trunk/ php/html.templates.php themes/loading.css
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Thu, 03 Dec 2009 19:39:26 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291665
Log:
Add a gif wait img to the loading indicator show at startup
Changed paths:
U web/doc-editor/trunk/php/html.templates.php
U web/doc-editor/trunk/themes/loading.css
Modified: web/doc-editor/trunk/php/html.templates.php
===================================================================
--- web/doc-editor/trunk/php/html.templates.php 2009-12-03 16:54:39 UTC (rev 291664)
+++ web/doc-editor/trunk/php/html.templates.php 2009-12-03 19:39:26 UTC (rev 291665)
@@ -25,8 +25,8 @@
<div id="loading-mask" style=""></div>
<div id="loading">
<div class="loading-indicator">
- <img src="{$prefix}themes/img/php.png" class="loading-php-logo" alt="PHP" />PhpDocumentation Online Editor<br/>
- <span id="loading-msg">Loading styles and images...</span>
+ <img src="{$prefix}themes/img/php.png" class="loading-php-logo" alt="PHP" />PhpDocumentation Online Editor
+ <div id="loading-msg">Loading styles and images...</div>
</div>
</div>
Modified: web/doc-editor/trunk/themes/loading.css
===================================================================
--- web/doc-editor/trunk/themes/loading.css 2009-12-03 16:54:39 UTC (rev 291664)
+++ web/doc-editor/trunk/themes/loading.css 2009-12-03 19:39:26 UTC (rev 291665)
@@ -18,10 +18,12 @@
background: white;
color: #444;
font: bold 13px tahoma, arial, helvetica;
- padding: 10px;
- margin: 0;
+ padding: 0;
+ margin: 10px;
height: auto;
} #loading-msg {
+ background: transparent url(../themes/img/loading.gif) no-repeat 0 0;
+ padding: 2px 0 2px 18px;
font: normal 10px arial, tahoma, sans-serif;
} #loading-php-logo {
width: 95px;
@@ -29,4 +31,4 @@
margin-right: 8px;
float: left;
vertical-align: top;
-}
\ No newline at end of file
+}