Explorar o código

FileManager css update

Serghey Rodin %!s(int64=9) %!d(string=hai) anos
pai
achega
3525b46205
Modificáronse 1 ficheiros con 4 adicións e 5 borrados
  1. 4 5
      web/css/file_manager.css

+ 4 - 5
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; }