From d63c1bf2ca62a4b6ad143d6b59ebae035c11dcf6 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 23 Jun 2014 08:42:49 +0100 Subject: [PATCH] githubOn/Off classes added for icons --- lib/files.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/files.css b/lib/files.css index fb93340..be98f22 100644 --- a/lib/files.css +++ b/lib/files.css @@ -20,4 +20,6 @@ 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') 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 +.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} +.githubOn {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -64px 0 no-repeat; right: 0; margin-right: 15px; top: 48px; cursor: pointer} +.githubOff {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -80px 0 no-repeat; right: 0; margin-right: 15px; top: 48px; cursor: pointer} \ No newline at end of file