[AppDB] Use form-control-inline for distributions dropdown list

Rosanne DiMesio dimesio at earthlink.net
Wed Aug 23 15:13:15 CDT 2017


Matches the style of the other dropdown lists in the test report form.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 include/distribution.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/distribution.php b/include/distribution.php
index 40eeb7c..8e5ca35 100644
--- a/include/distribution.php
+++ b/include/distribution.php
@@ -454,7 +454,7 @@ class distribution {
         $hResult = query_parameters($sQuery);
         if(!$hResult) return;
 
-        echo "<select name='$varname'>\n";
+        echo "<select name='$varname' class='form-control form-control-inline'>\n";
         echo "<option value=\"\">Choose your operating system</option>\n";
         while(list($name, $value) = query_fetch_row($hResult))
         {
-- 
2.12.3




More information about the wine-patches mailing list