<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveWideWidth) {
.addheaderkd {
float: right; padding-top:0px; clear: right;
}
}
@media (max-width:@maxResponsiveMediumWidth) {
.addheaderkd {
display:none
}
}
@media (max-width:@maxResponsiveNarrowWidth) {
.addheaderkd {
display:none
}
}
</xen:if>
<div style="float: right; padding-top:10px; height: 26px; width: 2px;"></div>
<div id="addheaderkd"><img src="/header_graphic.png">
</div>