Skip to content

Adjust/remove deprecated image preview #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
184 changes: 1 addition & 183 deletions mig/assets/css/V3/jquery.managers.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# --- BEGIN_HEADER ---
#
# jquery.managers - style overrides for multiple pages
# Copyright (C) 2003-2016 The MiG Project lead by Brian Vinter
# Copyright (C) 2003-2025 The MiG Project by the Science HPC Center at UCPH
#
# This file is part of MiG.
#
Expand Down Expand Up @@ -157,188 +157,6 @@ tbody tr td div.sortkey { display: none; }
overflow: scroll;
height: 500px;
}
.fm_previews {
float: right;
width: 100%;
height: 0px;
background-color: #FFF;
visibility: hidden;
}
.fm_preview_caman {
float: right;
border: 0px;
width: 0px;
height: 0px;
background-color: #FFF;
visibility: hidden;
}
.fm_preview_paraview {
float: right;
border: 0px;
width: 0px;
height: 0px;
background-color: #FFF;
visibility: hidden;
}

.fm_preview_menubar {
float: left;
border: 0px;
width: 20px;
height: 100%;
background-color: #EEE;
}
.fm_preview_menubar_entry {
border: 0px;
width: 19px;
margin-top: 1px;
margin-left: 1px;
}
.fm_preview_left_tile {
float: left;
border: 0px;
width: 0px;
height: 100%;
background-color: #FFF;
overflow-x: hidden;
overflow-y: auto;
}
.fm_preview_center_tile {
float: left;
border: 0px;
padding: 0px;
width: 0px;
height: 100%;
background-color: #FFF;
overflow-x: hidden;
overflow-y: hidden;
}
.fm_preview_right_tile {
float: left;
border: 0px;
width: 0px;
height: 100%;
background-color: #FFF;
overflow-x: hidden;
overflow-y: auto;
}
#fm_preview_left_tile_histogram {
display: block;
margin-top: 1%;
margin-left: 5%;
border: 0;
width : 80%;
height : 0px;
background-color: #FFF;
}
#fm_preview_left_tile_histogram_actions {
display: block;
margin-left: 5%;
border: 0;
width : 80%;
background-color: #FFF;
}
#fm_preview_left_output {
margin-left: 5%;
margin-right: 5%;
background-color: #FFF;
}
#fm_preview_right_output {
margin-left: 5%;
margin-right: 5%;
background-color: #FFF;
}
#fm_preview_left_tile .noUi-target {
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
#fm_preview_left_tile .noUi-horizontal {
height: 8px !important;
}
#fm_preview_left_tile .noUi-horizontal .noUi-handle {
width: 6px;
height: 12px;
left: -3px;
top: -3px;
}
#fm_preview_left_tile .noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF,
inset 0 1px 7px #EBEBEB,
0 3px 6px -3px #BBB;
}
#fm_preview_left_tile .noUi-handle:before,
#fm_preview_left_tile .noUi-handle:after {
content: "";
display: block;
position: absolute;
height: 0px;
width: 0px;
background: #E8E7E6;
left: -3px;
top: -3px;
}
#fm_preview_left_tile .noUi-handle:after {
left: 17px;
}
#fm_preview_left_tile .noUi-handle {
}
#fm_preview_histogram_min_max_slider .noUi-origin {
}
#fm_preview_histogram_min_max_slider .noUi-handle {
}
#fm_preview_histogram_min_max_slider .noUi-handle-lower {
}
#fm_preview_histogram_min_max_slider .noUi-handle-upper {
}
#fm_preview_left_tile .noUi-base {
background: lightgrey;
}
#fm_preview_histogram_min_max_slider .noUi-connect {
background: black;
}
#fm_preview_histogram_min_max_slider .noUi-background{
background: lightgrey;
}
#fm_preview_histogram_min_max_slider .noUi-state-tap {
}
#fm_preview_histogram_min_max_slider .fm_preview_histogram_min_max_slider_tooltip {
display: block;
position: absolute;
border: 0px solid #D9D9D9;
font-size: 12px;
top: -5px;
padding: 0px;
left: -13px;
text-align: center;
width: 30px;
}
.fm_preview_min_max_slider_tooltip_org {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
font: 400 12px/12px Arial;
border-radius: 3px;
background: #fff;
top: -43px;
padding: 5px;
left: -9px;
text-align: center;
width: 50px;
}
/* hide paraview SVG bar which only shows up on IE and covers refresh button */
.fm_previews .pipelineSVG svg rect {
display: none;
}
/* avoid waiting banner from flying around */
.fm_previews .app-wait-start-page {
position: absolute;
}

.fm_metaio_list ul.edit {
list-style-image: url(/images/icons/page_white_edit.png);
}
Expand Down
38 changes: 0 additions & 38 deletions mig/cgi-bin/imagepreview.py

This file was deleted.

Loading
Loading