From 3525b4620523aef7c18571fcc9d8a871f514b1a3 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 24 Jun 2016 17:43:54 +0300 Subject: [PATCH] FileManager css update --- web/css/file_manager.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/web/css/file_manager.css b/web/css/file_manager.css index 6e7454e0c..26accccad 100644 --- a/web/css/file_manager.css +++ b/web/css/file_manager.css @@ -42,6 +42,7 @@ body { margin: 0; padding: 0; } .menu div.button.small.mkdir { background: url("/images/flat_icons.png") no-repeat scroll -176px -123px; } .menu div.button.small.del { background: url("/images/flat_icons.png") no-repeat scroll -176px -149px; } .menu div.button.small.rename { background: url("/images/flat_icons.png") no-repeat scroll -180px -180px; width: 12px; } +.menu div.button.small.rights { background: url("/images/flat_icons.png") no-repeat scroll -237px -97px; } .menu div.button.small.copy { background: url("/images/flat_icons.png") no-repeat scroll -177px -210px; } .menu div.button.small.download { background: url("/images/flat_icons.png") no-repeat scroll -176px -243px; } .menu div.button.small.extract { background: url("/images/flat_icons.png") no-repeat scroll -232px -35px; } @@ -52,15 +53,13 @@ body { margin: 0; padding: 0; } .menu div.button.small.mkdir:hover { background-position: -203px -123px; } .menu div.button.small.del:hover { background-position: -203px -149px; } .menu div.button.small.rename:hover { background-position: -207px -180px; } +.menu div.button.small.rights:hover { background-position: -237px -122px; } .menu div.button.small.copy:hover { background-position: -204px -210px; } .menu div.button.small.download:hover { background-position: -204px -243px; } .menu div.button.small.extract:hover { background: url("/images/flat_icons.png") no-repeat scroll -255px -35px; } .menu div.button.small.archive:hover { background: url("/images/flat_icons.png") no-repeat scroll -201px -35px; } - - - .menu div.button.disabled:hover, .menu div.button { cursor: pointer; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; box-shadow: none; color: #999; } .window.active .menu div.button:hover, @@ -554,14 +553,14 @@ input[type="checkbox"] { .listing li .filename-holder { max-width: 30%; } } -@media (max-width: 1210px) { +@media (max-width: 1270px) { .menu div.button.del { display: none; } .menu div.button.del.small { display: inline-block; } .listing li .filename-holder { max-width: 25%; } } -@media (max-width: 1180px) { +@media (max-width: 1220px) { .menu div.button { display: none; } .menu div.button.medium, .menu div.button.small { display: inline-block; }