From: "Alex Legler" <a3li@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ag-web:master commit in: public/css/, views/
Date: Sun, 22 Feb 2015 00:20:15 +0000 (UTC) [thread overview]
Message-ID: <1424564386.47d4d4fa804e4062898edbcb84bd4ff327af4da6.a3li@gentoo> (raw)
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 %>
next reply other threads:[~2015-02-22 0:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-22 0:20 Alex Legler [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-02-22 11:11 [gentoo-commits] proj/ag-web:master commit in: public/css/, views/ Alex Legler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1424564386.47d4d4fa804e4062898edbcb84bd4ff327af4da6.a3li@gentoo \
--to=a3li@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox