[Commit revision 9a253a4]
Author: Nao
Date: Tue, 27 May 2014 12:58:37 +0200
Stats: 4 files changed; +18 (insertions), -51 (deletions)
[Commit revision 99614a1]
Author: Nao
Date: Tue, 27 May 2014 13:45:56 +0200
Stats: 10 files changed; +39 (insertions), -65 (deletions)
Author: Nao
Date: Tue, 27 May 2014 12:58:37 +0200
Stats: 4 files changed; +18 (insertions), -51 (deletions)
- Remove $context['aeva_header'] and associated oddities. It was only there for compatibility with SMF 1.1, and... Well, we're in Wedge. (Aeva-Gallery.php, Aeva-ModCP.php, ManageMedia.template.php, Media.template.php)
- Fixed weird media moderation page layout. (ManageMedia.template.php)
[Commit revision 99614a1]
Author: Nao
Date: Tue, 27 May 2014 13:45:56 +0200
Stats: 10 files changed; +39 (insertions), -65 (deletions)
- Harmonized (some) pagesection divs. They smell a lot like code blocks that weren't being updated by the same people at the same time... (Display.template.php, GenericList.template.php, MessageIndex.template.php, index.template.php, extra.rtl.css index.css, index.member.css, sections.css)
- The go up/go down JS code wasn't being used in topic lists, so I did that and used the opportunity to push more of that code to the JS file. (MessageIndex.template.php, topic.js)
- template_button_strip no longer accepts a $direction but takes a $class directly instead. Makes more sense to me... Just add 'float' to your class name if need be. Also, buttonlist is now right-floated by default. (index.template.php, *.css)
- I need more work to harmonize page sections. To be specific, I'm not thrilled with the whole floating thing, and would rather use some table cells or, better, flexboxes internally. We shall see...