Sha256: 94d407889e5589c4496363459b38235447962061bd4a2d916fca7a309a3fb65a

Contents?: true

Size: 1.79 KB

Versions: 2

Compression:

Stored size: 1.79 KB

Contents

/* tab bar */
.tab_label {
  position: absolute;
  top: 0; left: 0; right: 0; height: 24px;
  cursor: pointer;
}

/* set left and width manually */
.tab_label .item_fg,
.tab_label .item_bg {
  position: absolute;
  top: 0; height: 24px;
  background-repeat: repeat-x;
}
.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: 0; left: 0; right: 0; height: 24px;
  background-position: 0 -96px;
  background-repeat: repeat-x;
}

.tab_label .edge_left {
  position: absolute;
  top: 0; left: 0; width: 12px; height: 24px;
  background-position: 0 0;
}
.tab_label .item_bg .edge_left {
  background-position: -24px 0;
}

.tab_label .edge_right {
  position: absolute;
  top: 0; right: 0; width: 9px; height: 24px;
  background-position: -12px 0;
}
.tab_label .item_bg .edge_right {
  background-position: -36px 0;
}

.tab_label .tablabel {
  position: absolute;
  top: 0; left: 12px; right: 9px; height: 24px;
  background-position: 0 -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: Helvetica, Arial, sans-serif;
  font-size: 12px; font-weight: bold;
  color: #333;
}
.tab_label .item_bg .tablabel {
  background-position: 0 -48px;
  color: #666;
}

.tab_bg {
  position: absolute;
  top: 24px; left: 0; right: 0; bottom: 0;
  border-radius: 0 0 3px 3px;
  background-image: #{this.getCssFilePath('tab_border_pattern.png')};
}
.tab_fg {
  position: absolute;
  top: 0; left: 1px; right: 1px; bottom: 1px;
  border-radius: 0 0 3px 3px;
  background-image: #{this.getCssFilePath('tab_bg_color.png')};
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rsence-pre-3.0.0.9 client/js/controls/tab/themes/default/tab.css
rsence-pre-3.0.0.8 client/js/controls/tab/themes/default/tab.css