CSS for device blocking
A bunch of updates to the device info: * format as a table * make the buttons green, because the old way was super confusing * instead make the status indicator red/orange/green.
This commit is contained in:
parent
4bc4292ceb
commit
2ca9d87b95
2 changed files with 26 additions and 8 deletions
|
@ -72,3 +72,8 @@ limitations under the License.
|
|||
margin-left: 8px;
|
||||
line-height: 23px;
|
||||
}
|
||||
|
||||
.mx_MemberInfo_devices {
|
||||
display: table;
|
||||
border-spacing: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue