Changeset 25404 in main
- Timestamp:
- 06/22/22 15:41:14 (6 days ago)
- Location:
- branches/3.0.1/ibisph-view/src/main/webapp
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0.1/ibisph-view/src/main/webapp/css/_print.css
r22244 r25404 83 83 84 84 .OffPage, 85 .NavigationPathSocialMedia, 85 86 #banner, 86 87 #siteSearch, 87 88 #siteNavigation, 88 #contextNavigation,89 89 #footer, 90 90 nav … … 133 133 #printPageFooter 134 134 { 135 /* have to leave off due to IE not being able to display correctly.136 137 If this block is turned off then on and it's next to either before or after138 the the page footer it always shows up at the top of the 2nd page. Even if139 the html is located outside the main container just before end of body!!!140 141 Also thought it might be the css below, the ID, or even the content all tested142 and nothing made an difference. Only thing that did is if moved away from143 the bottom of the page.144 145 135 display: block; 146 */ 147 width: 90%; 148 margin-top: 8pt; 149 margin-left: 5%; 150 font-size: 8pt; 136 margin-top: 16pt; 137 font-size: 12pt; 151 138 text-align: center; 152 139 } -
branches/3.0.1/ibisph-view/src/main/webapp/xslt/html/query/module/builder/Builder.xslt
r24695 r25404 118 118 the data will be processed and the result page will 119 119 be presented. From the result page you can return 120 to this page and refine any data filtering criteria120 to this page and refine any data filtering criteria 121 121 and data grouping selections. 122 122 </xsl:param>
Note: See TracChangeset
for help on using the changeset viewer.