commit:     47d4d4fa804e4062898edbcb84bd4ff327af4da6
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sun Feb 22 00:19:27 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 00:19:46 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=47d4d4fa

add a little border

---
 public/css/main.css | 5 +++++
 views/message.erb   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/public/css/main.css b/public/css/main.css
index 2827892..f04d4f3 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -53,6 +53,11 @@
   width: 10em;
 }
 
+.ag-header-msgid-col {
+  width: 10em;
+  border-left: 1px solid #ddd;
+}
+
 .ag-pager {
   margin: 0;
 }

diff --git a/views/message.erb b/views/message.erb
index 7c5be12..d9c1c66 100644
--- a/views/message.erb
+++ b/views/message.erb
@@ -22,7 +22,7 @@
   <tr>
     <th>Date:</th>
     <td><%= date_format message['_source']['date'] %></td>
-    <th class="ag-header-name-col">Message-Id:</th>
+    <th class="ag-header-msgid-col">Message-Id:</th>
     <td><%= message['_source']['raw_message_id'] %></td>
   </tr>
   <% unless parent == nil %>

Reply via email to