[Bps-public-commit] App-Changeloggr branch, master, updated. b587d7b68450cbacf5afaef146514ab318c6113c
sartak at bestpractical.com
sartak at bestpractical.com
Thu Oct 8 14:57:30 EDT 2009
The branch, master has been updated
via b587d7b68450cbacf5afaef146514ab318c6113c (commit)
from cfa741dedbcf2aa2af04da686bcebb6ef37a562b (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 1 +
share/web/static/css/change.css | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit b587d7b68450cbacf5afaef146514ab318c6113c
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Oct 8 14:57:25 2009 -0400
Make reword smaller too
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index 733ab4f..1144f01 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -272,6 +272,7 @@ template '/change/message' => sub {
else {
hyperlink(
label => _("Reword this message?"),
+ class => 'reword_link',
onclick => {
replace_with => '/change/reword',
},
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index ead6782..9fc210c 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -86,3 +86,7 @@ iframe.external_source {
.diffstat {
font-size: .8em;
}
+
+.reword_link {
+ font-size: .8em;
+}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list