Added GLM flame to left of main dashboard widget title
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 22 Jul 2016 19:19:46 +0000 (15:19 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 22 Jul 2016 19:19:46 +0000 (15:19 -0400)
css/admin.css

index 5ef2f61..afdb6af 100644 (file)
@@ -4,6 +4,13 @@
 
 */
 
+#glm_members_admin_dashboard_widget > H2 > span:before {
+    content: url('../assets/flame.png');
+    width: 25px;
+    float: left;
+    margin-top: 2px;
+}
+
 .glm-error {
     color: red;
     font-weight: bold;