mirror of https://github.com/vector-im/riot-web
Add CSS for new group admin radio button
parent
220b553a97
commit
9177c1176c
|
@ -151,6 +151,17 @@ limitations under the License.
|
||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_GroupView input[type='radio'] {
|
||||||
|
margin: 10px 10px 0px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_label_text {
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 80%;
|
||||||
|
vertical-align: 0.1em;
|
||||||
|
line-height: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_GroupView_body {
|
.mx_GroupView_body {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue