[pLog-svn] r2661 - plog/branches/plog-1.0.2/templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Nov 28 15:28:01 GMT 2005


Author: mark
Date: 2005-11-28 15:28:00 +0000 (Mon, 28 Nov 2005)
New Revision: 2661

Modified:
   plog/branches/plog-1.0.2/templates/admin/default.template
   plog/branches/plog-1.0.2/templates/admin/simpleheader.template
Log:
Change the login box layout to fit 800*600 screen resolution.

Modified: plog/branches/plog-1.0.2/templates/admin/default.template
===================================================================
--- plog/branches/plog-1.0.2/templates/admin/default.template	2005-11-28 05:00:01 UTC (rev 2660)
+++ plog/branches/plog-1.0.2/templates/admin/default.template	2005-11-28 15:28:00 UTC (rev 2661)
@@ -1,5 +1,5 @@
 {include file="$blogtemplate/simpleheader.template"}
-	<div class="loginBox" style="padding-top: 300px;">
+	<div class="loginBox" style="padding-top: 160px;">
 	   <form name="loginForm" method="post" action="admin.php">
 		  <fieldset class="inputField">
 		   <h4>{$locale->tr("login")}</h4> 

Modified: plog/branches/plog-1.0.2/templates/admin/simpleheader.template
===================================================================
--- plog/branches/plog-1.0.2/templates/admin/simpleheader.template	2005-11-28 05:00:01 UTC (rev 2660)
+++ plog/branches/plog-1.0.2/templates/admin/simpleheader.template	2005-11-28 15:28:00 UTC (rev 2661)
@@ -41,7 +41,7 @@
     display          : block;
     margin           : 0;
     padding          : 0;
-    background       : #FFFFFF url("./imgs/lt_logo_plant.jpg") no-repeat left; 
+    background       : #FFFFFF url("./imgs/lt_logo_plant.jpg") no-repeat top left; 
 }
 {/literal}
 </style>




More information about the pLog-svn mailing list