Sha256: ad69a51bf47a4b195396e8017c88f653919d59bb38c9282035a30c0657fd6fa3
Contents?: true
Size: 1.84 KB
Versions: 13
Compression:
Stored size: 1.84 KB
Contents
/* tab bar */ .tab_label { position: absolute; top: 0px; left: 0px right: 0px; height: 24px; cursor: pointer; } /* set left and width manually */ .tab_label .item_fg, .tab_label .item_bg { position: absolute; top: 0px; height: 24px; background-repeat: repeat-x; } .tab_label, .tab_label .edge_left, .tab_label .edge_right, .tab_label .tablabel, .tab_label_fill_bg { background-repeat: no-repeat; background-image: #{this.getCssFilePath('tab_parts1.png')}; } .tab_label_fill_bg { position: absolute; top: 0px; left: 0px; right: 0px; height: 24px; background-position: 0px -96px; background-repeat: repeat-x; } .tab_label .edge_left { position: absolute; top: 0px; left: 0px; width: 12px; height: 24px; background-position: 0px 0px; } .tab_label .item_bg .edge_left { background-position: -24px 0px; } .tab_label .edge_right { position: absolute; top: 0px; right: 0px; width: 9px; height: 24px; background-position: -12px 0px; } .tab_label .item_bg .edge_right { background-position: -36px 0px; } .tab_label .tablabel { position: absolute; top: 0px; left: 12px; right: 9px; height: 24px; background-position: 0px -24px; background-repeat: repeat-x; vertical-align: middle; text-align: center; color: #000; line-height: 26px; overflow: hidden; text-align: center; vertical-align: middle; font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: #333; } .tab_label .item_bg .tablabel { background-position: 0px -48px; color: #666; } .tab_bg { position: absolute; top: 24px; left: 0px; right: 0px; bottom: 0px; border-radius: 0 0 3px 3px; background-image: #{this.getCssFilePath('tab_border_pattern.png')}; } .tab_fg { position: absolute; top: 0px; left: 1px; right: 1px; bottom: 1px; border-radius: 0 0 3px 3px; background-image: #{this.getCssFilePath('tab_bg_color.png')}; }
Version data entries
13 entries across 13 versions & 1 rubygems