fix metacode styling

This commit is contained in:
Connor Turland 2017-01-29 19:59:25 +00:00 committed by Devin Howard
parent b9b522eebb
commit 02ee1905d6

View file

@ -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;
} }