[pLog-svn] r5554 - templates/branches/lifetype-1.2/beautiful_day

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jun 21 05:55:26 EDT 2007


Author: oscar
Date: 2007-06-21 05:55:26 -0400 (Thu, 21 Jun 2007)
New Revision: 5554

Modified:
   templates/branches/lifetype-1.2/beautiful_day/default.css
   templates/branches/lifetype-1.2/beautiful_day/postandcomments.template
Log:
Two small fixes for this template


Modified: templates/branches/lifetype-1.2/beautiful_day/default.css
===================================================================
--- templates/branches/lifetype-1.2/beautiful_day/default.css	2007-06-18 19:30:19 UTC (rev 5553)
+++ templates/branches/lifetype-1.2/beautiful_day/default.css	2007-06-21 09:55:26 UTC (rev 5554)
@@ -182,4 +182,45 @@
 	line-height: 39px;
 	text-align: center;
 }
-.footer a,.footer a:hover {color: #FFF;}
\ No newline at end of file
+.footer a,.footer a:hover {color: #FFF;}
+
+#CommentForm fieldset {
+	border:2px solid #d4d0cd; 
+	padding-top:10px; 
+	margin-top:10px; 
+	padding-left:10px; 
+	padding-bottom:10px;
+	}
+
+#CommentForm legend {
+	color:#525150;
+	padding:2px 4px 2px 4px;
+	background-color: #ffffff;
+	font-weight : bold;
+	}
+
+#CommentForm label {
+	width:13em;
+	float:left;
+	display:block;
+	clear:both; 
+	float:left;
+	margin-top:8px;
+	margin-bottom:0px;
+	}
+	
+#CommentForm input {
+	margin-top:
+	8px;margin-bottom:8px;
+	}
+	
+#Submit {
+	margin-top:8px;
+	margin-bottom:8px;
+	margin-left:6em;
+	}
+	
+#CommentForm textarea {
+	margin-top:8px;
+	margin-bottom:0px;
+	}

Modified: templates/branches/lifetype-1.2/beautiful_day/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/beautiful_day/postandcomments.template	2007-06-18 19:30:19 UTC (rev 5553)
+++ templates/branches/lifetype-1.2/beautiful_day/postandcomments.template	2007-06-21 09:55:26 UTC (rev 5554)
@@ -36,5 +36,5 @@
 </div>
 </div>
 	{/foreach}			
-{include file="$misctemplatepath/commentform.template"}					
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/commentform.template"}					
+{include file="$blogtemplate/footer.template"}



More information about the pLog-svn mailing list