Originally reported by @eosrei:

I recently updated modules and the classes have changed in the most recent release. They are incorrect. The 'moscone-footer' classes have changed to 'moscone-header'.

Priority to Major, because as far as this module goes, this is just about as bad as it can get: Site designs can be broken on upgrade.

http://drupalcode.org/project/panopoly_theme.git/blobdiff/a2424825f4514d...

-  <div class="moscone-container moscone-footer clearfix panel-panel">
-    <div class="moscone-container-inner moscone-footer-inner panel-panel-inner">
+  <div class="moscone-container moscone-header clearfix panel-panel row-fluid">
+    <div class="moscone-container-inner moscone-header-inner panel-panel-inner span12">

Problem occurs in moscone-flipped.tpl.php and moscone.tpl.php. Maybe elsewhere.

CommentFileSizeAuthor
#1 issue-2228095.patch1.36 KBdsnopek
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek’s picture

Issue summary: View changes
FileSize
1.36 KB

Attached patch is by @lsolesen.

dsnopek’s picture

Status: Active » Needs review

  • Commit 20ed6ef on 7.x-1.x by dsnopek:
    Update Panopoly Theme for #2228095: Classes wrong on "moscone" layouts.
    
dsnopek’s picture

Status: Needs review » Fixed

Looks good! Thanks, @lsolesen. :-)

Status: Fixed » Closed (fixed)

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