[pLog-svn] r5050 - templates/branches/lifetype-1.2/greenmarinee
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Sun Mar 11 18:00:21 EDT 2007
Author: oscar
Date: 2007-03-11 18:00:21 -0400 (Sun, 11 Mar 2007)
New Revision: 5050
Removed:
templates/branches/lifetype-1.2/greenmarinee/commentform.template
Modified:
templates/branches/lifetype-1.2/greenmarinee/style.css
Log:
Removed commentform.template, as this template should be using the global one, and adjusted the styles so that it looks fine.
Deleted: templates/branches/lifetype-1.2/greenmarinee/commentform.template
===================================================================
--- templates/branches/lifetype-1.2/greenmarinee/commentform.template 2007-03-11 14:43:11 UTC (rev 5049)
+++ templates/branches/lifetype-1.2/greenmarinee/commentform.template 2007-03-11 22:00:21 UTC (rev 5050)
@@ -1,28 +0,0 @@
-<div class="postinput">
- <form action="{$url->getIndexUrl()}" method="post">
- <div>
-{dynamic}
- <input tabindex="1" id="subject" name="commentTopic" value="{$topic}" />
- <label for="subject"><small>{$locale->tr("comment_topic")}</small></label><br /><br />
- {if $authuser}
- <input tabindex="2" id="author" name="userName" value="{$authuser->getUsername()}" readonly="readonly" />
- <label for="author"><small>{$locale->tr("comment_username")} (<b>{$locale->tr("form_authenticated")}</b>)</small></label><br /><br />
- {else}
- <input tabindex="2" id="author" name="userName" value="{$authuser->getUsername()}" />
- <label for="author"><small>{$locale->tr("comment_username")}</small></label><br /><br />
- {/if}
- <input tabindex="3" id="email" name="userEmail" />
- <label for="email"><small>{$locale->tr("comment_email")}</small></label><br /><br />
- <input tabindex="4" id="url" name="userUrl" />
- <label for="url"><small>{$locale->tr("comment_url")}</small></label><br /><br />
-{/dynamic}
- <textarea tabindex="5" id="text" name="commentText" rows="10" cols="50"></textarea><br /><br />
- <input style="font-weight: bold;" type="submit" name="post" value=" {$locale->tr("comment_send")} " /><br /><br />
- <input type="hidden" name="op" value="AddComment"/>
- <input type="hidden" name="articleId" value="{$post->getId()}"/>
- <input type="hidden" name="blogId" value="{$blog->getId()}"/>
- <input type="hidden" name="parentId" value="{$parentId}"/>
-
- </div>
- </form>
-</div>
Modified: templates/branches/lifetype-1.2/greenmarinee/style.css
===================================================================
--- templates/branches/lifetype-1.2/greenmarinee/style.css 2007-03-11 14:43:11 UTC (rev 5049)
+++ templates/branches/lifetype-1.2/greenmarinee/style.css 2007-03-11 22:00:21 UTC (rev 5050)
@@ -461,32 +461,63 @@
border: 1px solid #BFBFBF;
color: #949494;
background: #fff;
- padding: 2px 5px 1px 5px;
font-size: 1em;
- }
+}
input:hover {
background: #fff;
border: 1px solid #ACE149;
color: #7DA721;
font-size: 1em;
+}
+
+#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;
+ }
-textarea {
- font-family: Arial, Verdana, Helvetica;
- font-size: 1.1em;
+#CommentForm input {
+ margin-top:
+ 8px;margin-bottom:8px;
+}
+
+#Submit {
+ float:right;
+}
+
+#CommentForm textarea {
+ margin-top:8px;
+ margin-bottom:0px;
border: 1px solid #BFBFBF;
color: #949494;
- padding: 2px 5px 1px 5px;
- width: 450px;
- }
-
-textarea:hover {
+}
+
+#CommentForm textarea:hover {
background: #fff;
border: 1px solid #ACE149;
color: #7DA721;
- }
-
+}
+
/* 7)-=-=-=- Accessibility -=-=-=- */
#skip {
@@ -544,3 +575,4 @@
background: #fff;
color: #FF0084;
}
+
More information about the pLog-svn
mailing list