show add new friend links on aspect manage page
This commit is contained in:
parent
ea3e372474
commit
ac7fb673c5
2 changed files with 2 additions and 2 deletions
|
|
@ -520,7 +520,7 @@ h1.big_text {
|
|||
position: absolute;
|
||||
top: 10px;
|
||||
right: 0;
|
||||
display: none; }
|
||||
display: inline; }
|
||||
.aspect .aspect_name:hover .tools,
|
||||
.requests .aspect_name:hover .tools,
|
||||
.remove .aspect_name:hover .tools {
|
||||
|
|
|
|||
|
|
@ -682,7 +682,7 @@ h1.big_text
|
|||
:position absolute
|
||||
:top 10px
|
||||
:right 0
|
||||
:display none
|
||||
:display inline
|
||||
|
||||
&:hover
|
||||
.tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue