aboutsummaryrefslogtreecommitdiffstats
path: root/template/default
diff options
context:
space:
mode:
Diffstat (limited to 'template/default')
-rw-r--r--template/default/admin/cat_options.tpl56
-rw-r--r--template/default/default.css8
2 files changed, 26 insertions, 38 deletions
diff --git a/template/default/admin/cat_options.tpl b/template/default/admin/cat_options.tpl
index 1a5f442ba..91e63b8a2 100644
--- a/template/default/admin/cat_options.tpl
+++ b/template/default/admin/cat_options.tpl
@@ -1,44 +1,30 @@
-<table width="100%" align="center">
- <tr class="admin">
- <th colspan="2">{L_TITLE}</th>
- </tr>
-</table>
-
-<form action="{F_ACTION}" method="post">
-
- <table>
- <tr>
- <td style="text-align:center;">{L_CAT_OPTIONS_TRUE}</td>
- <td></td>
- <td style="text-align:center;">{L_CAT_OPTIONS_FALSE}</td>
- </tr>
- <tr>
- <td>
- <select style="width:300px" multiple="multiple" name="cat_true[]" size="20">
+<div class="admin">{L_CAT_TITLE}</div>
+<form name="form1" method="post" action="{F_ACTION}" style="text-align:center;width:800px;">
+<div style="clear:both;"></div>
+<div style="height:auto;">
+ <div style="float:left;padding:10px;width:300px;">
+ <span class="titreMenu">{L_CAT_OPTIONS_TRUE}</span><br />
+ <select style="height:auto;width:280px" name="cat_true[]" multiple="multiple" size="10">
<!-- BEGIN category_option_true -->
<option class="{category_option_true.CLASS}" {category_option_true.SELECTED} value="{category_option_true.VALUE}">{category_option_true.OPTION}</option>
<!-- END category_option_true -->
</select>
- </td>
- <td valign="middle">
- <input type="submit" value="&rarr;" name="falsify" style="font-size:15px;" class="bouton" />
- <br />
- <input type="submit" value="&larr;" name="trueify" style="font-size:15px;" class="bouton" />
- </td>
- <td>
- <select style="width:300px" multiple="multiple" name="cat_false[]" size="20">
+ </div>
+ <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" >
+ <input type="submit" value="&larr;" name="trueify" style="font-size:15px;" class="bouton" /><br/>
+ <input type="submit" value="&rarr;" name="falsify" style="font-size:15px;" class="bouton" />
+ </div>
+ <div style="float:right;padding:10px;width:300px;">
+ <span class="titreMenu">{L_CAT_OPTIONS_FALSE}</span><br />
+ <select style="width:280px" name="cat_false[]" multiple="multiple" size="10">
<!-- BEGIN category_option_false -->
<option class="{category_option_false.CLASS}" {category_option_false.SELECTED} value="{category_option_false.VALUE}">{category_option_false.OPTION}</option>
<!-- END category_option_false -->
</select>
- </td>
- </tr>
- </table>
-
- <p>{L_CAT_OPTIONS_INFO}</p>
-
- <p style="text-align:center;">
- <input type="reset" name="reset" value="{L_RESET}" class="bouton" />
- </p>
-
+ </div>
+</div>
+<div style="clear:both;"></div>
+<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
</form>
+<div class="information">{L_CAT_OPTIONS_INFO}</div>
+
diff --git a/template/default/default.css b/template/default/default.css
index d1f0aa84c..fe0092477 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -50,8 +50,9 @@ body {
h1 {
font: bold 18pt 'Trebuchet MS', Verdana, sans-serif;
text-decoration:none;
- line-height: 120%;
+ line-height: 120%;
}
+
h2 {
font: bold 12pt Arial, Helvetica, sans-serif;
text-decoration:none;
@@ -350,8 +351,9 @@ color : #FFF48E;
}
div.information {
- text-align:center;
- border:2px solid #E0E0E0;
+ text-align:left;
+ font-size:14px;
+ font-weight:bold;
margin:10px;
padding:5px;
}