Sha256: b4ebc20164127a165bbabf9ae75fd3d18a8e832e1ddd53731beabd8c7871dddc
Contents?: true
Size: 644 Bytes
Versions: 6
Compression:
Stored size: 644 Bytes
Contents
<div class="button_control" id="control]I["> <div class="button_bg" id="bg]I[" #{BROWSER_TYPE.ie9?'style="filter:none;"':''}></div> <div class="button_label" id="label]I[">#{this.label}</div> </div> ${#!coffee @labelPadding = 12 @themeStyle = -> _labelHeight = (@rect.height-4)+'px' _fontSize = Math.floor(@rect.height*0.5)+'px' for [_key,_value] in [ ['height',_labelHeight], ['lineHeight',_labelHeight], ['fontSize',_fontSize] ] @setStyleOfPart('label',_key,_value) unless @options.style? and @options.style[_key]? _radius = Math.floor(@rect.height / 6)+'px' @setStyleOfPart('bg','borderRadius',_radius) }
Version data entries
6 entries across 6 versions & 1 rubygems