plugins/gallery/browser.css
author Dan
Sun, 21 Oct 2007 02:19:40 -0400
changeset 11 3c4304fae21e
parent 0 7caf561c50ee
child 13 f6ca7cead82c
permissions -rw-r--r--
Updated browser and viewimage to use the breadcrumbs css class in enano-shared; this breaks 1.0 compatibility

/*
 * 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;
}

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

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