Changeset 3380041
- Timestamp:
- 10/17/2025 11:05:49 AM (5 months ago)
- Location:
- accessibility-assistant/trunk
- Files:
-
- 3 edited
-
accessibility_assistant.php (modified) (1 diff)
-
assets/stylesheet.css (modified) (12 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
accessibility-assistant/trunk/accessibility_assistant.php
r3380035 r3380041 5 5 Description: ADA, EAA, AODA & WCAG Compliance Widget for Website Accessibility 6 6 Author: CartCoder 7 Version: 3.0. 57 Version: 3.0.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
accessibility-assistant/trunk/assets/stylesheet.css
r3374312 r3380041 21 21 display: flex; 22 22 align-items: center; 23 } 24 25 .ada-cc-setting .ada-cc-logo .ada-cc-name { 23 justify-content: space-between; 24 } 25 26 /* .ada-cc-setting .ada-cc-logo .ada-cc-name { 26 27 margin-left: 20px; 27 } 28 } */ 28 29 29 30 .ada-cc-setting .ada-cc-logo .ada-cc-name p { … … 41 42 height: auto; 42 43 width: 100%; 43 margin-top: 10px;44 44 display: flex; 45 45 align-items: center; 46 46 justify-content: space-between; 47 flex-wrap: wrap;48 column-gap: 30px;49 47 } 50 48 … … 240 238 align-items: center; 241 239 gap: 10px; 240 max-width: max-content; 242 241 } 243 242 … … 729 728 } 730 729 731 .ada-cc-price-plan .ada-cc-logo .ada-cc-name {730 /* .ada-cc-price-plan .ada-cc-logo .ada-cc-name { 732 731 margin-left: 20px; 733 } 732 } */ 734 733 735 734 .ada-cc-price-plan .ada-cc-logo .ada-cc-name .ada-cc-text { … … 3050 3049 } 3051 3050 3052 .ada-cc-languages .save-ranking-btn { 3051 .ada-cc-languages .save-ranking-btn, 3052 .usage-guide-btn-link { 3053 3053 font-size: 16px; 3054 3054 font-weight: 600; … … 3400 3400 } 3401 3401 3402 .ada-cc-logo .ada-cc-name {3402 /* .ada-cc-logo .ada-cc-name { 3403 3403 margin-left: 20px; 3404 } 3404 } */ 3405 3405 3406 3406 .ada-cc-logo .ada-cc-name .ada-cc-text { … … 5062 5062 .ada-cc-usage-guide .design-description.active { 5063 5063 display: flex; 5064 overflow: auto; 5064 5065 } 5065 5066 … … 5243 5244 right: 110%; 5244 5245 left: unset; 5245 width: 1 80px;5246 width: 141px; 5246 5247 top: 50% !important; 5247 5248 max-width: max-content; … … 5267 5268 5268 5269 5269 .chkbox-tooltip { 5270 .chkbox-tooltip, 5271 .select-tooltip, 5272 .progress-tooltip, 5273 .colortxt-tooltip, 5274 .widget-icon-tooltip { 5270 5275 width: auto; 5271 5276 max-width: 100%; … … 5910 5915 width: fit-content; 5911 5916 margin: 10px auto 0px; 5912 padding: 14px 20px;5917 padding: 6px 20px; 5913 5918 border-radius: 6px; 5914 5919 font-size: 16px; … … 6331 6336 } 6332 6337 6333 .ada-cc-usage-guide .accordion .chkbox-tooltip {6338 .ada-cc-usage-guide .accordion .chkbox-tooltip { 6334 6339 display: none; 6335 6340 } … … 6348 6353 border-radius: .25rem; 6349 6354 } 6355 6356 /* .no-access-allowed.no-pointer-allowed{ 6357 pointer-events: none; 6358 } */ 6359 6360 .no-access-allowed .progress-container .pointer, 6361 .choose-widget-icon.disabled .widget-icon-preview-container, 6362 .ada-cc-usage-guide .progress-container { 6363 pointer-events: none; 6364 cursor: not-allowed; 6365 } 6366 6367 .ada-cc-colorschema-main .inputtxt-tooltip, 6368 .ada-cc-colorschema-main .colortxt-tooltip, 6369 .ada-cc-widgeticon-main .widget-icon-tooltip { 6370 top: 80px; 6371 } 6372 6373 .ada-cc-edit-langauges .ada-cc-edit-inner-main .inputtxt-tooltip { 6374 top: unset; 6375 } 6376 6377 .ada-cc-plan-specific-msg { 6378 display: flex; 6379 justify-content: space-between; 6380 align-items: center; 6381 gap: 10px; 6382 } 6383 6384 .ada-cc-plan-specific-msg .plan-specific-message { 6385 margin-top: 0px; 6386 font-size: 14px; 6387 } 6388 6389 .ada-cc-plan-specific-msg { 6390 margin-top: 10px; 6391 } 6392 6393 .usage-guide-btn-link-main a { 6394 color: #fff; 6395 } 6396 6397 .usage-guide-btn-link-main a:hover { 6398 color: #ffffff; 6399 text-decoration: none; 6400 } 6401 6402 @media (max-width: 768px) { 6403 6404 .ada-cc-setting .ada-cc-logo, 6405 .ada-cc-plan-specific-msg { 6406 flex-wrap: wrap; 6407 } 6408 6409 .ada-cc-setting .usage-guide-btn-link-main { 6410 margin-top: 12px; 6411 } 6412 6413 .ada-cc-setting .usage-guide-btn-link-main .usage-guide-btn-link { 6414 font-size: 14px; 6415 } 6416 6417 /* .ada-cc-searchmain .ada-cc-right{ 6418 justify-content: flex-start; 6419 } */ 6420 } -
accessibility-assistant/trunk/readme.txt
r3380035 r3380041 305 305 * Added usage guide link 306 306 307 = 3.0.6 = 308 *Updated style 309 307 310 **Explore More Accessibility Options:** 308 311 [Accessibility Assistant Website](https://accessibilityassistant.com/)
Note: See TracChangeset
for help on using the changeset viewer.