From 5aa302f3b42aca6cace9173d271a23ff15f53255 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Mon, 13 Oct 2014 18:26:21 +0200 Subject: [PATCH] Change import formats style. --- website/include/importer.css | 13 ++----------- website/include/importerapp.js | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/website/include/importer.css b/website/include/importer.css index d5d3774..e9e84d8 100644 --- a/website/include/importer.css +++ b/website/include/importer.css @@ -147,17 +147,8 @@ div.welcometext div.welcometextformats { text-align : center; - margin : 30px 0px; -} - -span.welcomeformat -{ - color : #222222; - background : #eeeeee; - margin : 3px; - padding : 5px 15px; - border : 1px solid #dddddd; - border-radius : 5px; + font-size : 17px; + margin : 25px 0px; } canvas diff --git a/website/include/importerapp.js b/website/include/importerapp.js index 54bf565..a42e938 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -88,7 +88,7 @@ ImporterApp.prototype.WelcomeDialog = function () '
', '
Welcome to Online 3D Viewer!
', '
Here you can view 3D models online. Just simply drag and drop 3D files to this browser window or use the open button above. The supported file formats are:
', - '
3dsobjstl
', + '
3ds, obj, stl
', '
Powered by Three.js and JSModeler.
', '
', '
',