1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Various <select> css fixes.

This commit is contained in:
Cameron
2013-02-23 03:15:13 -08:00
parent cfa177a9ad
commit d7b0dcc755
7 changed files with 19 additions and 19 deletions

View File

@@ -176,7 +176,7 @@ if (!$sql->db_Select("news_category"))
else
{
$text .= "
<select name='cat_id' class='e-select tbox'>";
<select name='cat_id' class='tbox'>";
while (list($cat_id, $cat_name, $cat_icon) = $sql->db_Fetch(MYSQL_NUM))
{
$sel = (varset($_POST['cat_id'],'') == $cat_id) ? "selected='selected'" : "";