Change import formats style.
This commit is contained in:
parent
6b1e08d62a
commit
5aa302f3b4
@ -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
|
||||
|
||||
@ -88,7 +88,7 @@ ImporterApp.prototype.WelcomeDialog = function ()
|
||||
'<div class="importerdialog">',
|
||||
'<div class="welcometitle">Welcome to Online 3D Viewer!</div>',
|
||||
'<div class="welcometext">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:</div>',
|
||||
'<div class="welcometextformats"><span class="welcomeformat">3ds</span><span class="welcomeformat">obj</span><span class="welcomeformat">stl</span></div>',
|
||||
'<div class="welcometextformats">3ds, obj, stl</div>',
|
||||
'<div class="welcometext">Powered by <a target="_blank" href="https://github.com/mrdoob/three.js/">Three.js</a> and <a target="_blank" href="https://github.com/kovacsv/JSModeler">JSModeler</a>.</div>',
|
||||
'<div class="welcometext"><a target="_blank" href="https://github.com/kovacsv/Online3DViewer"><img src="images/githublogo.png"/></a></div>',
|
||||
'</div>',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user