From c83e375e20e8701e0bedd20256c39eeaea470562 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 21 Feb 2014 09:15:09 +0000 Subject: [PATCH] Icons have new position in spritesheet --- lib/files.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/files.css b/lib/files.css index 30775da..fb93340 100644 --- a/lib/files.css +++ b/lib/files.css @@ -19,5 +19,5 @@ table, caption, tbody, tfoot, thead, tr, th, td { body {margin: 0; overflow: auto} -.lock {position: fixed; display: inline-block; width: 12px; height: 16px; background: url('../images/file-manager-icons.png') -64px -16px no-repeat; right: 0; margin-right: 16px; top: 0; cursor: pointer} -.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: 25px; cursor: pointer} \ No newline at end of file +.lock {position: fixed; display: inline-block; width: 12px; height: 16px; background: url('../images/file-manager-icons.png') 0 0 no-repeat; right: 0; margin-right: 16px; top: 0; cursor: pointer} +.refresh {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -32px 0 no-repeat; right: 0; margin-right: 15px; top: 25px; cursor: pointer} \ No newline at end of file