Changeset 2578331
- Timestamp:
- 08/04/2021 07:31:41 PM (5 years ago)
- Location:
- wayfinder
- Files:
-
- 7 added
- 4 edited
-
assets/ icon-256x256.png (modified) (previous)
-
assets/icon.svg (modified) (1 diff)
-
assets/screenshot-3.png (added)
-
tags/1.0.4 (added)
-
tags/1.0.4/css (added)
-
tags/1.0.4/css/editor-style.css (added)
-
tags/1.0.4/index.php (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/wayfinder.pot (added)
-
trunk/css/editor-style.css (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wayfinder/assets/icon.svg
r2565392 r2578331 8 8 <path d="M12.5 13.5C12.5 12.9477 12.9477 12.5 13.5 12.5H31.5C32.0523 12.5 32.5 12.9477 32.5 13.5V22H12.5V13.5Z" fill="white"/> 9 9 <path d="M19.3816 18.6377L20.2292 14.4902H21.1791L19.9076 20H18.9918L17.9436 15.9774L16.8727 20H15.9531L14.6816 14.4902H15.6315L16.4867 18.6301L17.5387 14.4902H18.3409L19.3816 18.6377ZM24.7968 18.7172H22.6625L22.2159 20H21.2207L23.302 14.4902H24.161L26.2461 20H25.2471L24.7968 18.7172ZM22.9312 17.9452H24.5281L23.7296 15.6595L22.9312 17.9452ZM28.1041 17.1013L29.3718 14.4902H30.4314L28.5847 17.9717V20H27.6235V17.9717L25.7731 14.4902H26.8364L28.1041 17.1013Z" fill="#007CBA"/> 10 <rect x="48.8372" y="74.7391" width="38.0452" height="4.61154" rx="2.30577" transform="rotate(-45 48.8372 74.7391)" fill="white"/> 11 <rect x="75.7391" y="77.6464" width="37.5452" height="4.11154" rx="2.05577" transform="rotate(-135 75.7391 77.6464)" fill="white" stroke="#007CBA" stroke-width="0.5"/> 10 <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="57" y="54" width="31" height="21"> 11 <rect x="88" y="74.0002" width="31" height="20" transform="rotate(-180 88 74.0002)" fill="#C4C4C4"/> 12 </mask> 13 <g mask="url(#mask0)"> 14 <path d="M86.08 75.1161L77.0726 57.1014L68.543 65.6311M68.543 65.6311L58.9558 75.2185M68.543 65.6311L73.1832 74.8432" stroke="white" stroke-width="3.5"/> 15 </g> 16 <mask id="mask1" mask-type="alpha" maskUnits="userSpaceOnUse" x="40" y="54" width="31" height="20"> 17 <rect x="40" y="54" width="31" height="20" fill="#C4C4C4"/> 18 </mask> 19 <g mask="url(#mask1)"> 20 <path d="M41.92 52.884L50.9274 70.8987L59.457 62.369M59.457 62.369L69.0442 52.7817M59.457 62.369L54.8168 53.157" stroke="white" stroke-width="3.5"/> 21 </g> 12 22 </svg> -
wayfinder/trunk/css/editor-style.css
r2573424 r2578331 5 5 padding: 18px 15px; 6 6 overflow: visible !important; 7 max-width: calc(840px + (15px * 2)); /*increase to account for padding*/8 7 } 9 8 … … 96 95 97 96 /*BLOCK CLASSES*/ 98 .wayfinder-classes *[data- class]:hover:after {97 .wayfinder-classes *[data-title]:hover:after { 99 98 content: attr(class); 100 99 position: absolute; -
wayfinder/trunk/readme.txt
r2573424 r2578331 4 4 Requires at least: 4.7 5 5 Tested up to: 5.7 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 46 46 47 47 1. Wayfinder in action 48 2. Wayfinder settings page 48 2. Wayfinder site-wide settings 49 2. Wayfinder single user settings 49 50 50 51 51 52 == Changelog == 53 54 = 1.0.4 = 55 56 * Added per-user controls on profile page to override site-wide Wayfinder settings. 57 * Fixed bug in .css file. 58 * Update .pot file. 52 59 53 60 = 1.0.3 =
Note: See TracChangeset
for help on using the changeset viewer.