projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d6e624
)
Added GLM flame to left of main dashboard widget title
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 22 Jul 2016 19:19:46 +0000
(15:19 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 22 Jul 2016 19:19:46 +0000
(15:19 -0400)
css/admin.css
patch
|
blob
|
history
diff --git
a/css/admin.css
b/css/admin.css
index
5ef2f61
..
afdb6af
100644
(file)
--- a/
css/admin.css
+++ b/
css/admin.css
@@
-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;