You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2011/07/31 04:24:41 UTC

svn commit: r1152535 - in /geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp: WEB-INF/themes/portlets-with-tree.jsp images/loading-left.png images/loading-right.png

Author: rwonly
Date: Sun Jul 31 02:24:40 2011
New Revision: 1152535

URL: http://svn.apache.org/viewvc?rev=1152535&view=rev
Log:
GERONIMO-6059 IE(version<9) can not support radius border div, and a div can not autoly extend when the text in it is longer than its width.

Added:
    geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/loading-left.png   (with props)
    geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/loading-right.png   (with props)
Modified:
    geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp

Modified: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp?rev=1152535&r1=1152534&r2=1152535&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp (original)
+++ geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/WEB-INF/themes/portlets-with-tree.jsp Sun Jul 31 02:24:40 2011
@@ -118,24 +118,23 @@ if(document.location.hash!='') {
     left:0; 
     
 }
-#statusText {
-    -moz-border-radius-bottomleft: 6px;
-    -moz-border-radius-bottomright: 6px;
-	border-bottom-right-radius: 6px;
-	border-bottom-left-radius: 6px;
-    background-color: #FFC129;
-    font-size: 14px;
-    font-weight: bold;
-    text-align: center;
-    width: 100px;
-    padding: 3px;	
-    margin-left: auto;
-	margin-right: auto;
-
+#statusText{
+    background-color:#ffc129; 
+    font-size:14px; 
+    font-weight:bold;
+    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
+    text-align:center;
+    white-space: nowrap; 
 }
 </style>
-<div id="statusDiv" style="display:none;filter:alpha(opacity=100);opacity: 1;">
-    <div id="statusText"></div>
+<div id="statusDiv" style="display:none; filter:alpha(opacity=100); opacity:1;" align="center">
+    <table width="100px" height="24px" border="0" cellspacing="0" cellpadding="0">
+        <tr>
+            <td style="width:6px; background:url('/console/images/loading-left.png');"><img src="/console/images/spacer.gif" border="0" width="6px" /></td>
+            <td id="statusText"></td>
+            <td style="width:6px; background:url('/console/images/loading-right.png');"><img src="/console/images/spacer.gif" border="0" width="6px" /></td>
+        </tr>
+    </table>
 </div>
 <script type="text/javascript">
     var to;

Added: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/loading-left.png
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/loading-left.png?rev=1152535&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/loading-left.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/loading-right.png
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/loading-right.png?rev=1152535&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/loading-right.png
------------------------------------------------------------------------------
    svn:mime-type = image/png