Changeset 22721 in main
- Timestamp:
- 03/18/21 00:44:39 (4 weeks ago)
- Location:
- adopters/nm-epht/trunk/src/main/webapps/nmepht-view
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm-epht/trunk/src/main/webapps/nmepht-view/css/_SiteSpecific-Topic.css
r22708 r22721 240 240 margin-left: var(--block-spacing); 241 241 } 242 .Topic #content nav #moreData #relatedTopics div, 243 .Topic #content nav #moreData .Content div 244 { 245 margin-top: 12px; 246 } 247 .Topic #content nav #moreData #relatedTopics div 248 { 249 color: white; 250 } 242 251 243 252 .Topic #content nav #moreData > div img … … 302 311 padding: 1rem; 303 312 } 313 314 315 316 317 318 .Topic #content nav #moreData .Popup .Container .Content h3 319 { 320 margin: 10px 0 0 0; 321 font-size: 1.25em; 322 } 323 .Topic .Popup .Container .Content h4 324 { 325 font-size: 1em; 326 } 327 328 .Topic .Popup .Container .Content ul 329 { 330 list-style: none; 331 padding-left: calc(1.5 * var(--block-spacing)); 332 } 333 .Topic .Popup .Container .Content ul li 334 { 335 position: relative; 336 } 337 338 .Topic .Popup .Container .Content ul a::before 339 { 340 position: absolute; 341 left: -20px; 342 top: 0px; 343 background-color: #ddd; 344 width: 16px; 345 line-height: 16px; 346 content: "\e308"; 347 font-family: "WebComponentsIcons"; 348 font-style: normal; 349 font-variant: normal; 350 font-weight: normal; 351 font-size: 16px; 352 cursor: inherit; 353 speak: none; 354 text-transform: none; 355 text-decoration: none; 356 text-align: center; 357 358 border: 1px solid var(--health-color); 359 content: "\e124"; 360 transform: rotate(-90deg); 361 } 362 304 363 /*============================ End of Style Sheet ============================*/ 305 364 -
adopters/nm-epht/trunk/src/main/webapps/nmepht-view/xslt/html/topic/SiteSpecific.xslt
r22713 r22721 97 97 </xsl:call-template> 98 98 </xsl:variable> 99 <xsl:if test="0 = count($selections//SELECTION)">< br/><br/><div class="Bold">Sorry, No Selections Available</div></xsl:if>99 <xsl:if test="0 = count($selections//SELECTION)"><div>--No Selections Available--</div></xsl:if> 100 100 <xsl:if test="0 != count($selections//SELECTION)"> 101 101 <xsl:call-template name="SelectionsList.processSelections">
Note: See TracChangeset
for help on using the changeset viewer.