Add hovering button

This commit is contained in:
Maximilian Grundke
2016-04-30 13:20:10 +02:00
parent 027c6013eb
commit bd4fbcb8fb
2 changed files with 10 additions and 0 deletions

View File

@@ -88,3 +88,9 @@ button i.fa-spin {
color: #777;
font-size: 0.8em;
}
#requestCommentsButton {
position: relative;
margin-top: -50px;
float: right;
}