[Logilogi-svn] SF.net SVN: logilogi:[1643] trunk
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2009-11-19 15:49:31
|
Revision: 1643
http://logilogi.svn.sourceforge.net/logilogi/?rev=1643&view=rev
Author: wybow
Date: 2009-11-19 15:49:21 +0000 (Thu, 19 Nov 2009)
Log Message:
-----------
Updated some style issues
Modified Paths:
--------------
trunk/app/views/logis/_commenting_logis.html.erb
trunk/app/views/logis/_snippet.html.erb
trunk/app/views/remarks/_list.html.erb
trunk/public/stylesheets/logilogi.css
Modified: trunk/app/views/logis/_commenting_logis.html.erb
===================================================================
--- trunk/app/views/logis/_commenting_logis.html.erb 2009-11-19 01:37:33 UTC (rev 1642)
+++ trunk/app/views/logis/_commenting_logis.html.erb 2009-11-19 15:49:21 UTC (rev 1643)
@@ -2,7 +2,7 @@
:locals => {:title => _("Commenting logis"), :id => "commenting"} do %>
<div class="mirrored_notice_cloud"><%= _('Want to give a more in-depth response ?') %></div>
<div class="description">
- <p><%= _('This logi has %{nr} comments') % {:nr => logis.size} %></p>
+ <p><%= _('Logi has %{nr} comments') % {:nr => logis.size} %></p>
</div>
<div class="spacer"></div>
<%= toggle_button_to_remote 'or add a logi below', {:update => "comment_area",
Modified: trunk/app/views/logis/_snippet.html.erb
===================================================================
--- trunk/app/views/logis/_snippet.html.erb 2009-11-19 01:37:33 UTC (rev 1642)
+++ trunk/app/views/logis/_snippet.html.erb 2009-11-19 15:49:21 UTC (rev 1643)
@@ -7,7 +7,7 @@
<div class="comments">
<span class="comments_label">
<% if logi.comments_on_logis.count > 0 %>
- <em>Comments on <%= logi.comments_on_logis.count %> logis<%= ( logi.commenting_logis.count > 0 ? ', has ' + logi.commenting_logis.count.to_s + ' comments' : '') %></em>
+ <em>Comments on <%= logi.comments_on_logis.count %><%= ( logi.commenting_logis.count > 0 ? ', has ' + logi.commenting_logis.count.to_s + ' comments' : ' logis') %></em>
<% else %>
<em>Has <%= logi.commenting_logis.count %> comments</em>
<% end %>
Modified: trunk/app/views/remarks/_list.html.erb
===================================================================
--- trunk/app/views/remarks/_list.html.erb 2009-11-19 01:37:33 UTC (rev 1642)
+++ trunk/app/views/remarks/_list.html.erb 2009-11-19 15:49:21 UTC (rev 1643)
@@ -2,8 +2,8 @@
<% remarks.each do |remark| %>
<div class="box secondary_border_panel remark">
<div class="panel_content_padding">
- <%= by_author(remark.user, :length => 18) %>
<%= gravatar_for(remark.user, :class => 'avatar') %>
+ <%= by_author(remark.user, :length => 13) %>
<p><%= remark.message %></p>
<div class="spacer"></div>
</div>
Modified: trunk/public/stylesheets/logilogi.css
===================================================================
--- trunk/public/stylesheets/logilogi.css 2009-11-19 01:37:33 UTC (rev 1642)
+++ trunk/public/stylesheets/logilogi.css 2009-11-19 15:49:21 UTC (rev 1643)
@@ -1147,7 +1147,7 @@
font-size: .8em;
}
-/* annotations */
+/* annotations & remarks */
#annotating textarea,
#remarking textarea {
@@ -1162,6 +1162,7 @@
width: 6em;
}
.remark p {
+ padding-top: 0.5em;
font-size: 1.2em;
text-align: left;
}
@@ -1191,7 +1192,7 @@
margin-bottom: -0.2em;
}
-/* votes */
+/* votes and remarks */
.remark .author a,
.vote .author a {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|