diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index 924ab8434..72a31ce78 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -463,7 +463,7 @@ EOF $oAppContext = new ApplicationContext(); $iCurrentOrganization = $oAppContext->GetCurrentValue('org_id'); $sHtml = '
'; - $sHtml .= '
'; $sSelected = ($iCurrentOrganization == '') ? ' selected' : ''; $sHtml .= ''; while($oOrg = $oSet->Fetch()) @@ -478,7 +478,7 @@ EOF { $sSelected = ""; } - $sHtml .= ''; + $sHtml .= ''; } $sHtml .= ''; // Add other dimensions/context information to this form diff --git a/css/light-grey.css b/css/light-grey.css index e746c687a..a8652373a 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -889,4 +889,10 @@ tr.row_added td { } a.truncated { cursor: pointer; +} +.org_combo +{ + font-size:x-small; + width: auto; + max-width: 200px; } \ No newline at end of file