Commit e30a5322 by Masaru Abe

#10062 オーサリングプレビューのクローズボタンが表示されない

parent a76689f8
......@@ -1709,3 +1709,12 @@ span.no-item{
}
.closebtn {
width: 30px;
height: 30px;
display: block;
margin-left: 230px;
margin-top:15px;
position:absolute;
}
......@@ -1435,3 +1435,8 @@ span.no-item{
.picker-choose-off{
border:1px solid #d3d5d6 !important;
}
.closebtn {
background: url(../../img/login/close.png) 0 0 no-repeat;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment