made a sticky request link on the bottom of every page

This commit is contained in:
Daniel Vincent Grippi 2010-09-11 12:09:55 -07:00
parent 7fefdd3753
commit db5d000757
4 changed files with 27 additions and 13 deletions

13
README
View file

@ -1,13 +0,0 @@
Some things that need doing:
Rename relations:
post.person needs to be post.owner
group.people might want to be group.members
person.owner should probably be person.user
Refactor receive:
user.receive is a little horrifying right now.
Maybe make a model.import or model.perform function which can be called on all the classes.
Definitely move the varied signature verification methods into a unified object.signature_valid?
or signatures_valid?

View file

@ -85,3 +85,6 @@
.span-19.prepend-5.last
= render "posts/debug"
#notification_badge.requests
= link_to "requests (#{@request_count})", requests_path

View file

@ -628,3 +628,13 @@ h1.big_text {
.requests .person .grey {
font-style: italic;
color: #666666; }
#notification_badge {
position: fixed;
bottom: 0;
margin-left: 854px; }
#notification_badge a {
background-color: #eeeeee;
border: 1px solid #cccccc;
border-bottom: none;
padding: 3px 10px; }

View file

@ -825,3 +825,17 @@ h1.big_text
:style italic
:color #666
#notification_badge
:position fixed
:bottom 0
:margin
:left 854px
a
:background
:color #eee
:border 1px solid #ccc
:bottom none
:padding 3px 10px