Sha256: 040cef99ba57749c6cf8611a209d8cf86e47aedb72b522375247e0228a413309

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

.mega_menu {
  background: url(/images/mega_menu.png) no-repeat center;
  cursor: pointer;
  padding-left: 30px;
}

.mega_menu_links {
  background: #ffc;
  border: 1px solid #eea;
  display: none;
  padding: 0.5em;
  position: absolute;
  z-index: 1;
}

.mega_menu_links a:link, a:visited {
  color: blue;
  text-decoration: none;
}

.mega_menu_links a:hover {
  color: green;
}

.link_hover {
  display: block;
}

.pop_up_hover {
  display: block;
  border: 1px solid #cca;
}

.sortable, .sortable ol {
  list-style-type: none;
  margin: 0 0 0 25px;
  padding: 0;
}

.sortable {
  margin: 0;
}

.sortable li {
  margin: 7px 0 0 0;
  padding: 0;
  position: relative;
}

.sortable .handle  {
  cursor: move;
  display: inline;
  margin: 0;
}

.placeholder {
  background-color: #cfcfcf;
}

.ui-nestedSortable-error {
  background: #fbe3e4;
  color: #8a1f11;
}

.toggle {
  cursor: pointer;
  padding-right: 1em;
}

#menu span.open {
  background: url(/images/folder_open.png) no-repeat center;
}

#menu span.closed {
  background: url(/images/folder_closed.png) no-repeat center;
}

a.lineage {
  background: url(/images/folder_closed.png) no-repeat left;
  padding-left: 9px;
  padding-right: 5px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sortable_nested_set-0.2.2 public/stylesheets/sortable_nested_set.css