Skip to content

Commit

Permalink
added follow unfollow tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
robrighter committed May 22, 2010
1 parent 21bee3f commit 12ba665
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions dynamic/css/site.sass
Expand Up @@ -398,9 +398,10 @@ em
display: none display: none
color: #000000 color: #000000
position: absolute position: absolute
width: 42px width: 50px
margin-top: -40px margin-top: -40px
margin-left: -14px margin-left: 0px
left: 10px
font-size: 9px font-size: 9px


.user .button .icon .user .button .icon
Expand Down
4 changes: 2 additions & 2 deletions dynamic/index.haml
Expand Up @@ -99,11 +99,11 @@
%span{:class=>'count'}= '333' %span{:class=>'count'}= '333'
%div{:class=>'followtoggle'} %div{:class=>'followtoggle'}
%div{:class=>'button plus followeduser'} %div{:class=>'button plus followeduser'}
%div{:class=>'tooltip'}= 'Follow'
%span{:class=>'icon'}= '+' %span{:class=>'icon'}= '+'
%span{:class=>'tooltip'}= 'Follow'
%div{:class=>'button minus followeduser'} %div{:class=>'button minus followeduser'}
%span{:class=>'icon'}= ' -' %span{:class=>'icon'}= ' -'
%span{:class=>'tooltip'}= 'Unfollow' %div{:class=>'tooltip'}= 'Unfollow'
%div{:style=>'clear:all;'} %div{:style=>'clear:all;'}


#authbox #authbox
Expand Down
Binary file removed prod-buildout/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions prod-buildout/css/site.css
Expand Up @@ -423,9 +423,10 @@ em {
display: none; display: none;
color: #000000; color: #000000;
position: absolute; position: absolute;
width: 42px; width: 50px;
margin-top: -40px; margin-top: -40px;
margin-left: -14px; margin-left: 0px;
left: 10px;
font-size: 9px; } font-size: 9px; }


.user .button .icon { .user .button .icon {
Expand Down
4 changes: 2 additions & 2 deletions prod-buildout/index.html
Expand Up @@ -138,12 +138,12 @@
</div> </div>
<div class='followtoggle'> <div class='followtoggle'>
<div class='button plus followeduser'> <div class='button plus followeduser'>
<div class='tooltip'>Follow</div>
<span class='icon'>+</span> <span class='icon'>+</span>
<span class='tooltip'>Follow</span>
</div> </div>
<div class='button minus followeduser'> <div class='button minus followeduser'>
<span class='icon'> -</span> <span class='icon'> -</span>
<span class='tooltip'>Unfollow</span> <div class='tooltip'>Unfollow</div>
</div> </div>
</div> </div>
</div> </div>
Expand Down
Binary file removed static/.DS_Store
Binary file not shown.

0 comments on commit 12ba665

Please sign in to comment.