diff --git a/module/mr/css/diff.css b/module/mr/css/diff.css index 5db97ecce4..01c74502ad 100644 --- a/module/mr/css/diff.css +++ b/module/mr/css/diff.css @@ -20,3 +20,4 @@ table.diff {margin-bottom: 0px;} .label-exchange {background-color: #566F7C; cursor: pointer;} .label-exchange i {padding: 0;} .btn-download {border-right: none;} +.body-modal #back {display: none;} diff --git a/module/repo/css/diff.css b/module/repo/css/diff.css index 5db97ecce4..c35af3a9d7 100644 --- a/module/repo/css/diff.css +++ b/module/repo/css/diff.css @@ -20,3 +20,5 @@ table.diff {margin-bottom: 0px;} .label-exchange {background-color: #566F7C; cursor: pointer;} .label-exchange i {padding: 0;} .btn-download {border-right: none;} +.body-modal .repo-diff {display: none;} +.body-modal #mainMenu {padding-bottom: 40px;}