/**
 * @author Brian Sage
 * 
 * @license You no can haz.
 * 
 */

 
/*
 * Show Multiplus Revisions features
 */
.multiplusplugin_revisions {
  display: block !important;
}

#cms_wysiwyg_form .page_revisions_button {}
#cms_wysiwyg_form .page_revisions_button:after {
  content: " ";
  display: block;
  float: right;
  height: 10px;
  width: 10px;
  margin: 0 -4px 0 0;
  background: transparent url(../../../wp-content/mu-plugins/multiplus/images/menuarrow_up.png) no-repeat right bottom;
}
#cms_wysiwyg_form .page_revisions_menu {
  display: none;
  padding: 0 0 6px;
  position: fixed;
  bottom: 26px;
  right: -1px;
  opacity: 1;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

  #cms_wysiwyg_form .page_revisions_list {
    max-height: 360px;
    overflow: auto;
  }
  
  #cms_wysiwyg_form .page_revisions_menu table {
    border: 0;
    border-spacing: 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
    #cms_wysiwyg_form .page_revisions_menu table col.multiplus_revisions_date {
      width: 150px;
    }
    #cms_wysiwyg_form .page_revisions_menu table col.multiplus_revisions_meta {
      width: 60px;
    }
    #cms_wysiwyg_form .page_revisions_menu table col.multiplus_revisions_author,
    #cms_wysiwyg_form .page_revisions_menu table col.multiplus_revisions_options {
      width: 80px
    }
    #cms_wysiwyg_form .page_revisions_menu table tbody {
      width: 100%;
      vertical-align: middle;
    }
      #cms_wysiwyg_form .page_revisions_menu table thead {
        display: table-header-group;
      }
      #cms_wysiwyg_form .page_revisions_menu table thead tr {
      }
      #cms_wysiwyg_form .page_revisions_menu table tr th,
      #cms_wysiwyg_form .page_revisions_menu table tr td,
      #cms_wysiwyg_form .page_revisions_menu table thead tr th,
      #cms_wysiwyg_form .page_revisions_menu table thead tr td,
      #cms_wysiwyg_form .page_revisions_menu table tfoot tr th,
      #cms_wysiwyg_form .page_revisions_menu table tfoot tr td,
      #cms_wysiwyg_form .page_revisions_menu table tbody tr th,
      #cms_wysiwyg_form .page_revisions_menu table tbody tr td {
        margin: 0;
        padding: 4px;

        color: #444;
        font-size: 10px;
        line-height: 12px;
        text-align: left;
        font-weight: normal;
        white-space: nowrap;
        font-family: "Lucida Gande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        
        border: none;
      }
      #cms_wysiwyg_form .page_revisions_menu table thead th {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #999;
        color: #222;
        font-weight: bold;
        text-shadow: 0 1px 0 #eee;
        background: #ddd;
      }
      #cms_wysiwyg_form .page_revisions_menu table thead tr th:first-child {
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
      }
      #cms_wysiwyg_form .page_revisions_menu table thead tr th:last-child {
        -moz-border-radius-topright: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
      }
      #cms_wysiwyg_form .page_revisions_menu table thead tr td {
        background: #eee;
        border-bottom: 1px solid #ddd;
      }
        #cms_wysiwyg_form .page_revisions_menu table thead tr td em {
          display: block;
          text-align: right;
          color: #666;
          font-weight: normal;
          font-style: normal;
          text-shadow: 0 1px 0 #eee;
        }
      #cms_wysiwyg_form .page_revisions_menu table tr td a {
        display: inline-block;
        white-space: nowrap;
        min-width: 0;
        width: auto;
      }










