diff --git a/badged/admin/assets/css/admin.css b/badged/admin/assets/css/admin.css index f6d4eb1..865a2b3 100644 --- a/badged/admin/assets/css/admin.css +++ b/badged/admin/assets/css/admin.css @@ -45,13 +45,20 @@ input.button-primary { margin-bottom: 0; } +.kremalicious { + background: url('../img/kremalicious-cloud.svg') no-repeat left -2px; + padding-left: 20px; + margin-left: 10px; + background-size: 16px; +} + @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), only screen and ( -o-min-device-pixel-ratio: 3/2), only screen and ( min-device-pixel-ratio: 1.5) { #badgedoptions .icon32 { - background-image: url(../img/icon-badged-32@2x.png) !important; + background-image: url('../img/icon-badged-32@2x.png') !important; -webkit-background-size: 32px 32px; -moz-background-size: 32px 32px; background-size: 32px 32px; diff --git a/badged/admin/assets/img/kremalicious-cloud.svg b/badged/admin/assets/img/kremalicious-cloud.svg new file mode 100644 index 0000000..5838cce --- /dev/null +++ b/badged/admin/assets/img/kremalicious-cloud.svg @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/badged/admin/views/admin.php b/badged/admin/views/admin.php index fb606a5..ae672cb 100644 --- a/badged/admin/views/admin.php +++ b/badged/admin/views/admin.php @@ -32,7 +32,7 @@