1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Fix for "Personalize this page mode" (#8761).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@16364 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-03-03 17:36:21 +00:00
parent 0dc3d20017
commit ca2c742e5e

View File

@ -1131,6 +1131,12 @@ div.wiki img {vertical-align:middle; max-width:100%;}
.handle {cursor: move;}
body.action-page_layout .block-receiver .contextual {
display: none;
}
body.action-page_layout .block-receiver .hascontextmenu {
cursor: move;
}
/***** Gantt chart *****/
.gantt_hdr {
position:absolute;