Changeset 928
- Timestamp:
- May 22, 2015 3:48:25 PM (10 years ago)
- Location:
- pro-violet-viettel/www/deploy/20150304/assets
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/20150304/assets/css/space/style2.css
r914 r928 344 344 color: #989797; 345 345 } 346 #file-container UL.vsgrid LI.vscell {346 #file-container ul.vsgrid li.vscell { 347 347 height: 100px; 348 } 348 position: relative; 349 } 350 351 #file-container ul.vsgrid li.vscell div.file-name { 352 position: relative; 353 top: calc(100% - 20px); 354 } 355 349 356 #file-container { 350 357 height: calc(100% - 47px); … … 586 593 } 587 594 #file-container ul.vsgrid li.vscell div.icon-directory { 588 background-image: url(../../images/icon-set/folder.png) !important; 595 background-image: url(../../images/icon-set/folder.png) !important; 596 height: 54px !important; 597 margin-bottom: 4px; 589 598 } 590 599 #file-container ul.vsgrid li.vscell div.icon-xls { … … 615 624 background-image: url(../../images/icon-set/video.png) !important; 616 625 } 617 618 626 #file-container ul.vsgrid li.vscell div.icon-mp3, 619 627 #file-container ul.vsgrid li.vscell div.icon-wav { 620 628 background-image: url(../../images/icon-set/audio.png) !important; 621 629 } 630 #file-container ul.vsgrid li.vscell div.icon-psd { 631 background-image: url(../../images/icon-set/psd.png) !important; 632 } 633 #file-container ul.vsgrid li.vscell div.icon-bmp{ 634 background-image: url(../../images/icon-set/bmp.png) !important; 635 } 622 636 /*------------ File Manager: Grid View ----- */ 623 637 #file-container ul.vsgrid li.vscell div[class^="icon-"] { 624 638 width:64px; 625 height:54px; 639 /*height:54px;*/ 640 height: auto; 626 641 padding: 5px; 627 642 background-repeat: no-repeat; 628 643 background-position: center; 644 position: absolute; 645 bottom: 30px; 646 left: 25%; 629 647 } 630 648 #file-container ul.vsgrid li.vscell div[class^="icon-"] img { 631 649 /*height: 100%; 632 width: 100%; 633 border: 1px solid #B8B8B8;*/ 650 width: 100%;*/ 634 651 width: auto; 635 652 height: auto; … … 640 657 #file-container ul.vsgrid li.vscell div[class^="icon-"]:not([class="icon-directory"]):empty { 641 658 background-image: url(../../images/icon-set/file.png); 642 } 643 659 height: 54px; 660 margin-bottom: 4px; 661 } 662 663 .list-view#file-container ul.vsgrid li.vscell div[class^="icon-"]:not([class="icon-directory"]) img:not([src]), 664 .list-view#file-container ul.vsgrid li.vscell div[class^="icon-"]:not([class="icon-directory"]):empty { 665 background-image: url(../../images/icon-set/file.png); 666 height: 28px; 667 margin-bottom: 0; 668 } 644 669 /*------------ File Manager: List View ----- */ 645 670 .list-view#file-container { … … 683 708 .list-view#file-container > ul.vsgrid > li.vscell > div[class^="icon-"] { 684 709 width: 28px; 685 height: 28px ;710 height: 28px !important; 686 711 float: left; 687 712 background-size: cover; 713 position: initial; 688 714 } 689 715 -
pro-violet-viettel/www/deploy/20150304/assets/css/space/vsgrid.css
r780 r928 19 19 color: #333; 20 20 text-decoration: none; 21 display: block;21 display: inline-block; 22 22 padding: 0px 2px; 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.