Plugin Directory

Changeset 988572


Ignore:
Timestamp:
09/12/2014 08:17:07 PM (12 years ago)
Author:
ritesh1991
Message:

New Verion update.. 1.1

Location:
wp-couch-mode/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-couch-mode/trunk/assets/css/wp-couch-mode-style.css

    r985539 r988572  
    187187.wpcm-overlay-wrapper::-webkit-scrollbar-corner { background-color: #999;}
    188188.wpcm-overlay-wrapper::-webkit-resizer { background-color: #666;}
     189
     190/*Media Queries*/
     191@media(max-width:768px){
     192    .wpcm-overlay-wrapper{
     193        width:95%;
     194        height:85%;
     195        position:relative;
     196        top:6%;
     197        padding:1%;
     198        padding-bottom:15px;
     199    }
     200    .wpcm-wrapper-content{
     201        width: 96%;
     202    }
     203    .wpcm-wrapper-full .wpcm-wrapper-content{
     204        width: 90%;
     205    }
     206}
     207
    189208/** Scroll Bar Ends*/
    190209@media print
  • wp-couch-mode/trunk/assets/js/wp-couch-mode.js

    r985539 r988572  
    3737        }else{
    3838            var screnn =jQuery( window ).width();
    39             screnn= screnn-60;
     39            if(screnn > 768){
     40                screnn= screnn-60;
     41            }
    4042            jQuery( "#wpcm-couch-main" ).animate({
    4143                    top: 0,width: screnn+'px',height: "100%"
  • wp-couch-mode/trunk/readme.txt

    r985608 r988572  
    3030
    3131== Changelog ==
     32= 1.1 =
     33* Responsive fixes (Pop will work in mobiles & tablets too).
     34
    3235= 1.0 =
    3336* Initial release.
Note: See TracChangeset for help on using the changeset viewer.