svn: /web/doc-editor/trunk/themes/ img/loading-bg.png loading-min.css loading.css
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sat, 02 Jan 2010 12:01:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292919
Log:
Center the loading message & add a background to it
Changed paths:
A web/doc-editor/trunk/themes/img/loading-bg.png
U web/doc-editor/trunk/themes/loading-min.css
U web/doc-editor/trunk/themes/loading.css
Added: web/doc-editor/trunk/themes/img/loading-bg.png
===================================================================
(Binary files differ)
Property changes on: web/doc-editor/trunk/themes/img/loading-bg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: web/doc-editor/trunk/themes/loading-min.css
===================================================================
--- web/doc-editor/trunk/themes/loading-min.css 2010-01-02 10:51:06 UTC (rev 292918)
+++ web/doc-editor/trunk/themes/loading-min.css 2010-01-02 12:01:22 UTC (rev 292919)
@@ -1 +1 @@
-#loading-mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:20000;background-color:white;}#loading{position:absolute;left:45%;top:40%;padding:2px;z-index:20001;height:auto;border:1px solid #000;}#loading .loading-indicator{background:white;color:#444;font:bold 13px tahoma,arial,helvetica;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;height:51px;margin-right:8px;float:left;vertical-align:top;}
\ No newline at end of file
+#loading-mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:20000;background-color:white;}#loading{background:transparent url(../themes/img/loading-bg.png) no-repeat 0 0;position:absolute;left:40%;top:40%;padding:2px;z-index:20001;height:auto;border:1px solid #000;}#loading .loading-indicator{background:none!important;color:#444;font:bold 13px tahoma,arial,helvetica;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;height:51px;margin-right:8px;float:left;vertical-align:top;}
\ No newline at end of file
Modified: web/doc-editor/trunk/themes/loading.css
===================================================================
--- web/doc-editor/trunk/themes/loading.css 2010-01-02 10:51:06 UTC (rev 292918)
+++ web/doc-editor/trunk/themes/loading.css 2010-01-02 12:01:22 UTC (rev 292919)
@@ -6,26 +6,36 @@
height: 100%;
z-index: 20000;
background-color: white;
-} #loading {
+}
+
+#loading {
+
+ background: transparent url(../themes/img/loading-bg.png) no-repeat 0 0;
position: absolute;
- left: 45%;
+ left: 40%;
top: 40%;
padding: 2px;
z-index: 20001;
height: auto;
border: 1px solid #000;
-} #loading .loading-indicator {
- background: white;
+}
+
+#loading .loading-indicator {
+ background: none !important;
color: #444;
font: bold 13px tahoma, arial, helvetica;
padding: 0;
margin: 10px;
height: auto;
-} #loading-msg {
+}
+
+#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 {
+}
+
+#loading-php-logo {
width: 95px;
height: 51px;
margin-right: 8px;