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:
Richard van der Hoff 2016-06-23 17:32:33 +01:00
parent 4bc4292ceb
commit 2ca9d87b95
2 changed files with 26 additions and 8 deletions

View file

@ -72,3 +72,8 @@ limitations under the License.
margin-left: 8px;
line-height: 23px;
}
.mx_MemberInfo_devices {
display: table;
border-spacing: 5px;
}