Hide the join group button
Until it actually does something
This commit is contained in:
@@ -34,6 +34,11 @@ limitations under the License.
|
|||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Until the button is wired up */
|
||||||
|
.mx_MyGroups_joinBox {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MyGroups_joinCreateHeader {
|
.mx_MyGroups_joinCreateHeader {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user