Skip to content

Commit 0059432

Browse files
committed
Fix watch popup top arrow alignment
1 parent fa75544 commit 0059432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fileshack/static/fileshack/css/fileshack.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ form[action="logout/"] button:focus {
6161
background: url("../img/watch-dialog-top.png") no-repeat center top;
6262
height: 16px;
6363
width: 100%;
64-
margin-bottom: -1px;
6564
z-index: 40;
6665
position: relative;
66+
top: 1px;
6767
}
6868

6969
#watch-dialog .dialog {

0 commit comments

Comments
 (0)