diff --git a/src/Umbraco.Web.UI.Client/src/less/listview.less b/src/Umbraco.Web.UI.Client/src/less/listview.less index 22535fc4d3..4180cd9b1a 100644 --- a/src/Umbraco.Web.UI.Client/src/less/listview.less +++ b/src/Umbraco.Web.UI.Client/src/less/listview.less @@ -172,8 +172,7 @@ } .table-striped tbody input[type="checkbox"] { - display: block; - position: absolute; + display: none; top: 10px; left:10px; z-index: 5; @@ -181,7 +180,6 @@ .table-striped tbody i { display: block; - position: absolute; top: 10px; left:6px; padding: 0 0 0 4px; diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html index 786ec65279..01ed21d42f 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html @@ -44,7 +44,7 @@ -
+ Name