diff options
Diffstat (limited to 'public/stylesheets/application.css')
-rw-r--r-- | public/stylesheets/application.css | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6ec614edf..d5554ff3c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1077,25 +1077,12 @@ div.wiki img {vertical-align:middle; max-width:100%;} color:#505050; line-height:1.5em; } -.mypage-box .close-icon { +.mypage-box .icon-close { float:right; - z-index:500; } .handle {cursor: move;} -a.close-icon { - display:block; - margin-top:3px; - overflow:hidden; - width:12px; - height:12px; - background-repeat: no-repeat; - cursor:pointer; - background-image:url('../images/close.png'); -} -a.close-icon:hover {background-image:url('../images/close_hl.png');} - /***** Gantt chart *****/ .gantt_hdr { position:absolute; @@ -1224,6 +1211,8 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');} .icon-not-ok { background-image: url(../images/false.png); } .icon-link-break { background-image: url(../images/link_break.png); } .icon-list { background-image: url(../images/text_list_bullets.png); } +.icon-close { background-image: url(../images/close.png); } +.icon-close:hover { background-image: url(../images/close_hl.png); } .icon-file { background-image: url(../images/files/default.png); } .icon-file.text-plain { background-image: url(../images/files/text.png); } |