[pLog-svn] r3738 - plog/trunk/styles

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jul 19 16:31:57 GMT 2006


Author: oscar
Date: 2006-07-19 16:31:56 +0000 (Wed, 19 Jul 2006)
New Revision: 3738

Modified:
   plog/trunk/styles/admin.css
Log:
the class for the upload status bar was gone again


Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2006-07-18 21:44:52 UTC (rev 3737)
+++ plog/trunk/styles/admin.css	2006-07-19 16:31:56 UTC (rev 3738)
@@ -451,16 +451,6 @@
     text-align: right;
 }
 
-#status_bar
-{
-    width: 88%;
-    float: right;
-    margin-left: auto;
-    margin-right: auto;
-    text-align: right;
-}
-
-
 .inputField input
 {
     width:100%;
@@ -961,4 +951,13 @@
 
 div.templateScreen img {
 border:0px;
-}
\ No newline at end of file
+}
+
+#status_bar
+{
+    width: 88%;
+    margin-left: auto;
+    margin-right: auto;
+    text-align: right;
+    display:none;
+ }
\ No newline at end of file



More information about the pLog-svn mailing list