/*
 * Facebook Unhide Comment Moderation Menu
 * by Matt Busse
 * http://mattbusse.com
 * Version: 1.0
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("https://developers.facebook.com/"),
url-prefix("http://developers.facebook.com/") {
 
  /* hide the main 'moderate' link */
  .fbModerateDropdownLink {
    display:none !important;
  }
  
  /* change from a dropdown to a row of links */
  
  .fbModerationDropdownList {
    background-color:transparent !important;
    border:0 !important;
    clear:both !important;
    display:inline !important;
    float:left;
    margin:7px 0 !important;
    padding:0 !important;
    position:relative !important;
    width:550px !important;
  }
  
  .fbModerationDropdownListItem {
    border:0 !important;
    float:left;
    margin:0 15px 0 0 !important;
    padding:0 !important;
    position:relative !important;
    top:1px !important;
  }
  
  /* make the approve/ban links bold... */
  
  .fbSwitchPrivacy {
    font-weight:bold;
  }
  
  /* ... but not the boost link */
  .blacklistLink {
    font-weight:normal !important;
  }
}