From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/phpmyadmin/themes/pmahomme/scss/_gis.scss | 36 -------------------------- 1 file changed, 36 deletions(-) delete mode 100644 srcs/phpmyadmin/themes/pmahomme/scss/_gis.scss (limited to 'srcs/phpmyadmin/themes/pmahomme/scss/_gis.scss') diff --git a/srcs/phpmyadmin/themes/pmahomme/scss/_gis.scss b/srcs/phpmyadmin/themes/pmahomme/scss/_gis.scss deleted file mode 100644 index e36b65b..0000000 --- a/srcs/phpmyadmin/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; - } -} -- cgit