show add new friend links on aspect manage page

This commit is contained in:
Daniel Vincent Grippi 2010-09-15 11:25:39 -07:00
parent ea3e372474
commit ac7fb673c5
2 changed files with 2 additions and 2 deletions

View file

@ -520,7 +520,7 @@ h1.big_text {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 0; right: 0;
display: none; } display: inline; }
.aspect .aspect_name:hover .tools, .aspect .aspect_name:hover .tools,
.requests .aspect_name:hover .tools, .requests .aspect_name:hover .tools,
.remove .aspect_name:hover .tools { .remove .aspect_name:hover .tools {

View file

@ -682,7 +682,7 @@ h1.big_text
:position absolute :position absolute
:top 10px :top 10px
:right 0 :right 0
:display none :display inline
&:hover &:hover
.tools .tools