Changeset 25062 in main
- Timestamp:
- 04/14/22 18:51:28 (5 weeks ago)
- Location:
- adopters/hi/trunk/src/main/webapps/hhdw-view
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/webapps/hhdw-view/css/_SiteSpecific-general.css
r23554 r25062 365 365 366 366 367 368 .k-button, .k-button:visited 369 { 370 margin: 0 7px 0 0; 371 padding: 0.9em 1em 0.65em 1em; 372 border: 2px solid; 373 border-color: #d9674c; 374 background: var(--button-background-color); 375 background-image: radial-gradient(#d9674c, #891141); 376 font-size: .875rem; 377 } 378 379 .k-button:hover 380 { 381 color: white; 382 background-image: radial-gradient(#891141, #451538); 383 cursor: pointer; 384 } 385 367 386 /*============================ End of Style Sheet ============================*/ 368 387 -
adopters/hi/trunk/src/main/webapps/hhdw-view/xslt/html/community/indicators/SiteSpecific.xslt
r23620 r25062 29 29 <xsl:param name="ComparisonValues.stateValue" select="'HI'"/> 30 30 31 <!-- Here's the list if HI wants to control vs dynamic based on the COMMUNITY_FLAG:32 xsl:param name="Page.communityNames" select="'GeoCnty', 'GeoRegion',33 'GeoSarea', 'GeoSchDist', 'RacEthDOH', 'Sex', 'SexualOrientation',34 'Income5Grps'35 "36 -->37 <xsl:param name="Page.communityNames" select="$Page.dimensions/DIMENSION[COMMUNITY_FLAG = 'x']/NAME"/>38 39 31 </xsl:stylesheet> 40 32 <!-- ============================= End of File ============================= -->
Note: See TracChangeset
for help on using the changeset viewer.