فهرست منبع

putting sitenote & usermsg in a panel

Garrick van Buren 12 سال پیش
والد
کامیت
de43116204
1فایلهای تغییر یافته به همراه8 افزوده شده و 3 حذف شده
  1. 8 3
      foreground.skin.php

+ 8 - 3
foreground.skin.php

@@ -105,9 +105,14 @@ class foregroundTemplate extends BaseTemplate {
 		     </section>
 		     </section>
 		</nav>
 		</nav>
 
 
-	<?php if ( $this->data['sitenotice'] ) { ?><div id="siteNotice" class="panel callout radius"><?php $this->html( 'sitenotice' ); ?></div><?php } ?>
-	<?php if ( $this->data['newtalk'] ) { ?><div id="usermessage" class="panel callout radius"><?php $this->html( 'newtalk' ); ?></div><?php } ?>
-	<div id="mw-js-message" style="display:none;"></div>
+		<div class="row">
+				<div class="large-12 columns">
+				<?php if ( $this->data['sitenotice'] ) { ?><div id="siteNotice" class="sitenotice panel radius"><?php $this->html( 'sitenotice' ); ?></div><?php } ?>
+				<?php if ( $this->data['newtalk'] ) { ?><div id="usermessage" class="newtalk panel radius"><?php $this->html( 'newtalk' ); ?></div><?php } ?>
+				</div>
+		</div>
+
+		<div id="mw-js-message" style="display:none;"></div>
 
 
 		<div class="row">
 		<div class="row">
 				<div class="large-12 columns">
 				<div class="large-12 columns">