plugins/gallery/browser.css
author Dan
Wed, 25 Jul 2007 16:36:26 -0400
changeset 0 7caf561c50ee
child 13 f6ca7cead82c
permissions -rw-r--r--
Initial population; browser, viewer, uploader, and security are working

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