Elastic: Improvements to the activesync devices list
This commit is contained in:
parent
ae0061fcff
commit
d406ee4ec0
1 changed files with 18 additions and 0 deletions
|
@ -32,4 +32,22 @@
|
||||||
&:extend(.font-icon-class);
|
&:extend(.font-icon-class);
|
||||||
content: @fa-var-rss-square; // TODO: mobile icon is not free
|
content: @fa-var-rss-square; // TODO: mobile icon is not free
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
span {
|
||||||
|
.overflow-ellipsis;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.devicealias {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.devicetype {
|
||||||
|
max-width: 40%;
|
||||||
|
font-style: italic;
|
||||||
|
padding-left: .5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue