Skip to content

Commit 4b83741

Browse files
committed
Refresh icon now has a fixed position
Was in slightly different positions in different browsers
1 parent ab5fbe8 commit 4b83741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/files.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ table, caption, tbody, tfoot, thead, tr, th, td {
1919

2020
body {margin: 0; overflow: auto}
2121

22-
.refresh {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -100px -16px no-repeat; right: 0; margin-right: 15px; cursor: pointer}
22+
.refresh {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -100px -16px no-repeat; right: 0; margin-right: 15px; top: 17px; cursor: pointer}

0 commit comments

Comments
 (0)