diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-15 16:56:28 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-15 16:56:28 +0000 |
commit | 7f6e4376f546a6f9ebcee4f85a09efa914907f0e (patch) | |
tree | 5f85ccdec696acda299cdb4b0cb0afe4b9924fa6 /h-source | |
parent | edaf9574b90e742d05ab1bf33f4597b70375fcf1 (diff) |
added CLEVO vendor - virgolus issue
Diffstat (limited to 'h-source')
-rw-r--r-- | h-source/Application/Include/hardware.php | 1 | ||||
-rw-r--r-- | h-source/Application/Include/vendorTranslations.php | 1 | ||||
-rw-r--r-- | h-source/Public/Css/mobile.css | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index e0086ff..2827d31 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -250,6 +250,7 @@ class Notebooks extends Hardware "Acer" => "Acer", "Apple" => "Apple", "Asus" => "Asus", + "CLEVO CO." => "CLEVO-CO", "Compal Electronics" => "Compal-Electronics", "COMPAQ" => "COMPAQ", "Dell" => "Dell", diff --git a/h-source/Application/Include/vendorTranslations.php b/h-source/Application/Include/vendorTranslations.php index adb06ce..1b37549 100644 --- a/h-source/Application/Include/vendorTranslations.php +++ b/h-source/Application/Include/vendorTranslations.php @@ -4223,6 +4223,7 @@ function betterVendor($string) 'Hewlett-Packard' => 'Hewlett Packard', 'Sunplus-Innovation-Technology-Inc' => 'Sunplus Innovation Technology Inc', 'Feiya-Technology-Corp' => 'Feiya Technology Corp.', + "CLEVO-CO" => "CLEVO CO.", ); return (array_key_exists($string,$names)) ? $names[$string] : $string; diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css index 37a43c3..9ca6693 100644 --- a/h-source/Public/Css/mobile.css +++ b/h-source/Public/Css/mobile.css @@ -120,6 +120,8 @@ img margin: 15px -15px; } + + /*.ui-icon, .ui-icon-searchfield:after { -moz-border-radius: 0px; -webkit-border-radius: 0px; |