commit 8105227945585a35a652e1d1522f293b3e283b08 Author: HOG Date: Wed Jan 11 16:57:14 2017 +0200 Clean up css code. diff --git a/css/webform.element.multiple.css b/css/webform.element.multiple.css index f9b2ab1..eed8984 100644 --- a/css/webform.element.multiple.css +++ b/css/webform.element.multiple.css @@ -10,17 +10,17 @@ .webform-multiple-table th:first-child, .webform-multiple-table td:first-child { padding: 0 0 0 1em; - width: 26px !important; + text-align: center; //!important; vertical-align: middle; - text-align: center !important; + // width: 26px !important; } .webform-multiple-table th:last-child, .webform-multiple-table td:last-child { padding: 0 2px; vertical-align: middle; - text-align: center !important; - width: 60px !important; + text-align: center; //!important; + // width: 60px !important; } .webform-multiple-table td:last-child input { @@ -39,7 +39,7 @@ } .webform-multiple-table td input[type="text"] { - width: 95%; + // width: 95%; } .webform-multiple-table .webform-multiple-sort-weight { @@ -68,5 +68,5 @@ */ .webform-multiple-table .tabledrag-changed-warning, .webform-multiple-table .tabledrag-changed { - display: none !important; + display: none; //!important; }