Changeset 1580845
- Timestamp:
- 01/24/2017 07:50:34 AM (9 years ago)
- Location:
- select-and-edit/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
select-and-edit.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
select-and-edit/trunk/readme.txt
r1572942 r1580845 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.7.1 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 … … 43 43 == Changelog == 44 44 45 = 1.0.1 = 46 * 01/24/2017: Corrected path to background image, set `max-height` CSS value (removed `height` CSS value) for `.selectandedit-post-list`. 47 45 48 = 1.0 = 46 49 * 01/10/2017: Screenshots to /assets -
select-and-edit/trunk/select-and-edit.css
r1572651 r1580845 8 8 max-height: 140px; 9 9 transition: max-height .2s ease; 10 background-image: url(' assets/cork-background-img.png');10 background-image: url('images/cork-background-img.png'); 11 11 background-size: calc(100% + 12px); 12 12 -webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.75); … … 41 41 border-right: 1px solid #444; 42 42 border-bottom: 1px solid #444; 43 44 43 } 45 44 … … 113 112 display: block; 114 113 overflow: scroll; 115 height: 0em;114 max-height: 0em; 116 115 margin: 0px; 117 116 font-size: 12pt;
Note: See TracChangeset
for help on using the changeset viewer.