diff --git a/main/webapp/modules/core/scripts/index/default-importing-controller/parsing-panel.html b/main/webapp/modules/core/scripts/index/default-importing-controller/parsing-panel.html index dfb59be07..f8930ef26 100644 --- a/main/webapp/modules/core/scripts/index/default-importing-controller/parsing-panel.html +++ b/main/webapp/modules/core/scripts/index/default-importing-controller/parsing-panel.html @@ -1,17 +1,25 @@ -
- - - - - - - + + + +
-
- -
+
+
+ + + + + + + - -
+
+
+
+ +
+
+
+
diff --git a/main/webapp/modules/core/scripts/index/parser-interfaces/fixed-width-parser-ui.html b/main/webapp/modules/core/scripts/index/parser-interfaces/fixed-width-parser-ui.html index e4856ba11..afd85ab45 100644 --- a/main/webapp/modules/core/scripts/index/parser-interfaces/fixed-width-parser-ui.html +++ b/main/webapp/modules/core/scripts/index/parser-interfaces/fixed-width-parser-ui.html @@ -2,7 +2,7 @@
- +
diff --git a/main/webapp/modules/core/scripts/index/parser-interfaces/line-based-parser-ui.html b/main/webapp/modules/core/scripts/index/parser-interfaces/line-based-parser-ui.html index 7db894d94..e5eeed2bd 100644 --- a/main/webapp/modules/core/scripts/index/parser-interfaces/line-based-parser-ui.html +++ b/main/webapp/modules/core/scripts/index/parser-interfaces/line-based-parser-ui.html @@ -2,7 +2,7 @@
- +
diff --git a/main/webapp/modules/core/scripts/index/parser-interfaces/rdf-triples-parser-ui.html b/main/webapp/modules/core/scripts/index/parser-interfaces/rdf-triples-parser-ui.html index ee5252b0a..6b60dd27d 100644 --- a/main/webapp/modules/core/scripts/index/parser-interfaces/rdf-triples-parser-ui.html +++ b/main/webapp/modules/core/scripts/index/parser-interfaces/rdf-triples-parser-ui.html @@ -2,7 +2,7 @@
- +
diff --git a/main/webapp/modules/core/scripts/index/parser-interfaces/separator-based-parser-ui.html b/main/webapp/modules/core/scripts/index/parser-interfaces/separator-based-parser-ui.html index 1add776a3..c7c3ba283 100644 --- a/main/webapp/modules/core/scripts/index/parser-interfaces/separator-based-parser-ui.html +++ b/main/webapp/modules/core/scripts/index/parser-interfaces/separator-based-parser-ui.html @@ -2,7 +2,7 @@
- +
diff --git a/main/webapp/modules/core/styles/util/encoding.less b/main/webapp/modules/core/styles/util/encoding.less index 1c64fccad..8c1fd8bd7 100644 --- a/main/webapp/modules/core/styles/util/encoding.less +++ b/main/webapp/modules/core/styles/util/encoding.less @@ -23,8 +23,8 @@ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -41,6 +41,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .select-encoding-dialog-encoding-list > table > tbody > tr > th { padding: @padding_tight; } +.select-encoding-dialog-encoding-list > table > tbody > tr > td:first-child, +.select-encoding-dialog-encoding-list > table > tbody > tr > th:first-child { + width: 150px; + } .select-encoding-dialog-encoding-list a { white-space: pre; - } \ No newline at end of file + }