Line 19: | Line 19: | ||
− | . | + | .ti_section_content { |
background: #f2f2f2; | background: #f2f2f2; | ||
border-top: 1px solid #d3d3d3; | border-top: 1px solid #d3d3d3; | ||
border-left: 1px solid #d3d3d3; | border-left: 1px solid #d3d3d3; | ||
border-bottom: 1px solid #d3d3d3; | border-bottom: 1px solid #d3d3d3; | ||
+ | } | ||
+ | |||
+ | |||
+ | .ti_twoColumns { | ||
+ | width:48%; | ||
+ | float:left; | ||
+ | border-right:1px solid #d3d3d3; | ||
+ | background:#f2f2f2; | ||
} | } | ||
Line 33: | Line 41: | ||
<div class="ti_section_title general">▼ General </div> | <div class="ti_section_title general">▼ General </div> | ||
− | <div class=" | + | <div class="ti_section_content"> |
− | <div | + | <div class="ti_twoColumns"> |
<h3> Topic 1 </h3> | <h3> Topic 1 </h3> | ||
</div> | </div> | ||
− | + | <div class="ti_twoColumns"> | |
− | <div | + | <h3> Topic 2</h3> |
− | <h3> Topic 2 </h3> | + | |
</div> | </div> | ||
− | |||
</div> | </div> | ||
Line 62: | Line 68: | ||
$(".tl_section_content").toggle(); | $(".tl_section_content").toggle(); | ||
− | if ( $('. | + | if ( $('.ti_section_content:visible').length == 0) { |
htmlString = htmlString.replace('▼',' ▶ '); | htmlString = htmlString.replace('▼',' ▶ '); | ||
$(".ti_section_title").html(htmlString); | $(".ti_section_title").html(htmlString); |
Revision as of 18:43, 7 January 2016
▼ General