diff --git a/themes/metro/scss/_gis.scss b/themes/metro/scss/_gis.scss deleted file mode 100644 index 42e76a35e4..0000000000 --- a/themes/metro/scss/_gis.scss +++ /dev/null @@ -1,34 +0,0 @@ -// GIS data editor styles for the Metro theme -a.close_gis_editor { - float: right; -} - -#gis_editor { - display: none; - position: fixed; - z-index: 1001; - overflow-y: auto; - overflow-x: hidden; -} - -#gis_data { - min-height: 230px; -} - -#gis_data_textarea { - height: 6em; -} - -#gis_data_editor { - background: #d0dce0; - padding: 15px; - min-height: 500px; - - .choice { - display: none; - } - - input[type="text"] { - width: 75px; - } -} diff --git a/themes/metro/scss/theme.scss b/themes/metro/scss/theme.scss index e28a7c0983..c2ddaf80de 100644 --- a/themes/metro/scss/theme.scss +++ b/themes/metro/scss/theme.scss @@ -3,7 +3,7 @@ @import "../../bootstrap/scss/bootstrap"; @import "common"; @import "enum-editor"; -@import "gis"; +@import "../../bootstrap/scss/gis"; @import "navigation"; @import "designer"; @import "codemirror"; diff --git a/themes/original/scss/theme.scss b/themes/original/scss/theme.scss index d3af82396a..7ba5e8c74c 100644 --- a/themes/original/scss/theme.scss +++ b/themes/original/scss/theme.scss @@ -2,7 +2,7 @@ @import "../../bootstrap/scss/bootstrap"; @import "common"; @import "../../pmahomme/scss/enum-editor"; -@import "../../pmahomme/scss/gis"; +@import "../../bootstrap/scss/gis"; @import "navigation"; @import "../../pmahomme/scss/designer"; @import "../../pmahomme/scss/codemirror"; diff --git a/themes/pmahomme/scss/_gis.scss b/themes/pmahomme/scss/_gis.scss deleted file mode 100644 index c95ff10b96..0000000000 --- a/themes/pmahomme/scss/_gis.scss +++ /dev/null @@ -1,36 +0,0 @@ -/** - * GIS data editor styles - */ -a.close_gis_editor { - float: right; -} - -#gis_editor { - display: none; - position: fixed; - z-index: 1001; - overflow-y: auto; - overflow-x: hidden; -} - -#gis_data { - min-height: 230px; -} - -#gis_data_textarea { - height: 6em; -} - -#gis_data_editor { - background: #d0dce0; - padding: 15px; - min-height: 500px; - - .choice { - display: none; - } - - input[type="text"] { - width: 75px; - } -} diff --git a/themes/pmahomme/scss/theme.scss b/themes/pmahomme/scss/theme.scss index a485ecaac0..9c951988a8 100644 --- a/themes/pmahomme/scss/theme.scss +++ b/themes/pmahomme/scss/theme.scss @@ -2,7 +2,7 @@ @import "../../bootstrap/scss/bootstrap"; @import "common"; @import "enum-editor"; -@import "gis"; +@import "../../bootstrap/scss/gis"; @import "navigation"; @import "designer"; @import "codemirror";