diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index 4e22637ad6..a3644d8c3d 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -618,7 +618,7 @@ Script URL - + @@ -637,13 +637,13 @@ Model URL - + Animation URL - + diff --git a/examples/html/style.css b/examples/html/style.css index aa23cf97ab..2f43b1c356 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -96,6 +96,10 @@ input { background-color: #eee; } +input.url { + width: 100%; +} + table#entity-table { border-collapse: collapse; font-family: Sans-Serif; @@ -171,7 +175,7 @@ table#properties-table { } #properties-table td { - padding: 5px 0px 5px 10px; + padding: 5px; } col#col-label {