diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index 88d5203c5c..8a43190496 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -191,10 +191,6 @@ input.search { border-radius: 14px; } -input.url { - width: 100%; -} - input.coord { width: 7em; display: block; @@ -231,6 +227,10 @@ input::selection { background-color: #00b4ef; } +input[type="text"] { + width: 100%; +} + /* Spin Buttons modified - credit for original implementation goes to http://jsfiddle.net/Volker_E/WwfW9/ */ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { @@ -395,8 +395,7 @@ input[type=checkbox]:checked + label:hover { .physical-section[collapsed="true"] ~ .physical-section, .behavior-section[collapsed="true"] ~ .behavior-section, .model-section[collapsed="true"] ~ .model-section, -.light-section[collapsed="true"] ~ .light-section - { +.light-section[collapsed="true"] ~ .light-section { display: none; } @@ -426,7 +425,7 @@ input[type=checkbox]:checked + label:hover { margin-left: 12px; } -.number label { +.text label, .url label, .number label { float: left; margin-bottom: 4px; } diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index a3c763663e..8028948e47 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -1125,11 +1125,9 @@ -