Changeset 988572
- Timestamp:
- 09/12/2014 08:17:07 PM (12 years ago)
- Location:
- wp-couch-mode/trunk
- Files:
-
- 3 edited
-
assets/css/wp-couch-mode-style.css (modified) (1 diff)
-
assets/js/wp-couch-mode.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-couch-mode/trunk/assets/css/wp-couch-mode-style.css
r985539 r988572 187 187 .wpcm-overlay-wrapper::-webkit-scrollbar-corner { background-color: #999;} 188 188 .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 189 208 /** Scroll Bar Ends*/ 190 209 @media print -
wp-couch-mode/trunk/assets/js/wp-couch-mode.js
r985539 r988572 37 37 }else{ 38 38 var screnn =jQuery( window ).width(); 39 screnn= screnn-60; 39 if(screnn > 768){ 40 screnn= screnn-60; 41 } 40 42 jQuery( "#wpcm-couch-main" ).animate({ 41 43 top: 0,width: screnn+'px',height: "100%" -
wp-couch-mode/trunk/readme.txt
r985608 r988572 30 30 31 31 == Changelog == 32 = 1.1 = 33 * Responsive fixes (Pop will work in mobiles & tablets too). 34 32 35 = 1.0 = 33 36 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.