rev 2067 -- everything I could find from sections.css, and some satellite files...
(13 files +4 -1, 24kb)
- Removed ability to ask for a topic notification from within places that do NOT show the entirety of the topic... It only makes sense to require someone to at least have a glance at a topic, before they can determine whether it's worth their attention at all... (Profile-View.php, Recent.php, Search2.php, Profile.template.php, Recent.template.php, Search.template.php)
* Push my button. Saved over 500 bytes from the final CSS filesize... Not bad, I guess..? (blank-button.png, warn.png, quickbuttons-32bit.png, approve.gif, restore.gif, actions.png, warn.gif, extra.rtl.css, sections.css)
- Reworked the 'in context' button from a new blank-button I quickly cooked up, as well as warn.gif to make it more readable.
- Removed notify.gif button, as it was only used in those places I removed.
- Removed notify_sm.gif, I couldn't for the life of me find a place that uses it. Anyone else, maybe..?
- Split approve and restore buttons out of the button sprite, as they're very, very unlikely to be ever seen, even by an admin...
! Better alignment for plugin icons in admin menu. (mana.css)
! Fixed top left margin in thought threads. (sections.css)
- Removed flex use from topic posts. You can still use @if can_flex in your CSS to provide a fallback for non-flex supporting browsers, but I'd advise against using nested flexboxes, as they're VERY, VERY buggy, and even browser authors recognize it... So, basically, doing rowspans and colspans in flex..? Not a very good idea of mine. The only ways to do that, are table tags, or the grid layout from IE10, which I'll try and implement, once it's available in Chrome, and perhaps in Firefox... But I wouldn't hold my breath. Sob. Also, upped the minimum versions of Chrome and Firefox to support flex, as earlier versions are even buggier... See the pattern, eh..? And finally, restored support for Opera 12.1+, as in the end, it's not buggier than other browsers, it just is... differently buggy, I guess... (Class-CSS.php, sections.css)