diff --git a/app/assets/stylesheets/base.scss.erb b/app/assets/stylesheets/base.scss.erb index 56a7e267..216dbd9b 100644 --- a/app/assets/stylesheets/base.scss.erb +++ b/app/assets/stylesheets/base.scss.erb @@ -217,8 +217,15 @@ width: 100%; .metacodeImage { + cursor: move; 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 { display: inline-block; }