diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-11-04 16:55:35 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-11-04 16:55:35 +0000 |
commit | b7a36e4d34b6b89155bd3737c778f7c0f31bf490 (patch) | |
tree | 1b25e0c3f35acee0c38819b8dcb36196e5aeec8b | |
parent | ecc6960a5042479544c8c9585536bb139bcc6b3c (diff) |
added vendor - Ark issue
-rw-r--r-- | h-source/Application/Include/vendorTranslations.php | 1 | ||||
-rw-r--r-- | h-source/Application/Include/vendors.php | 1 | ||||
-rw-r--r-- | h-source/Public/Css/main.css | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index 4c6cca7..adb06ce 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -4222,6 +4222,7 @@ function betterVendor($string) 'KWorld' => 'KWorld', 'Hewlett-Packard' => 'Hewlett Packard', 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc', + 'Feiya-Technology-Corp' => 'Feiya Technology Corp.', ); return (array_key_exists($string,$names)) ? $names[$string] : $string; diff --git a/h-source/Application/Include/vendors.php b/h-source/Application/Include/vendors.php index 5eff011..fd1c295 100644 --- a/h-source/Application/Include/vendors.php +++ b/h-source/Application/Include/vendors.php @@ -2703,6 +2703,7 @@ class Vendors '0906' => 'Faraday-Technology-Corp.', '0909' => 'Audio-Technica-Corp.', '090b' => 'Neurosmith', + '090c' => 'Feiya-Technology-Corp', '090e' => 'Shining-Technology-Inc.', '090f' => 'Fujitsu-Devices-Inc.', '0910' => 'Alation-Systems-Inc.', diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index f8cc166..4ad368a 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -193,7 +193,11 @@ div#right } .hardware_element_link { + display:block; + width:250px; + float:left; margin:0px 10px; + margin-top:10px; } .notebook_view_title { @@ -1185,6 +1189,7 @@ ins .hardware_element_image { height:50px; + float:left; } .markItUpContainer { |