@@ -102,7 +102,7 @@ body { margin: 0; padding: 0; }
102102
103103ul .listing { list-style-type : none; padding : 18px 0 0 ; margin : -4px 0 0 -1px ; border-left : 1px solid # DDDDDD ; overflow : auto; }
104104.listing li { color : # 999999 ; display : block; height : 34px ; margin : 1px 0 0 ; line-height : 30px ; padding : 0 ; }
105- .listing li span { display : inline-block; float : right; }
105+ .listing li span { display : inline-block; float : right; height : 32 px ; overflow : hidden; }
106106.listing li .marker { width : 4px ; float : left; height : 100% ; margin-right : 31px ; }
107107.listing li .back { }
108108.listing li .file { }
@@ -200,7 +200,9 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; b
200200.listing li .icon .filetype-xhtml { background : url ("/images/flat_icons.png" ) no-repeat scroll -138px -227px ; }
201201
202202
203- .listing li .filename { color : # 555 ; cursor : pointer; height : 32px ; max-width : 40% ; overflow : hidden; float : left; padding : 2px 7px 0 7px ; border-radius : 3px ; transition : all 0.18s cubic-bezier (0.4 , 0 , 0.2 , 1 ) 0s ; -webkit-transition : all 0.18s cubic-bezier (0.4 , 0 , 0.2 , 1 ) 0s ; }
203+ .listing li .filename-holder { max-width : 40% ; overflow : hidden; float : left; height : 35px ; }
204+ .listing li .filename { color : # 555 ; cursor : pointer; height : 32px ; float : left; padding : 2px 7px 0 7px ; border-radius : 3px ; transition : all 0.18s cubic-bezier (0.4 , 0 , 0.2 , 1 ) 0s ; -webkit-transition : all 0.18s cubic-bezier (0.4 , 0 , 0.2 , 1 ) 0s ; }
205+
204206/* .listing li .filename { background: url("/images/folder_.png") no-repeat scroll -2px 6px; color: #555; cursor: pointer; float: left; margin-left: -27px; padding-left: 19px; }*/
205207
206208.listing li .filename : hover { color : # 333 ; background-color : # D1D0CF ; }
@@ -531,7 +533,7 @@ input[type="checkbox"] {
531533*/
532534
533535@media (max-width : 1400px ) {
534- .listing li .filename { width : 35% ; }
536+ .listing li .filename-holder { width : 35% ; }
535537}
536538
537539
@@ -540,21 +542,21 @@ input[type="checkbox"] {
540542 .menu div .button .mkdir { display : none; }
541543 .menu div .button .mkfile .small ,
542544 .menu div .button .mkdir .small { display : inline-block; }
543- .listing li .filename { max-width : 30% ; }
545+ .listing li .filename-holder { max-width : 30% ; }
544546}
545547
546548@media (max-width : 1210px ) {
547549 .menu div .button .del { display : none; }
548550 .menu div .button .del .small { display : inline-block; }
549- .listing li .filename { max-width : 25% ; }
551+ .listing li .filename-holder { max-width : 25% ; }
550552}
551553
552554
553555@media (max-width : 1180px ) {
554556 .menu div .button { display : none; }
555557 .menu div .button .medium ,
556558 .menu div .button .small { display : inline-block; }
557- .listing li .filename { max-width : 20% ; }
559+ .listing li .filename-holder { max-width : 20% ; }
558560}
559561
560562@media (max-width : 1080px ) {
@@ -569,30 +571,30 @@ input[type="checkbox"] {
569571 .menu div .button { display : inline-block; }
570572 .menu div .button .small { display : none; }
571573 .menu div .copy .button { display : none; }
572- .listing li .filename { max-width : 40% ; }
574+ .listing li .filename-holder { max-width : 40% ; }
573575}
574576
575577@media (max-width : 720px ) {
576- .listing li .filename { max-width : 30% ; }
578+ .listing li .filename-holder { max-width : 30% ; }
577579}
578580
579581@media (max-width : 600px ) {
580582 .menu div .button { display : none; }
581583 .menu div .button .medium ,
582584 .menu div .button .small { display : inline-block; }
583585 .menu div .copy .button .small { display : none; }
584- .listing li .filename { max-width : 20% ; }
586+ .listing li .filename-holder { max-width : 20% ; }
585587}
586588
587589@media (max-width : 520px ) {
588590 .listing li .owner { display : none; }
589- .listing li .filename { max-width : 15% ; }
591+ .listing li .filename-holder { max-width : 15% ; }
590592}
591593
592594@media (max-width : 400px ) {
593595 .listing li .mode { display : none; }
594596 .listing li .time { display : none; }
595- .listing li .filename { max-width : 30% ; }
597+ .listing li .filename-holder { max-width : 30% ; }
596598}
597599
598600@media (max-width : 360px ) {
@@ -672,9 +674,10 @@ input[type="checkbox"] {
672674}
673675.shortcuts ul {
674676 list-style-type : none;
675- padding : 30px 10 px ;
677+ padding : 30px 20 px ;
676678 display : inline-block;
677679 float : left;
680+ width : 360px ;
678681}
679682.shortcuts ul li {
680683 padding : 5px 20px ;
@@ -688,7 +691,6 @@ input[type="checkbox"] {
688691 font-weight : bold;
689692 padding : 0 20px 0 0 ;
690693 text-align : right;
691- width : 140px ;
692694}
693695.shortcuts ul li span .bigger {
694696 font-size : 18px ;
@@ -715,12 +717,12 @@ input[type="checkbox"] {
715717 background-image : url ("/images/sprite.png" );
716718 width : 35px ;
717719 height : 35px ;
718- background-position : -283 px -68 px ;
720+ background-position : -122 px -283 px ;
719721 border-radius : 18px ;
720722}
721723.l-icon-shortcuts : hover {
722- background-color : # ccc ;
724+ background-position : -160 px -283 px ;
723725}
724726.l-icon-shortcuts : active {
725- background-color : # 98D5CD ;
727+ background-position : -198 px -283 px ;
726728}
0 commit comments