Changeset 911


Ignore:
Timestamp:
May 6, 2015 11:06:00 AM (10 years ago)
Author:
lamdt
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/assets/css/space/style2.css

    r910 r911  
    627627    background-repeat: no-repeat;
    628628    background-position: center;
     629    /*for fit width img */
     630    position: relative;
     631    z-index: 12;
     632    overflow: hidden;
    629633}
    630634#file-container ul.vsgrid li.vscell div[class^="icon-"] img {
    631     height: 100%;
     635    /*height: 100%;
    632636    width: 100%;
     637    border: 1px solid #B8B8B8;*/
     638    max-width: 100%;
    633639    border: 1px solid #B8B8B8;
     640    overflow: hidden;
     641    z-index: -1111;
     642    position: absolute;
    634643}
    635644#file-container ul.vsgrid li.vscell div[class^="icon-"]:not([class="icon-directory"]) img:not([src]),
Note: See TracChangeset for help on using the changeset viewer.