mark connections where we do not have post_comments permissions with an no entry sign.
This commit is contained in:
@@ -36,4 +36,10 @@
|
||||
|
||||
.connphone {
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
|
||||
.contact-photo-wrapper .oneway-overlay {
|
||||
margin-top: -25px;
|
||||
margin-left: 53px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@@ -31,3 +31,9 @@
|
||||
.contact-entry-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.contact-entry-photo-wrapper .oneway-overlay {
|
||||
margin-top: 25px;
|
||||
margin-left: -25px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
@@ -216,3 +216,10 @@ a.wikilist {
|
||||
#notifications {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
/* contact block */
|
||||
.contact-block-div .oneway-overlay {
|
||||
font-size: 20px;
|
||||
margin-left: -25px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user