diff options
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; |