Changeset 13812
- Timestamp:
- 6 Apr 2016, 11:36:23 (9 years ago)
- Location:
- main/ikobacustom.pcn/trunk/layout
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/layout/rules.xml
r12175 r13812 48 48 <replace css:theme-children="ul.ikoba-navbar-right" 49 49 css:content-children="ul.ikoba-navbar-right" /> 50 51 <!-- maintenance mode warning --> 52 <drop css:theme="div.kofa-maintenance" 53 css:if-not-content="div.maintenance-warning" /> 54 <replace css:theme-children="div.maintenance-warning" 55 css:content-children="div.maintenance-warning" /> 50 56 51 57 <!-- breadcrumbs --> -
main/ikobacustom.pcn/trunk/layout/theme.html
r12375 r13812 89 89 90 90 <div class="row"> 91 <div class="col-md-12 container kofa-maintenance"> 92 <div class="well"> 93 <div class="maintenance-warning"> 94 M A I N T E N A N C E M O D E 95 </div> <!-- /maintenance-warning --> 96 </div> <!-- /well --> 97 </div> <!-- /kofa-maintenance --> 98 </div> 99 100 <div class="row"> 91 101 <div class="col-md-12 container ikoba-breadcrumbs-box-long"> 92 102 <div class="well"> … … 114 124 </ol><!-- /ikoba-breadcrumbs --> 115 125 </div> <!-- /well --> 116 </div> <!-- /ikoba-breadcrumbs-box- short-->126 </div> <!-- /ikoba-breadcrumbs-box-long --> 117 127 </div> 118 128 … … 337 347 </div> 338 348 <div>...content that spans the whole page.</div> 349 <br><br> 350 351 <h3>Accordions</h3> 352 <div class="panel-group" id="accordion" role="tablist" 353 aria-multiselectable="true"> 354 <div class="panel panel-default"> 355 <div class="panel-heading" role="tab" id="headingTwo"> 356 <h4 class="panel-title"> 357 <a class="collapsed" data-toggle="collapse" 358 data-parent="#accordion" href="#collapseTwo" 359 aria-expanded="false" aria-controls="collapseTwo"> 360 Collapsible Group 361 </a> 362 </h4> 363 </div> 364 <div id="collapseTwo" class="panel-collapse collapse" 365 role="tabpanel" aria-labelledby="headingTwo"> 366 <div class="panel-body"> 367 Anim pariatur cliche reprehenderit, enim eiusmod high life 368 terry richardson ad squid. 3 wolf moon officia aute, non 369 skateboard dolor brunch. Food truck quinoa laborum eiusmod. 370 </div> 371 </div> 372 </div> 373 </div> 374 339 375 <br><br> 340 376 <h3>A Sample Data Table</h3>
Note: See TracChangeset for help on using the changeset viewer.