I have added spacing, as devices are very hard to read otherwise
This commit is contained in:
parent
aa52118fa1
commit
20fc8514a5
1 changed files with 6 additions and 2 deletions
|
@ -18,7 +18,7 @@ limitations under the License.
|
||||||
display: table;
|
display: table;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: 880px;
|
width: 880px;
|
||||||
border-spacing: 2px;
|
border-spacing: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DevicesPanel_header {
|
.mx_DevicesPanel_header {
|
||||||
|
@ -32,7 +32,11 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_DevicesPanel_header > div {
|
.mx_DevicesPanel_header > div {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: bottom;
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_DevicesPanel_header .mx_DevicesPanel_deviceName {
|
||||||
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DevicesPanel_header .mx_DevicesPanel_deviceLastSeen {
|
.mx_DevicesPanel_header .mx_DevicesPanel_deviceLastSeen {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue