]> source.dussan.org Git - redmine.git/commitdiff
Slight forum styles changes.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Feb 2010 11:52:12 +0000 (11:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Feb 2010 11:52:12 +0000 (11:52 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3426 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/boards/show.rhtml
public/images/bullet_go.png [new file with mode: 0644]
public/images/sticky.png [deleted file]
public/stylesheets/application.css

index 9a4028c959e3905272e6d432f0c947bdf4fceebd..23e453e384edb69e0bdde60876ef1c0d29f556ce 100644 (file)
@@ -42,7 +42,7 @@
   <tbody>
   <% @topics.each do |topic| %>
     <tr class="message <%= cycle 'odd', 'even' %> <%= topic.sticky? ? 'sticky' : '' %> <%= topic.locked? ? 'locked' : '' %>">
-      <td class="subject"><%= link_to h(topic.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => topic }, :class => 'icon' %></td>
+      <td class="subject"><%= link_to h(topic.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => topic } %></td>
       <td class="author" align="center"><%= topic.author %></td>
       <td class="created_on" align="center"><%= format_time(topic.created_on) %></td>
       <td class="replies" align="center"><%= topic.replies_count %></td>
diff --git a/public/images/bullet_go.png b/public/images/bullet_go.png
new file mode 100644 (file)
index 0000000..c724754
Binary files /dev/null and b/public/images/bullet_go.png differ
diff --git a/public/images/sticky.png b/public/images/sticky.png
deleted file mode 100644 (file)
index abd30db..0000000
Binary files a/public/images/sticky.png and /dev/null differ
index d5dd42c4e8a7bc68d6459a9e6824b9bf6718c6a1..f5959d88c3caf45015c7fcb8e272171b060460ea 100644 (file)
@@ -137,9 +137,11 @@ table.files tr.file td.digest { font-size: 80%; }
 table.members td.roles, table.memberships td.roles { width: 45%; }
 
 tr.message { height: 2.6em; }
-tr.message td.last_message { font-size: 80%; }
-tr.message.locked td.subject a { background-image: url(../images/locked.png); }
-tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
+tr.message td.subject { padding-left: 20px; }
+tr.message td.created_on { white-space: nowrap; }
+tr.message td.last_message { font-size: 80%; white-space: nowrap; }
+tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; }
+tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; }
 
 tr.version.closed, tr.version.closed a { color: #999; }
 tr.version td.name { padding-left: 20px; }