diff --git a/static/skin/home.css b/static/skin/home.css index e1a539793..f7742d8a9 100644 --- a/static/skin/home.css +++ b/static/skin/home.css @@ -330,7 +330,11 @@ body { text-decoration: none; } -.modal-content a>div { +.modal-content span { + cursor: pointer; +} + +.modal-content a>div, .modal-content span>div { position: relative; top: -26px; left: 50px; diff --git a/static/skin/index.js b/static/skin/index.js index 487f70aba..a5904e583 100644 --- a/static/skin/index.js +++ b/static/skin/index.js @@ -153,10 +153,10 @@