[pLog-svn] r6202 - plog/trunk/js/ui/assets/upload

mark at devel.lifetype.net mark at devel.lifetype.net
Sun Mar 2 23:42:52 EST 2008


Author: mark
Date: 2008-03-02 23:42:52 -0500 (Sun, 02 Mar 2008)
New Revision: 6202

Modified:
   plog/trunk/js/ui/assets/upload/upload.css
Log:
Add overflow hidden to Queue css, it can keep the dialog in the center of the windows.

Modified: plog/trunk/js/ui/assets/upload/upload.css
===================================================================
--- plog/trunk/js/ui/assets/upload/upload.css	2008-03-02 16:01:36 UTC (rev 6201)
+++ plog/trunk/js/ui/assets/upload/upload.css	2008-03-03 04:42:52 UTC (rev 6202)
@@ -1,7 +1,11 @@
 #Lifetype_UI_UploadQueue ul
 {
 	list-style-type: none;
-	display: inline;
+	margin: 5px 0px;
+	padding: 0px;
+	display: block;
+	height: 100px; 
+	overflow: auto;
 }
 
 .Lifetype_UI_QueueItem



More information about the pLog-svn mailing list