Sha256: c4533622743965ce6809cebb0adbaf99069d2c6c917495070f06c00da362ce30

Contents?: true

Size: 1.09 KB

Versions: 42

Compression:

Stored size: 1.09 KB

Contents

.bsmContainer {
  /* container that surrounds entire bsmSelect widget */
}

.bsmSelect {
  /* the newly created regular 'select' */
  display: inline;
}

.bsmOptionDisabled {
  /* disabled options in new select */
  color: #999;
}

.bsmHighlight {
  /* the highlight span */
  float: right;
  padding: 0;
  margin: 0 0 0 1em;
}

.bsmList {
  /* html list that contains selected items */
  margin: 0.25em 0 1em 0;
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;
}

.bsmListItem {
  /* li item from the html list above */
  position: relative;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: #ddd;
  border: 1px solid #bbb;
  width: 100%;
  margin: 0 0 -1px 0;
  line-height: 1em;
}

.bsmListItem:hover {
  background-color: #e5e5e5;
}

.bsmListItemLabel {
  /* this is a span that surrounds the text in the item, except for the remove link */
  padding: 5px;
  display: block;
}

.bsmListSortable .bsmListItemLabel {
  cursor: move;
}

.bsmListItemRemove {
  /* the remove link in each list item */
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
}

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
spiderfw-1.0.1 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-1.0.0 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.39 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.38 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.37 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.35 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.34 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.33 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.32 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.31 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.30 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.29 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.28 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.27 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.26 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.26.pre1 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.25 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.24 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.23 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
spiderfw-0.6.22 apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css