diff --git a/assets/images/dashboard_button.svg b/assets/images/dashboard_button.svg new file mode 100644 index 0000000..4f92bef --- /dev/null +++ b/assets/images/dashboard_button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/stylesheets/admin.css b/assets/stylesheets/admin.css index 9c9a145..84f29c3 100644 --- a/assets/stylesheets/admin.css +++ b/assets/stylesheets/admin.css @@ -12,6 +12,7 @@ .spotim-page-wrap .nav-tab-wrapper .pull-to-end { float: right; margin-right: 0; + padding-right: 30px; } .spotim-page-wrap .nav-tab-wrapper .pull-to-end:hover, .spotim-page-wrap .nav-tab-wrapper .pull-to-end:focus { @@ -91,3 +92,10 @@ right: initial; left: -30px; } + +a.spotim-dashboard-button { + background-image: url('../images/dashboard_button.svg') !important; + background: no-repeat; + background-size: 20px 20px; + background-position: right 5px top 5px; +} diff --git a/templates/admin-template.php b/templates/admin-template.php index 186b614..1217e81 100644 --- a/templates/admin-template.php +++ b/templates/admin-template.php @@ -6,7 +6,7 @@ - +