Changeset 928 for pro-violet-viettel


Ignore:
Timestamp:
May 22, 2015 3:48:25 PM (10 years ago)
Author:
lamdt
Message:
 
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  
    344344    color: #989797;
    345345}
    346 #file-container UL.vsgrid LI.vscell {
     346#file-container ul.vsgrid li.vscell {
    347347    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
    349356#file-container {
    350357    height: calc(100% - 47px);
     
    586593}
    587594#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;
    589598}
    590599#file-container ul.vsgrid li.vscell div.icon-xls {
     
    615624    background-image: url(../../images/icon-set/video.png) !important;
    616625}
    617 
    618626#file-container ul.vsgrid li.vscell div.icon-mp3,
    619627#file-container ul.vsgrid li.vscell div.icon-wav {
    620628    background-image: url(../../images/icon-set/audio.png) !important;
    621629}
     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}
    622636/*------------ File Manager: Grid View ----- */
    623637#file-container ul.vsgrid li.vscell div[class^="icon-"] {
    624638    width:64px;
    625     height:54px;
     639    /*height:54px;*/
     640    height: auto;
    626641    padding: 5px;
    627642    background-repeat: no-repeat;
    628643    background-position: center;
     644    position: absolute;
     645    bottom: 30px;
     646    left: 25%;
    629647}
    630648#file-container ul.vsgrid li.vscell div[class^="icon-"] img {
    631649    /*height: 100%;
    632     width: 100%;
    633     border: 1px solid #B8B8B8;*/
     650    width: 100%;*/
    634651    width: auto;
    635652    height: auto;
     
    640657#file-container ul.vsgrid li.vscell div[class^="icon-"]:not([class="icon-directory"]):empty {
    641658    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}
    644669/*------------ File Manager: List View ----- */
    645670.list-view#file-container {
     
    683708.list-view#file-container > ul.vsgrid > li.vscell > div[class^="icon-"] {
    684709    width: 28px;
    685     height: 28px;
     710    height: 28px !important;
    686711    float: left;
    687712    background-size: cover;
     713    position: initial;
    688714}
    689715
  • pro-violet-viettel/www/deploy/20150304/assets/css/space/vsgrid.css

    r780 r928  
    1919        color: #333;
    2020        text-decoration: none;
    21         display: block;
     21        display: inline-block;
    2222        padding: 0px 2px;
    2323}
Note: See TracChangeset for help on using the changeset viewer.