MS trying a dan-like thing in the publisher

This commit is contained in:
maxwell 2010-07-23 23:56:41 -07:00
parent 2646a52cbb
commit 8a174d37c7
4 changed files with 11 additions and 5 deletions

View file

@ -1,8 +1,7 @@
- if user_signed_in?
%h1#user_name
= link_to current_user.real_name, root_path
%h1= title_for_page
%h1= title_for_page
= render "shared/publisher"
%ul#stream
= puts @posts.inspect

View file

@ -1,6 +1,6 @@
#publisher
%sp
Post a new
POST:
%ul#publisher_content_pickers
%li{ :class => "status_message selected" }= link_to "status message", "#"
%li{ :class => "bookmark" }= link_to "bookmark", "#"

View file

@ -272,6 +272,9 @@ label {
color: #999999;
padding: 20px 1em;
padding-top: 10px; }
#publisher sp {
font-family: "BrandonGrotesqueLightRegular";
font-size: large; }
#new_blog,
#new_bookmark {

View file

@ -322,6 +322,11 @@ label
:color #999
:padding 20px 1em
:top 10px
sp
:font
:family 'BrandonGrotesqueLightRegular'
:font-size large
#new_blog,
#new_bookmark
@ -404,5 +409,4 @@ ul#publisher_content_pickers li
.field_with_submit
input[type='text']
:width 85%
:display inline
:display inline