WordPress Release

This commit is contained in:
ultimatemember
2015-01-18 15:45:45 +02:00
parent 86a21e5bed
commit ecd8814844
24 changed files with 110 additions and 95 deletions
+6 -1
View File
@@ -259,7 +259,12 @@ span.um-admin-icon-value {
margin: 0 10px;
font-size: 13px;
}
span.um-admin-icon-value i {font-size: 28px;vertical-align: middle; color: #3ba1da }
span.um-admin-icon-value i {
font-size: 28px;
color: #3ba1da;
position: relative;
top: 5px;
}
span.um-admin-icon-clear{
display: none;