Changeset 22702 in main
- Timestamp:
- 03/12/21 19:09:16 (5 weeks ago)
- Location:
- trunk/ibisph-view/src/main/webapp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/css/Popup.css
r22639 r22702 225 225 #content .Popup > input:first-child:checked ~ .Container section 226 226 { 227 margin-top: 5px;227 margin-top: 5px; 228 228 } 229 229 … … 231 231 .Popup.Below > input:first-child:checked ~ .Container 232 232 { 233 left: 25px;234 bottom: 30px;233 left: -10px; 234 top: 50px; 235 235 } 236 236 .Popup.Below > input:first-child ~ label.Button 237 {238 margin-top: 0.5em;239 width: 310px;240 }241 .Popup.Below:first-of-type > input:first-child ~ label.Button242 {243 margin-top: 0.1em;244 }245 246 247 .Popup.Above248 {249 display: inline-block;250 }251 252 .Popup.Above > input:first-child:checked ~ .Container253 {254 left: 25px;255 bottom: 30px;256 }257 258 .Popup.Above > input:first-child ~ label.Button259 237 { 260 238 margin-top: 0.5em; 261 239 width: 310px; 262 240 } 241 .Popup.Below:first-of-type > input:first-child ~ label.Button 242 { 243 margin-top: 0.1em; 244 } 245 246 247 .Popup.Above 248 { 249 display: inline-block; 250 } 251 252 .Popup.Above > input:first-child:checked ~ .Container 253 { 254 left: -10px; 255 bottom: 35px; 256 } 257 258 .Popup.Above > input:first-child ~ label.Button 259 { 260 margin-top: 0.5em; 261 width: 310px; 262 } 263 263 .Popup.Above:first-of-type > input:first-child ~ label.Button 264 264 { -
trunk/ibisph-view/src/main/webapp/css/_kendo_overrides.css
r22696 r22702 160 160 .km-filter-form 161 161 { 162 margin : var(--block-spacing) 0 var(--block-spacing) var(--block-spacing);162 margin-bottom: calc(2 * var(--block-spacing)); 163 163 padding: var(--block-spacing); 164 164 background-color: #eee; -
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/index/data_source/Page.xslt
r20583 r22702 46 46 <xsl:variable name="usedDataSources" select="$Page.dataSources/DATA_SOURCE[NAME = $Page.publishedIndicators/DATASETS/DATASET/DATA_SOURCE_USAGES/DATA_SOURCE_USAGE[(USAGE = 'numerator')]/NAME]"/> 47 47 48 <nav id="jumpToLinks" class="JumpToLinks"> 49 <label for="jumpToSelections">Jump to Data Source:</label> 50 <select id="jumpToSelections" onchange="jumpToSelection()"> 48 <nav id="jumpToLinks" class="JumpToLinks" style="margin-top: 32px; background-color: #ebebeb; padding: 16px 16px 0 16px;"> 49 <label for="jumpToSelections" style="padding-right: 0.5em; font-weight: normal; font-size: 1.2em;">Jump to:</label> 50 <select id="jumpToSelections" onchange="jumpToSelection()" style="padding: 7px;"> 51 <option value="" selected="true" disabled="true" hidden="true">-Choose One-</option> 52 51 53 <xsl:for-each select="$usedDataSources"> 52 54 <xsl:sort select="SORT_ORDER"/> -
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/index/org_unit/Page.xslt
r21418 r22702 46 46 <xsl:variable name="usedOrgUnits" select="$Page.orgUnits/ORG_UNIT[NAME = $Page.publishedIndicators/ORG_UNIT_NAME]"/> 47 47 48 <nav id="jumpToLinks" class="JumpToLinks"> 49 <label for="jumpToSelections">Jump to Authoring Program:</label> 50 <select id="jumpToSelections" onchange="jumpToSelection()"> 48 <nav id="jumpToLinks" class="JumpToLinks" style="margin-top: 32px; background-color: #ebebeb; padding: 16px 16px 0 16px;"> 49 <label for="jumpToSelections" style="padding-right: 0.5em; font-weight: normal; font-size: 1.2em;">Jump to:</label> 50 <select id="jumpToSelections" onchange="jumpToSelection()" style="padding: 7px;"> 51 <option value="" selected="true" disabled="true" hidden="true">-Choose One-</option> 51 52 <xsl:for-each select="$usedOrgUnits"> 52 53 <xsl:sort select="SORT_ORDER"/>
Note: See TracChangeset
for help on using the changeset viewer.