/* Styling of sections and toggling moved from beta_common.css in Change-Id: I683d029d09340a460b02016c5c4fbd6ada5a9b35 */ .section_heading button { display: none; /* for non-js browsers */ overflow: hidden; width: 27px; border: none; text-indent: -999px; float: right; cursor: pointer; opacity: 0.5; cursor: pointer; } .page-loading .section { opacity: 0.2; } .page-loading.togglingEnabled .section { opacity: 1; } .page-loading.togglingEnabled .section_heading button { display: none; } .togglingEnabled .section_heading { &#section_0 { button { background-position: right bottom; } } button { display: inline-block; background: none; background-repeat: no-repeat; background-position: right center; -webkit-background-size: auto 9px; background-size: auto 9px; } } .togglingEnabled .section_heading.openSection button { background-image: url(images/hide.png); } .togglingEnabled .section_heading button { background-image: url(images/show.png); } .openSection button { opacity: 1; } .beta .section_anchors, .togglingEnabled .section_anchors { display: none; } .content_block { width: 100%; // bug 41401 - without this content doesn't always take up whole width } .togglingEnabled .content_block { position: relative; overflow: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0); /* fix for Bug 36196 */ } .togglingEnabled #footer .content_block, .togglingEnabled .content_block:last-child { border-bottom: none; } .togglingEnabled .openSection.section_anchors { display: block; margin-bottom: 5px; } .togglingEnabled .openSection.content_block { -webkit-tap-highlight-color: normal; /* fix for Bug 36196 */ &.loading, &.ajaxError { min-height: 48px; padding-left: 48px; line-height: 48px; background-image: url(images/ajax-loader.gif); background-repeat: no-repeat; background-position: left top; } &.loading { background-image: url(images/ajax-loader.gif); } &.ajaxError { background-image: url(images/warning.png); } } .page-loading .section_anchors, .page-loading .content_block, .togglingEnabled .content_block { display: none; &.openSection { display: block; } } .togglingEnabled .openSection.content_block { display: block; } .section_anchors a { display: block; } .section_anchor { height: 1px; width: 1px; } #content_wrapper .section { clear: both; border-bottom: solid 1px #E2E3E4; }