plugins/gallery/browser.css
author Dan
Wed, 21 Nov 2007 15:22:13 -0500
changeset 13 f6ca7cead82c
parent 0 7caf561c50ee
child 18 c1c398349651
permissions -rw-r--r--
Updated with support for Enano's new search API

/*
 * CSS for gallery browser
 */

div.gallery_icon {
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 4px;
  width: 80px;
  white-space: nowrap;
}

div.gallery_icon:hover {
  border-color: #CCCCCC;
}

div.gallery_icon img.gallery_thumb {
  display: block;
  border-width: 0;
  margin: auto auto 6px auto;
}

ul.snapr-gallery {
  list-style-type: none !important;
  list-style-image: none !important;
  margin-left: 0;
  padding-left: 0;
}

ul.snapr-gallery li.snapr-icon {
  float: left;
  list-style-type: none !important;
  list-style-image: none !important;
  width: 80px;
  margin-right: 15px;
}

a.snapr-imagelink {
  display: block;
  height: 80px;
  vertical-align: middle;
}