diff --git a/src/Umbraco.Web.UI.Client/src/less/listview.less b/src/Umbraco.Web.UI.Client/src/less/listview.less index cb5500e5f9..5e792bc4bf 100644 --- a/src/Umbraco.Web.UI.Client/src/less/listview.less +++ b/src/Umbraco.Web.UI.Client/src/less/listview.less @@ -181,6 +181,10 @@ color: #b0b0b0 } +.umb-listview .pagination { + text-align: center; +} + .umb-listview .pagination ul { -webkit-border-radius: 0px; -moz-border-radius: 0px; @@ -195,7 +199,7 @@ border:none; padding: 8px 4px 2px 4px; background: none; - font-size: 11px; + font-size: 12px; color: #b0b0b0 } diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/list/list.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/list/list.html index d3363f613d..07f6bffd29 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/list/list.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/list/list.html @@ -48,36 +48,4 @@ -
-