From 489f11bd07eb8b6548c5f16366b00a48b94ce3ff Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 3 Apr 2018 21:18:29 -0400 Subject: [PATCH] empty contents of zone.css because it is no different from base. --- web/api/app/Plugin/Crud | 2 +- web/skins/classic/css/classic/views/zone.css | 118 ------------------- web/skins/classic/css/dark/views/zone.css | 118 ------------------- 3 files changed, 1 insertion(+), 237 deletions(-) diff --git a/web/api/app/Plugin/Crud b/web/api/app/Plugin/Crud index c3976f147..1351dde6b 160000 --- a/web/api/app/Plugin/Crud +++ b/web/api/app/Plugin/Crud @@ -1 +1 @@ -Subproject commit c3976f1478c681b0bbc132ec3a3e82c3984eeed5 +Subproject commit 1351dde6b4c75b215099ae8bcf5a21d6c6e10298 diff --git a/web/skins/classic/css/classic/views/zone.css b/web/skins/classic/css/classic/views/zone.css index a637787d5..e69de29bb 100644 --- a/web/skins/classic/css/classic/views/zone.css +++ b/web/skins/classic/css/classic/views/zone.css @@ -1,118 +0,0 @@ -#settingsPanel { - float: left; - margin: 0 2px; -} - -#zoneSettings { - border-collapse: collapse; -} - -#zoneSettings th, #zoneSettings td { - border: 1px solid #7f7fb2; - padding: 3px; - text-align: left; -} - -#zoneSettings th[scope=row] { - padding: 4px 3px 3px; - vertical-align: top; - white-space: nowrap; -} - -#definitionPanel { - float: left; - margin: 0 2px; - text-align: center; -} - -#definitionPanel input[type=submit], #definitionPanel input[type=submit] { - margin: 0 4px; -} - -#imagePanel { - position: relative; -} - -/* NB: The size of the imageFrame determines the area within which the markers - * may be moved. When adjusting the padding and margins of the imageFrame and - * the DIVs within it, test that the markers behave sensibly when dragged to - * the extreme edges of the imageFrame. */ -#imageFrame { - position: relative; - padding: 0 3px 3px 0; /* Compensate for negative margins in the markers just below. */ -} - -#imageFrame div { - position: absolute; - width: 7px; - height: 7px; - margin-left: -3px; - margin-top: -3px; - z-index: 5; -} - -#imageFrame div { - background-image: url(../../../graphics/point-g.png); -} - -#imageFrame div.highlight { - background-image: url(../../../graphics/point-o.png); -} - -#imageFrame div.active { - background-image: url(../../../graphics/point-r.png); -} - -#zonePoints { - margin: 8px 0; - border-collapse: collapse; -} - -#zonePoints td { - vertical-align: top; -} - -#zonePoints table { - border-collapse: collapse; -} - -#zonePoints table tr.highlight { - background-color: #f0e68c; -} - -#zonePoints table tr.active { - background-color: #ffa07a; -} - -#zonePoints table th, #zonePoints table td { - border: 1px solid #7f7fb2; - padding: 3px; - text-align: center; -} - -#zonePoints table a { - margin: 0 2px; -} -.zones polygon { - fill-opacity: 0.25; - stroke-width: 0; -} -.zones polygon.Editing { - stroke-width: 2px; -} -.Active { - stroke: #ff0000; - fill: #ff0000; -} -.Inclusive { - stroke: #FFA500; - fill: #FFA500; -} -.Exclusive { - stroke: #800080; - fill: #800080; -} -.Preclusive { - stroke: #0000FF; - fill: #0000FF; -} diff --git a/web/skins/classic/css/dark/views/zone.css b/web/skins/classic/css/dark/views/zone.css index 7d81d731b..e69de29bb 100644 --- a/web/skins/classic/css/dark/views/zone.css +++ b/web/skins/classic/css/dark/views/zone.css @@ -1,118 +0,0 @@ -#settingsPanel { - float: left; - margin: 0 2px; -} - -#zoneSettings { - border-collapse: collapse; -} - -#zoneSettings th, #zoneSettings td { - border: 1px solid #7f7fb2; - padding: 3px; - text-align: left; -} - -#zoneSettings th[scope=row] { - padding: 4px 3px 3px; - vertical-align: top; - white-space: nowrap; -} - -#definitionPanel { - float: left; - margin: 0 2px; - text-align: center; -} - -#definitionPanel input[type=submit], #definitionPanel input[type=submit] { - margin: 0 4px; -} - -#imagePanel { - position: relative; -} - -/* NB: The size of the imageFrame determines the area within which the markers - * may be moved. When adjusting the padding and margins of the imageFrame and - * the DIVs within it, test that the markers behave sensibly when dragged to - * the extreme edges of the imageFrame. */ -#imageFrame { - position: relative; - padding: 0 3px 3px 0; /* Compensate for negative margins in the markers just below. */ -} - -#imageFrame div { - position: absolute; - width: 7px; - height: 7px; - margin-left: -3px; - margin-top: -3px; - z-index: 5; -} - -#imageFrame div { - background-image: url(../../../graphics/point-g.png); -} - -#imageFrame div.highlight { - background-image: url(../../../graphics/point-o.png); -} - -#imageFrame div.active { - background-image: url(../../../graphics/point-r.png); -} - -#zonePoints { - margin: 8px 0; - border-collapse: collapse; -} - -#zonePoints td { - vertical-align: top; -} - -#zonePoints table { - border-collapse: collapse; -} - -#zonePoints table tr.highlight { - background-color: #f0e68c; -} - -#zonePoints table tr.active { - background-color: #ffa07a; -} - -#zonePoints table th, #zonePoints table td { - border: 1px solid #7f7fb2; - padding: 3px; - text-align: center; -} - -#zonePoints table a { - margin: 0 2px; -} -.zones polygon { - fill-opacity: 0.25; - stroke-width: 0; -} -.zones polygon.Editing { - stroke-width: 2px; -} -.Active { - stroke: #ff0000; - fill: #ff0000; -} -.Inclusive { - stroke: #FFA500; - fill: #FFA500; -} -.Exclusive { - stroke: #800080; - fill: #800080; -} -.Preclusive { - stroke: #0000FF; - fill: #0000FF; -}