Adds [um_loggedin] shortcode to protect content

This commit is contained in:
Ultimate Member
2016-01-02 01:36:11 +02:00
parent fac38c09c6
commit eab1e87e34
5 changed files with 81 additions and 1 deletions
+17
View File
@@ -88,4 +88,21 @@
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/* content lockers */
.um-locked-content {
width: 100%;
box-sizing: border-box;
border: 2px dotted #cc3000;
color: #333;
background: #fff;
font-size: 14px;
padding: 20px;
border-radius: 4px;
margin-bottom: 20px;
}
.um-locked-content a {
border: none !important;
}
+1 -1
View File
File diff suppressed because one or more lines are too long