[Bps-public-commit] App-Changeloggr branch, master, updated. d2ddc1975f088ee94e6dd1ba9637f9cc0719e5ea
sartak at bestpractical.com
sartak at bestpractical.com
Wed Apr 29 12:11:18 EDT 2009
The branch, master has been updated
via d2ddc1975f088ee94e6dd1ba9637f9cc0719e5ea (commit)
via 85ad9484082460265351a726677fbfd340d34741 (commit)
from 9fbd29b94cc964862bdd4a5f19d8237edf4cf8f3 (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 2 ++
share/web/static/css/app.css | 5 +++++
2 files changed, 7 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 85ad9484082460265351a726677fbfd340d34741
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed Apr 29 12:09:48 2009 -0400
Separate the voting buttons from the change data with an hr and a header
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index ed98f9b..20aa797 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -115,6 +115,7 @@ sub show_change {
};
if ($args{voting_form}) {
+ hr {};
show_vote_form($change);
}
};
@@ -134,6 +135,7 @@ sub show_vote_form {
my $valid_tags = $change->changelog->tags;
form {
+ h4 { 'Vote!' };
my $vote = new_action(
class => "CreateVote",
arguments => { change_id => $change->id }
commit d2ddc1975f088ee94e6dd1ba9637f9cc0719e5ea
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed Apr 29 12:11:13 2009 -0400
Style the hr
diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index 6cb5151..8b7dac7 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -87,3 +87,8 @@ ul.change_metadata {
padding-left: 0;
}
+hr {
+ border: 0;
+ border-bottom: 1px dashed #333;
+}
+
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list