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;
|
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 {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue