readd in the .mx_EntityTile_power class. don't understand why it was killed :'(

pull/697/head
Matthew Hodgson 2016-01-20 15:39:42 +00:00
parent 6ecdb02e81
commit 60d2d45255
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@ limitations under the License.
position: relative;
}
.mx_EntityTile_power {
position: absolute;
width: 16px;
height: 17px;
top: 0px;
right: 6px;
}
.mx_EntityTile_name {
display: table-cell;
vertical-align: middle;