mark connections where we do not have post_comments permissions with an no entry sign.

This commit is contained in:
Mario Vavti
2018-02-24 19:42:39 +01:00
parent f6d024cb3f
commit c618bfc607
10 changed files with 51 additions and 6 deletions

View File

@@ -36,4 +36,10 @@
.connphone {
color: green;
}
}
.contact-photo-wrapper .oneway-overlay {
margin-top: -25px;
margin-left: 53px;
font-size: 20px;
}

View File

@@ -31,3 +31,9 @@
.contact-entry-end {
clear: both;
}
.contact-entry-photo-wrapper .oneway-overlay {
margin-top: 25px;
margin-left: -25px;
font-size: 20px;
}

View File

@@ -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;
}