plugins/nuggie/client/usercp.css
author Dan
Fri, 01 Feb 2008 21:54:00 -0500
changeset 3 a050ff3d4509
permissions -rw-r--r--
Added the post manager. It uses AJAX. And it's pretty. At least a little. And it rips Wordpress.

.nuggie_edit, .nuggie_delete {
  border-width: 0;
  color: #202020;
  background-color: #F0F0F0;
  cursor: pointer;
  background-image: none;
}

.nuggie_edit:hover {
  color: #FFF;
  background-color: #008800;
}

.nuggie_delete:hover {
  color: #FFF;
  background-color: #AA0000;
}

.nuggie_publishbtn {
  cursor: pointer;
}