- make selection menu wider

This commit is contained in:
steinm 2013-02-06 14:00:01 +00:00
parent a3998cbaea
commit 4626f3b994
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ function showUser(selectObj) {
<div class="span4">
<div class="well">
<?php echo getMLText("selection")?>:
<select onchange="showUser(this)" id="selector">
<select onchange="showUser(this)" id="selector" class="span9">
<option value="-1"><?php echo getMLText("choose_user")?>
<option value="0"><?php echo getMLText("add_user")?>
<?php

View File

@ -85,7 +85,7 @@ function showWorkflowState(selectObj) {
<div class="span4">
<div class="well">
<?php echo getMLText("selection")?>:
<select onchange="showWorkflowState(this)" id="selector">
<select onchange="showWorkflowState(this)" id="selector" class="span9">
<option value="-1"><?php echo getMLText("choose_workflow_state")?>
<option value="0"><?php echo getMLText("add_workflow_state")?>
<?php