@@ -42,6 +42,7 @@ body { margin: 0; padding: 0; }
4242.menu div .button .small .mkdir { background : url ("/images/flat_icons.png" ) no-repeat scroll -176px -123px ; }
4343.menu div .button .small .del { background : url ("/images/flat_icons.png" ) no-repeat scroll -176px -149px ; }
4444.menu div .button .small .rename { background : url ("/images/flat_icons.png" ) no-repeat scroll -180px -180px ; width : 12px ; }
45+ .menu div .button .small .rights { background : url ("/images/flat_icons.png" ) no-repeat scroll -237px -97px ; }
4546.menu div .button .small .copy { background : url ("/images/flat_icons.png" ) no-repeat scroll -177px -210px ; }
4647.menu div .button .small .download { background : url ("/images/flat_icons.png" ) no-repeat scroll -176px -243px ; }
4748.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; }
5253.menu div .button .small .mkdir : hover { background-position : -203px -123px ; }
5354.menu div .button .small .del : hover { background-position : -203px -149px ; }
5455.menu div .button .small .rename : hover { background-position : -207px -180px ; }
56+ .menu div .button .small .rights : hover { background-position : -237px -122px ; }
5557.menu div .button .small .copy : hover { background-position : -204px -210px ; }
5658.menu div .button .small .download : hover { background-position : -204px -243px ; }
5759.menu div .button .small .extract : hover { background : url ("/images/flat_icons.png" ) no-repeat scroll -255px -35px ; }
5860.menu div .button .small .archive : hover { background : url ("/images/flat_icons.png" ) no-repeat scroll -201px -35px ; }
5961
6062
61-
62-
63-
6463.menu div .button .disabled : hover ,
6564.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 ; }
6665.window .active .menu div .button : hover ,
@@ -554,14 +553,14 @@ input[type="checkbox"] {
554553 .listing li .filename-holder { max-width : 30% ; }
555554}
556555
557- @media (max-width : 1210 px ) {
556+ @media (max-width : 1270 px ) {
558557 .menu div .button .del { display : none; }
559558 .menu div .button .del .small { display : inline-block; }
560559 .listing li .filename-holder { max-width : 25% ; }
561560}
562561
563562
564- @media (max-width : 1180 px ) {
563+ @media (max-width : 1220 px ) {
565564 .menu div .button { display : none; }
566565 .menu div .button .medium ,
567566 .menu div .button .small { display : inline-block; }
0 commit comments