diff --git a/plugin/ticket/src/myticket.php b/plugin/ticket/src/myticket.php index ac3593afb1..92883c1e32 100644 --- a/plugin/ticket/src/myticket.php +++ b/plugin/ticket/src/myticket.php @@ -74,8 +74,8 @@ function display_advanced_search_form () { margin-left: 20px; float: left; text-align: left; - margin-top: 5px; - width: 50px; + margin-top: 10px; + width: 95px; } .formw2 { @@ -98,6 +98,22 @@ function display_advanced_search_form () { .blackboard_hide { display: none; } + +.advanced-parameters { + margin-top: 5px; +} + +.remove-margin-top { + margin-top: 0px; +} + +.select-margin-top { + margin-top: -5px; +} + +.input-width { + width: 170px; +} '; $this_section = 'tickets'; @@ -207,16 +223,16 @@ if ($isAdmin) { //select priority $select_priority .= '"; //select unread $select_unread = '"; // Create a search-box $form = new FormValidator('search_simple', 'get', '', '', null, false); @@ -225,10 +241,9 @@ if ($isAdmin) { $form->addElement('text', 'keyword', get_lang('keyword'), 'size="25"'); $form->addElement('style_submit_button', 'submit_simple', get_lang('Search'), 'class="search"'); $form->addElement('static', 'search_advanced_link', null, - '' + '' . ' ' - . Display::return_icon('div_show.gif', get_lang('Show'), - array('style' => 'vertical-align:middle')) . ' ' + . Display::return_icon('div_show.gif', get_lang('Show')) . ' ' . get_lang('AdvancedSearch') . ''); echo '