summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/base.css2
-rw-r--r--smartyplugins/function.textarea.php2
-rw-r--r--templates/admin_layout.tpl13
-rw-r--r--templates/admin_layout_overview.tpl2
4 files changed, 11 insertions, 8 deletions
diff --git a/css/base.css b/css/base.css
index 736f535..f940646 100644
--- a/css/base.css
+++ b/css/base.css
@@ -83,7 +83,7 @@ html[dir='rtl'] ul.toc ul {margin-right:1em;}
.header {margin-bottom:10px;}
.date,
-small,.small {color:#999; font-size:85%}
+small,.small {color:#666666; font-size:85%}
.sitenotice {text-align:center;font-weight:bold;padding-bottom:10px;}
.data { width:100%; }
diff --git a/smartyplugins/function.textarea.php b/smartyplugins/function.textarea.php
index f9a5553..ad80550 100644
--- a/smartyplugins/function.textarea.php
+++ b/smartyplugins/function.textarea.php
@@ -25,7 +25,7 @@ function smarty_function_textarea( $pParams, &$pSmarty ) {
$gBitSystem->isFeatureActive( 'content_force_allow_html' )))
&& empty( $pParams['nowysiwyg'] )
) {
- $class = 'wysiwyg';
+ $class .= 'wysiwyg';
}
if (empty($pParams['rows'])) {
$pParams['rows'] = (empty($_COOKIE['rows']) ? $gBitSystem->getConfig('liberty_textarea_height', 20) : $_COOKIE['rows']);
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl
index f3b7eb7..897eebf 100644
--- a/templates/admin_layout.tpl
+++ b/templates/admin_layout.tpl
@@ -47,8 +47,9 @@
</div>
</noscript>
{/form}
-
- <table class="layouts_table">
+<div class="row">
+ <div class="span7">
+ <table class="width100p">
<caption>{tr}Current Layout of '{if !$module_package || $module_package=='kernel'}Site Default{else}{$module_package|capitalize}{/if}'{/tr}</caption>
<tr>
{foreach from=$layoutAreas item=area key=colkey}
@@ -89,11 +90,11 @@
{/foreach}
</tr>
</table>
-
-
+ </div>
+ <div class="span5">
{jstabs}
{jstab title="Modules"}
- {form action=$smarty.server.SCRIPT_NAME legend="Assign modules to columns and areas"}
+ {form action=$smarty.server.SCRIPT_NAME legend="Assign modules to areas"}
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_package" value="{$module_package}" />
<div class="control-group">
@@ -352,5 +353,7 @@
{include file="bitpackage:themes/admin_layout_inc.tpl"}
{/jstabs}
+ </div>
+</div>
{/strip}
diff --git a/templates/admin_layout_overview.tpl b/templates/admin_layout_overview.tpl
index 5170f1c..6414224 100644
--- a/templates/admin_layout_overview.tpl
+++ b/templates/admin_layout_overview.tpl
@@ -45,7 +45,7 @@
{tr}Current Layout of {if $TabTitle == 'Default'}Site Default{else}{$TabTitle}{/if}{/tr}
</h1>
- <table class="layouts_table">
+ <table class="width100p">
<tr>
{cycle values="even,odd" print=0}
{foreach from=$layoutAreas item=area key=colkey}