The new 7.x-3.x UI is based on float divs... but maybe the old table-based UI was better for usability.
Would it be possible to have a two columns table as in 7.x-2.x?

CommentFileSizeAuthor
#1 1995400-1-table-layout.patch2.15 KBcamdarley

Comments

camdarley’s picture

Status: Active » Needs review
StatusFileSize
new2.15 KB
das-peter’s picture

Status: Needs review » Fixed

Sounds like a good idea, thanks! :)
Only thing I could nag about:

+++ b/views/media-browser-plus-views-view-media-browser.tpl.php
@@ -9,21 +9,27 @@
+      <?php if(!empty($folders)) : ?><th width="200">Folders</th><?php endif; ?>
+      <th width="*">Media Files</th>

Use t() for static translatable strings.

I've adjusted that on the fly and committed the change.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.