From 0f0dcfc7a01c4b3a8b15b12b5257f08797fd0926 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 3 Jun 2022 16:04:40 +0200 Subject: refactor(connector): move MS-Connector from new directory 'connector' to 'ms_specific_connector' --- connector/src/main/webapp/css/css_country.css | 62 --------------------------- connector/src/main/webapp/css/css_error.css | 26 ----------- 2 files changed, 88 deletions(-) delete mode 100644 connector/src/main/webapp/css/css_country.css delete mode 100644 connector/src/main/webapp/css/css_error.css (limited to 'connector/src/main/webapp/css') diff --git a/connector/src/main/webapp/css/css_country.css b/connector/src/main/webapp/css/css_country.css deleted file mode 100644 index 297f0366..00000000 --- a/connector/src/main/webapp/css/css_country.css +++ /dev/null @@ -1,62 +0,0 @@ -@charset "utf-8"; - body { - background-image: url(img/globus_eu.png); - background-repeat: no-repeat; - background-attachment: fixed; - background-position: top; - background-color: #F9F9F9; - font-family: Arial, Helvetica, sans-serif; - } - #page { - padding-top: 2%; - padding-left: 10%; - } - - #country { - display: flex; - flex-direction: row; - flex-wrap: wrap; - align-items: center; - } - - .block { - display: flex; - flex-direction: row; - flex-wrap: wrap; - cursor: pointer; - text-decoration: none; - padding-right:2%; - width: 250px; - } - - .countryimage { - width:50px; - height:50px; - padding-right: 2%; - padding-bottom: 4%; - } - - input[type=button], input[type=submit], input[type=reset] { - display:flex; - background-color:transparent; - border:none; - color: black; - text-decoration: none; - cursor: pointer; - } - #testEnvironment { - border: none; - color: black; - padding: 10px 20px; - text-decoration: none; - margin: 4px 2px; - height: 3%; - display: inline-block; - vertical-align: middle; - width: 40%; - } - #button{ - background-color: transparent; - border:none; - } - \ No newline at end of file diff --git a/connector/src/main/webapp/css/css_error.css b/connector/src/main/webapp/css/css_error.css deleted file mode 100644 index d772df43..00000000 --- a/connector/src/main/webapp/css/css_error.css +++ /dev/null @@ -1,26 +0,0 @@ -@charset "utf-8"; - body { - padding-left: 5%; - background-color: #F9F9F9; - } - #page { - padding-top: 2%; - padding-right: 10%; - padding-left: 5%; - } - - .OA_header { - font-size: 2.1em; - padding-top:1%; - margin-bottom: 1%; - margin-top: 1%; - - } - - #alert_area { - float:left; - width: 100%; - } - - - -- cgit v1.2.3