• Resolved Precision Boilers

    (@precisionboilers)


    Not only are the folder contents showing at the very bottom of the library (a fact my users HATE), but the file descriptions appear “cramped” for lack of a better description. I know that you said the display would be changing soon, but something just isn’t quite right. Could it be related to my theme? Can it be fixed?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bhaldie

    (@bhaldie)

    As stated before, folder are going through a change and will be updated again soon.

    As for your table column sizes you can add this css to your theme stylesheet that will allow you to control the widths:

    
    #mdocs-list-table #batch { width: 1%;  }
    #mdocs-list-table  { background: #fff; }
    #mdocs-list-table .mdocs-sort-option, .mdocs-folders { cursor: pointer; }
    #mdocs-list-table .mdocs-file-checkbox { width: 1%; }
    #mdocs-list-table .mdocs-title { width: 15%; }
    #mdocs-list-table .mdocs-description { width: 30%;}
    #mdocs-list-table .mdocs-description p { margin: 0; }
    #mdocs-list-table .mdocs-downloads { width: 12%; }
    #mdocs-list-table .mdocs-version { width: 9%; }
    #mdocs-list-table .mdocs-owner { width: 9%; }
    #mdocs-list-table .mdocs-real-author { width: 9%; }
    #mdocs-list-table .mdocs-modified { width: 15%; }
    #mdocs-list-table .mdocs-rating { width: 10%; }
    #mdocs-list-table .mdocs-download { width: 12%; }
    #mdocs-list-table .mdocs-file-size { width: 10%; }
    
    Thread Starter Precision Boilers

    (@precisionboilers)

    Thanks so much for the help. Don’t get me wrong all in all mdocs is an awesome plugin that we rely on. Thanks for all of your hard work.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display is Wierd’ is closed to new replies.