fix metacode styling
This commit is contained in:
parent
b9b522eebb
commit
02ee1905d6
1 changed files with 8 additions and 11 deletions
|
@ -217,8 +217,15 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.metacodeImage {
|
.metacodeImage {
|
||||||
|
cursor: move;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: -16px;
|
left: -23px;
|
||||||
|
top: 1px;
|
||||||
|
width: 46px;
|
||||||
|
height: 46px;
|
||||||
|
background-size:46px 46px;
|
||||||
|
background-position:0 0;
|
||||||
|
background-repeat:no-repeat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -510,16 +517,6 @@ cursor: pointer;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.CardOnGraph .metacodeImage {
|
|
||||||
width:32px;
|
|
||||||
height:32px;
|
|
||||||
background-size:32px 32px;
|
|
||||||
background-position:0 0;
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
.CardOnGraph .metacodeName {
|
.CardOnGraph .metacodeName {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue