From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 205F2138A87 for ; Sun, 22 Feb 2015 00:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC466E0852; Sun, 22 Feb 2015 00:20:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60C2BE0852 for ; Sun, 22 Feb 2015 00:20:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EA7F3407AF for ; Sun, 22 Feb 2015 00:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6A9212449 for ; Sun, 22 Feb 2015 00:20:15 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1424564386.47d4d4fa804e4062898edbcb84bd4ff327af4da6.a3li@gentoo> Subject: [gentoo-commits] proj/ag-web:master commit in: public/css/, views/ X-VCS-Repository: proj/ag-web X-VCS-Files: public/css/main.css views/message.erb X-VCS-Directories: public/css/ views/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 47d4d4fa804e4062898edbcb84bd4ff327af4da6 X-VCS-Branch: master Date: Sun, 22 Feb 2015 00:20:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6496cad2-957b-4ac7-887c-7b72713df5b4 X-Archives-Hash: 2c83ce991d952d8729035f6f7da6ed6a commit: 47d4d4fa804e4062898edbcb84bd4ff327af4da6 Author: Alex Legler a3li li> AuthorDate: Sun Feb 22 00:19:27 2015 +0000 Commit: Alex Legler gentoo 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 @@ Date: <%= date_format message['_source']['date'] %> - Message-Id: + Message-Id: <%= message['_source']['raw_message_id'] %> <% unless parent == nil %>