diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index db672413e..fa601382d 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1394,7 +1394,7 @@ div#jrn_name_div
}
}
/* XL */
-@media (min-width: 1200px) {
+@media (min-width: 1300px) {
div#jrn_name_div
{
float: right;
diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php
index fbce42565..8f411bcc5 100644
--- a/include/lib/manage_table_sql.class.php
+++ b/include/lib/manage_table_sql.class.php
@@ -450,9 +450,9 @@ function check()
* @brief set the type of a column , it will change in the input db box , the
* select must supply an array of possible values [val=> , label=>] with
* the variable $this->key_name->a_value
- * @param $p_key col name
- * @param $p_type is "text", "numeric", "date", "select", "timestamp","custom"
- * @param $p_array if type is SELECT an array is expected
+ * @param $p_key string col name
+ * @param $p_type string is "text", "numeric", "date", "select", "timestamp","custom"
+ * @param $p_array array if type is SELECT an array is expected
* @note if $p_type is custom then a function named input_custom($p_key,$p_value) must be implemented
* in the class
* @see Manage_Table_SQL:input_custom