MS trying a dan-like thing in the publisher
This commit is contained in:
parent
2646a52cbb
commit
8a174d37c7
4 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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", "#"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue