diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index adad311c2..1678f1207 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -10282,34 +10282,41 @@ li.sortable-placeholder { height: 350px; } /* line 162, admin-theme/_admin-dashboard.sass */ #dashboard #dashaddons { - padding: 20px 20px 0 20px; } -/* line 163, admin-theme/_admin-dashboard.sass */ -#dashboard #dashaddons header a { + background-color: white; + border: 1px dashed #dfdfdf; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -ms-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; + padding: 10px 20px; } +/* line 166, admin-theme/_admin-dashboard.sass */ +#dashboard #dashaddons a { display: block; } -/* line 165, admin-theme/_admin-dashboard.sass */ -#dashboard #dashaddons header a:hover { +/* line 168, admin-theme/_admin-dashboard.sass */ +#dashboard #dashaddons a:hover { text-decoration: none; } -/* line 170, admin-theme/_admin-dashboard.sass */ +/* line 173, admin-theme/_admin-dashboard.sass */ #dashboard #dashactivity svg { height: 150px; } -/* line 177, admin-theme/_admin-dashboard.sass */ +/* line 180, admin-theme/_admin-dashboard.sass */ #dashboard .loading .data_value { min-width: 30px; text-align: center; } -/* line 180, admin-theme/_admin-dashboard.sass */ +/* line 183, admin-theme/_admin-dashboard.sass */ #dashboard .loading .data_value:before { font-size: 0.7em; font-family: FontAwesome; content: "\f021"; color: #cccccc; } -/* line 186, admin-theme/_admin-dashboard.sass */ +/* line 189, admin-theme/_admin-dashboard.sass */ #dashboard .loading .data_value span, #dashboard .loading .data_value small { display: none; } -/* line 188, admin-theme/_admin-dashboard.sass */ +/* line 191, admin-theme/_admin-dashboard.sass */ #dashboard .loading .data_trend { display: none; } -/* line 213, admin-theme/_admin-dashboard.sass */ +/* line 216, admin-theme/_admin-dashboard.sass */ .data_loading, #dashboard .data_value span, #dashboard .data_value .dash_trend { opacity: 1; -webkit-animation-name: bounceG; @@ -10323,7 +10330,7 @@ li.sortable-placeholder { transform: scale(0.7); } @-webkit-keyframes bounceG { - /* line 221, admin-theme/_admin-dashboard.sass */ + /* line 224, admin-theme/_admin-dashboard.sass */ 0% { opacity: 0; filter: alpha(opacity=0); @@ -10331,7 +10338,7 @@ li.sortable-placeholder { -ms-transform: scale(0.1); transform: scale(0.1); } - /* line 224, admin-theme/_admin-dashboard.sass */ + /* line 227, admin-theme/_admin-dashboard.sass */ 100% { opacity: 1; filter: alpha(opacity=100); @@ -10340,7 +10347,7 @@ li.sortable-placeholder { transform: scale(1); } } @-moz-keyframes bounceG { - /* line 221, admin-theme/_admin-dashboard.sass */ + /* line 224, admin-theme/_admin-dashboard.sass */ 0% { opacity: 0; filter: alpha(opacity=0); @@ -10348,7 +10355,7 @@ li.sortable-placeholder { -ms-transform: scale(0.1); transform: scale(0.1); } - /* line 224, admin-theme/_admin-dashboard.sass */ + /* line 227, admin-theme/_admin-dashboard.sass */ 100% { opacity: 1; filter: alpha(opacity=100); @@ -10357,7 +10364,7 @@ li.sortable-placeholder { transform: scale(1); } } @-ms-keyframes bounceG { - /* line 221, admin-theme/_admin-dashboard.sass */ + /* line 224, admin-theme/_admin-dashboard.sass */ 0% { opacity: 0; filter: alpha(opacity=0); @@ -10365,7 +10372,7 @@ li.sortable-placeholder { -ms-transform: scale(0.1); transform: scale(0.1); } - /* line 224, admin-theme/_admin-dashboard.sass */ + /* line 227, admin-theme/_admin-dashboard.sass */ 100% { opacity: 1; filter: alpha(opacity=100); @@ -10374,7 +10381,7 @@ li.sortable-placeholder { transform: scale(1); } } @-o-keyframes bounceG { - /* line 221, admin-theme/_admin-dashboard.sass */ + /* line 224, admin-theme/_admin-dashboard.sass */ 0% { opacity: 0; filter: alpha(opacity=0); @@ -10382,7 +10389,7 @@ li.sortable-placeholder { -ms-transform: scale(0.1); transform: scale(0.1); } - /* line 224, admin-theme/_admin-dashboard.sass */ + /* line 227, admin-theme/_admin-dashboard.sass */ 100% { opacity: 1; filter: alpha(opacity=100); @@ -10391,7 +10398,7 @@ li.sortable-placeholder { transform: scale(1); } } @keyframes bounceG { - /* line 221, admin-theme/_admin-dashboard.sass */ + /* line 224, admin-theme/_admin-dashboard.sass */ 0% { opacity: 0; filter: alpha(opacity=0); @@ -10399,7 +10406,7 @@ li.sortable-placeholder { -ms-transform: scale(0.1); transform: scale(0.1); } - /* line 224, admin-theme/_admin-dashboard.sass */ + /* line 227, admin-theme/_admin-dashboard.sass */ 100% { opacity: 1; filter: alpha(opacity=100); @@ -10407,11 +10414,11 @@ li.sortable-placeholder { -ms-transform: scale(1); transform: scale(1); } } -/* line 228, admin-theme/_admin-dashboard.sass */ +/* line 231, admin-theme/_admin-dashboard.sass */ #dash_version { padding: 0 !important; overflow: hidden; } -/* line 232, admin-theme/_admin-dashboard.sass */ +/* line 235, admin-theme/_admin-dashboard.sass */ #dash_version iframe { height: 80px; width: 100%; } diff --git a/admin-dev/themes/default/css/admin-theme/_admin-dashboard.sass b/admin-dev/themes/default/css/admin-theme/_admin-dashboard.sass index 59d48f828..a303613c7 100644 --- a/admin-dev/themes/default/css/admin-theme/_admin-dashboard.sass +++ b/admin-dev/themes/default/css/admin-theme/_admin-dashboard.sass @@ -160,11 +160,14 @@ #dashproducts #dashaddons - header a + background-color: white + border: 1px dashed #DFDFDF + @include border-radius(3px) + a display: block &:hover text-decoration: none - padding: 20px 20px 0 20px + padding: 10px 20px #dashactivity svg diff --git a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl index bd2524857..799b50e0d 100644 --- a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/view.tpl @@ -26,9 +26,9 @@